Skip to content

Commit 03f9d8e

Browse files
build(deps-dev): bump the pip group across 1 directory with 7 updates
Bumps the pip group with 7 updates in the / directory: | Package | From | To | | --- | --- | --- | | [granian](https://github.com/emmett-framework/granian) | `2.5.7` | `2.7.4` | | [pyjwt](https://github.com/jpadilla/pyjwt) | `2.12.0` | `2.13.0` | | [python-multipart](https://github.com/Kludex/python-multipart) | `0.0.27` | `0.0.31` | | [cryptography](https://github.com/pyca/cryptography) | `46.0.7` | `48.0.1` | | [vcrpy](https://github.com/kevin1024/vcrpy) | `8.1.1` | `8.2.1` | | [pyarrow](https://github.com/apache/arrow) | `22.0.0` | `23.0.1` | | [langchain](https://github.com/langchain-ai/langchain) | `1.2.10` | `1.3.9` | Updates `granian` from 2.5.7 to 2.7.4 - [Release notes](https://github.com/emmett-framework/granian/releases) - [Commits](emmett-framework/granian@v2.5.7...v2.7.4) Updates `pyjwt` from 2.12.0 to 2.13.0 - [Release notes](https://github.com/jpadilla/pyjwt/releases) - [Changelog](https://github.com/jpadilla/pyjwt/blob/master/CHANGELOG.rst) - [Commits](jpadilla/pyjwt@2.12.0...2.13.0) Updates `python-multipart` from 0.0.27 to 0.0.31 - [Release notes](https://github.com/Kludex/python-multipart/releases) - [Changelog](https://github.com/Kludex/python-multipart/blob/main/CHANGELOG.md) - [Commits](Kludex/python-multipart@0.0.27...0.0.31) Updates `cryptography` from 46.0.7 to 48.0.1 - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](pyca/cryptography@46.0.7...48.0.1) Updates `vcrpy` from 8.1.1 to 8.2.1 - [Release notes](https://github.com/kevin1024/vcrpy/releases) - [Changelog](https://github.com/kevin1024/vcrpy/blob/master/docs/changelog.rst) - [Commits](kevin1024/vcrpy@v8.1.1...v8.2.1) Updates `pyarrow` from 22.0.0 to 23.0.1 - [Release notes](https://github.com/apache/arrow/releases) - [Commits](apache/arrow@apache-arrow-22.0.0...apache-arrow-23.0.1) Updates `langchain` from 1.2.10 to 1.3.9 - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](langchain-ai/langchain@langchain==1.2.10...langchain==1.3.9) --- updated-dependencies: - dependency-name: granian dependency-version: 2.7.4 dependency-type: direct:development dependency-group: pip - dependency-name: pyjwt dependency-version: 2.13.0 dependency-type: direct:development dependency-group: pip - dependency-name: python-multipart dependency-version: 0.0.31 dependency-type: direct:development dependency-group: pip - dependency-name: cryptography dependency-version: 48.0.1 dependency-type: direct:development dependency-group: pip - dependency-name: vcrpy dependency-version: 8.2.1 dependency-type: direct:development dependency-group: pip - dependency-name: pyarrow dependency-version: 23.0.1 dependency-type: direct:development dependency-group: pip - dependency-name: langchain dependency-version: 1.3.9 dependency-type: direct:development dependency-group: pip ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5699a06 commit 03f9d8e

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

pyproject.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Documentation = "https://docs.litellm.ai"
4040
proxy = [
4141
"gunicorn==23.0.0",
4242
"uvicorn==0.33.0",
43-
"granian==2.5.7",
43+
"granian==2.7.4",
4444
"uvloop==0.21.0; sys_platform != 'win32'",
4545
"fastapi==0.124.4",
4646
"backoff==2.2.1",
@@ -49,9 +49,9 @@ proxy = [
4949
"orjson==3.11.6",
5050
"apscheduler==3.11.2",
5151
"fastapi-sso==0.19.0",
52-
"PyJWT==2.12.0",
53-
"python-multipart==0.0.27",
54-
"cryptography==46.0.7",
52+
"PyJWT==2.13.0",
53+
"python-multipart==0.0.31",
54+
"cryptography==48.0.1",
5555
"pynacl==1.6.2",
5656
"websockets==15.0.1",
5757
"boto3==1.43.1",
@@ -164,7 +164,7 @@ dev = [
164164
"parameterized==0.9.0",
165165
"openapi-core==0.22.0; python_version < '3.14'",
166166
"pytest-timeout==2.4.0",
167-
"vcrpy==8.1.1",
167+
"vcrpy==8.2.1",
168168
"pytest-recording==0.13.4",
169169
]
170170
proxy-dev = [
@@ -188,8 +188,8 @@ ci = [
188188
"psycopg2-binary==2.9.11",
189189
"pytest-codspeed==4.3.0",
190190
"pytest-retry==1.7.0",
191-
"pyarrow==22.0.0",
192-
"langchain==1.2.10",
191+
"pyarrow==23.0.1",
192+
"langchain==1.3.9",
193193
"lunary==1.4.36; python_version == '3.10'",
194194
"lunary==1.4.37; python_version >= '3.11'",
195195
"logfire==4.6.0",

0 commit comments

Comments
 (0)