From a01629fcbedc99bbe91d7e8862382bed4e720628 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Jun 2024 01:39:12 +0000 Subject: [PATCH] chore(deps): bump the pip group across 1 directory with 9 updates Bumps the pip group with 9 updates in the / directory: | Package | From | To | | --- | --- | --- | | [aiohttp](https://github.com/aio-libs/aiohttp) | `3.9.3` | `3.9.4` | | [black](https://github.com/psf/black) | `24.2.0` | `24.3.0` | | [idna](https://github.com/kjd/idna) | `3.4` | `3.7` | | [langchain-community](https://github.com/langchain-ai/langchain) | `0.0.24` | `0.2.5` | | [langchain-core](https://github.com/langchain-ai/langchain) | `0.1.26` | `0.1.35` | | [pydantic](https://github.com/pydantic/pydantic) | `2.2.1` | `2.4.0` | | [requests](https://github.com/psf/requests) | `2.31.0` | `2.32.2` | | [tqdm](https://github.com/tqdm/tqdm) | `4.66.1` | `4.66.3` | | [urllib3](https://github.com/urllib3/urllib3) | `1.26.18` | `1.26.19` | Updates `aiohttp` from 3.9.3 to 3.9.4 - [Release notes](https://github.com/aio-libs/aiohttp/releases) - [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst) - [Commits](https://github.com/aio-libs/aiohttp/compare/v3.9.3...v3.9.4) Updates `black` from 24.2.0 to 24.3.0 - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](https://github.com/psf/black/compare/24.2.0...24.3.0) Updates `idna` from 3.4 to 3.7 - [Release notes](https://github.com/kjd/idna/releases) - [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.rst) - [Commits](https://github.com/kjd/idna/compare/v3.4...v3.7) Updates `langchain-community` from 0.0.24 to 0.2.5 - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](https://github.com/langchain-ai/langchain/compare/langchain-cli==0.0.24...langchain-community==0.2.5) Updates `langchain-core` from 0.1.26 to 0.1.35 - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](https://github.com/langchain-ai/langchain/commits) Updates `pydantic` from 2.2.1 to 2.4.0 - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md) - [Commits](https://github.com/pydantic/pydantic/compare/v2.2.1...v2.4.0) Updates `requests` from 2.31.0 to 2.32.2 - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](https://github.com/psf/requests/compare/v2.31.0...v2.32.2) Updates `tqdm` from 4.66.1 to 4.66.3 - [Release notes](https://github.com/tqdm/tqdm/releases) - [Commits](https://github.com/tqdm/tqdm/compare/v4.66.1...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](https://github.com/urllib3/urllib3/compare/1.26.18...1.26.19) --- updated-dependencies: - dependency-name: aiohttp dependency-type: direct:production dependency-group: pip - dependency-name: black dependency-type: direct:production dependency-group: pip - dependency-name: idna dependency-type: direct:production dependency-group: pip - dependency-name: langchain-community dependency-type: direct:production dependency-group: pip - dependency-name: langchain-core dependency-type: direct:production dependency-group: pip - dependency-name: pydantic dependency-type: direct:production dependency-group: pip - dependency-name: requests dependency-type: direct:production dependency-group: pip - dependency-name: tqdm dependency-type: direct:production dependency-group: pip - dependency-name: urllib3 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- requirements.txt | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) mode change 100755 => 100644 requirements.txt diff --git a/requirements.txt b/requirements.txt old mode 100755 new mode 100644 index 5469eef..8b76a3e --- a/requirements.txt +++ b/requirements.txt @@ -1,10 +1,10 @@ -aiohttp==3.9.3 +aiohttp==3.9.4 aiosignal==1.3.1 annotated-types==0.5.0 anyio==3.7.1 async-timeout==4.0.3 attrs==23.1.0 -black==24.2.0 +black==24.3.0 cachetools==5.3.1 cassandra-driver==3.28.0 cassio==0.1.5 @@ -25,15 +25,15 @@ greenlet==2.0.2 h11==0.14.0 httpcore==0.17.3 httpx==0.24.1 -idna==3.4 +idna==3.7 iniconfig==2.0.0 isort==5.13.2 jsonpatch==1.33 jsonpointer==2.4 kubernetes==27.2.0 langchain==0.1.9 -langchain-community==0.0.24 -langchain-core==0.1.26 +langchain-community==0.2.5 +langchain-core==0.1.35 langchain-openai==0.0.7 langsmith==0.1.8 marshmallow==3.20.1 @@ -53,7 +53,7 @@ pyasn1==0.5.0 pyasn1-modules==0.3.0 pycodestyle==2.11.1 pycparser==2.21 -pydantic==2.2.1 +pydantic==2.4.0 pydantic-core==2.6.1 pydantic-settings==2.0.3 pyflakes==3.2.0 @@ -65,7 +65,7 @@ python-dotenv==1.0.0 pytz==2024.1 PyYAML==6.0.1 regex==2023.12.25 -requests==2.31.0 +requests==2.32.2 requests-oauthlib==1.3.1 rsa==4.9 six==1.16.0 @@ -75,10 +75,10 @@ starlette==0.36.3 tenacity==8.2.3 tiktoken==0.6.0 tomli==2.0.1 -tqdm==4.66.1 +tqdm==4.66.3 typing-extensions==4.10.0 typing-inspect==0.9.0 -urllib3==1.26.18 +urllib3==1.26.19 uvicorn==0.23.2 websocket-client==1.6.2 yarl==1.9.2