Skip to content

Commit 12b2529

Browse files
Bump the pip group with 5 updates
Bumps the pip group with 5 updates: | Package | From | To | | --- | --- | --- | | [azure-identity](https://github.com/Azure/azure-sdk-for-python) | `1.16.0` | `1.16.1` | | [langchain-community](https://github.com/langchain-ai/langchain) | `0.2.4` | `0.2.5` | | [tornado](https://github.com/tornadoweb/tornado) | `6.4` | `6.4.1` | | [tqdm](https://github.com/tqdm/tqdm) | `4.66.2` | `4.66.3` | | [urllib3](https://github.com/urllib3/urllib3) | `1.26.18` | `1.26.19` | Updates `azure-identity` from 1.16.0 to 1.16.1 - [Release notes](https://github.com/Azure/azure-sdk-for-python/releases) - [Changelog](https://github.com/Azure/azure-sdk-for-python/blob/main/doc/esrp_release.md) - [Commits](Azure/azure-sdk-for-python@azure-identity_1.16.0...azure-identity_1.16.1) Updates `langchain-community` from 0.2.4 to 0.2.5 - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](langchain-ai/langchain@langchain-community==0.2.4...langchain-community==0.2.5) Updates `tornado` from 6.4 to 6.4.1 - [Changelog](https://github.com/tornadoweb/tornado/blob/master/docs/releases.rst) - [Commits](tornadoweb/tornado@v6.4.0...v6.4.1) Updates `tqdm` from 4.66.2 to 4.66.3 - [Release notes](https://github.com/tqdm/tqdm/releases) - [Commits](tqdm/tqdm@v4.66.2...v4.66.3) Updates `urllib3` from 1.26.18 to 1.26.19 - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/1.26.19/CHANGES.rst) - [Commits](urllib3/urllib3@1.26.18...1.26.19) --- updated-dependencies: - dependency-name: azure-identity dependency-type: direct:development dependency-group: pip - dependency-name: langchain-community dependency-type: direct:development dependency-group: pip - dependency-name: tornado dependency-type: indirect dependency-group: pip - dependency-name: tqdm dependency-type: indirect dependency-group: pip - dependency-name: urllib3 dependency-type: indirect dependency-group: pip ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e5e3cc3 commit 12b2529

File tree

2 files changed

+48
-45
lines changed

2 files changed

+48
-45
lines changed

poetry.lock

Lines changed: 46 additions & 43 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ pytest-cov = "^5.0.0"
2525
fastapi = "^0.110.3"
2626
uvicorn = {extras = ["standard"], version = "^0.29.0"}
2727
openai = "^1.25.0"
28-
azure-identity = "^1.16.0"
28+
azure-identity = "^1.16.1"
2929
pydantic-settings = "^2.2.1"
3030
azure-ai-documentintelligence = "^1.0.0b3"
3131
python-multipart = "^0.0.9"
@@ -36,7 +36,7 @@ azure-storage-queue = "^12.9.0"
3636
azure-cosmos = "^4.6.1"
3737
langchain = "^0.2.2"
3838
langchain-openai = "^0.1.8"
39-
langchain-community = "^0.2.4"
39+
langchain-community = "^0.2.5"
4040
langsmith = "^0.1.75"
4141
langgraph = "^0.0.65"
4242
yfinance = "^0.2.40"

0 commit comments

Comments
 (0)