Skip to content

Commit

Permalink
Bump the minor-patch group with 4 updates
Browse files Browse the repository at this point in the history
Bumps the minor-patch group with 4 updates: [boto3](https://github.com/boto/boto3), [boto3-stubs](https://github.com/youtype/mypy_boto3_builder), [litellm](https://github.com/BerriAI/litellm) and [openai](https://github.com/openai/openai-python).


Updates `boto3` from 1.34.69 to 1.34.70
- [Release notes](https://github.com/boto/boto3/releases)
- [Changelog](https://github.com/boto/boto3/blob/develop/CHANGELOG.rst)
- [Commits](boto/boto3@1.34.69...1.34.70)

Updates `boto3-stubs` from 1.34.69 to 1.34.70
- [Release notes](https://github.com/youtype/mypy_boto3_builder/releases)
- [Commits](https://github.com/youtype/mypy_boto3_builder/commits)

Updates `litellm` from 1.34.0 to 1.34.1
- [Release notes](https://github.com/BerriAI/litellm/releases)
- [Commits](BerriAI/litellm@v1.34.0...v1.34.1)

Updates `openai` from 1.14.2 to 1.14.3
- [Release notes](https://github.com/openai/openai-python/releases)
- [Changelog](https://github.com/openai/openai-python/blob/main/CHANGELOG.md)
- [Commits](openai/openai-python@v1.14.2...v1.14.3)

---
updated-dependencies:
- dependency-name: boto3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-patch
- dependency-name: boto3-stubs
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-patch
- dependency-name: litellm
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-patch
- dependency-name: openai
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and gecBurton committed Mar 26, 2024
1 parent 2f7c904 commit 7208a89
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 25 deletions.
44 changes: 23 additions & 21 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ elasticsearch = "^8.12.0"
requests = "^2.31.0"
langchain = "^0.1.13"
tiktoken = "^0.6.0"
boto3 = "^1.34.69"
boto3 = "^1.34.70"
pika = "^1.3.2"
pydantic-settings = "^2.2.1"
bumpversion = "^0.6.0"
Expand Down Expand Up @@ -59,7 +59,7 @@ types-python-jose = "^3.3.4.8"
detect-secrets = "^1.4.0"
types-pytz = "^2024.1.0.20240203"
pytest-asyncio = "^0.23.6"
boto3-stubs = "^1.34.69"
boto3-stubs = "^1.34.70"


[tool.poetry.group.streamlit-app.dependencies]
Expand All @@ -69,8 +69,8 @@ loguru = "^0.7.2"

[tool.poetry.group.ai.dependencies]
anthropic = "^0.21.1"
litellm = "^1.33.4"
openai = "^1.14.2"
litellm = "^1.34.1"
openai = "^1.14.3"

[build-system]
requires = ["poetry-core"]
Expand Down

0 comments on commit 7208a89

Please sign in to comment.