Skip to content

Commit a6e4547

Browse files
build(deps): bump the uv group across 1 directory with 3 updates (#129)
Bumps the uv group with 3 updates in the / directory: [cryptography](https://github.com/pyca/cryptography), [python-multipart](https://github.com/Kludex/python-multipart) and [starlette](https://github.com/Kludex/starlette). 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 `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 `starlette` from 1.0.1 to 1.3.1 - [Release notes](https://github.com/Kludex/starlette/releases) - [Changelog](https://github.com/Kludex/starlette/blob/main/docs/release-notes.md) - [Commits](Kludex/starlette@1.0.1...1.3.1) --- updated-dependencies: - dependency-name: cryptography dependency-version: 48.0.1 dependency-type: direct:production dependency-group: uv - dependency-name: python-multipart dependency-version: 0.0.31 dependency-type: direct:production dependency-group: uv - dependency-name: starlette dependency-version: 1.3.1 dependency-type: direct:production dependency-group: uv ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent dbf0074 commit a6e4547

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

requirements-test.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ click==8.3.1
4747
# uvicorn
4848
coverage==7.13.5
4949
# via pytest-cov
50-
cryptography==46.0.7
50+
cryptography==48.0.1
5151
# via
5252
# authlib
5353
# google-auth
@@ -215,7 +215,7 @@ python-dotenv==1.2.2
215215
# fastmcp
216216
# mcp
217217
# pydantic-settings
218-
python-multipart==0.0.27
218+
python-multipart==0.0.31
219219
# via mcp
220220
pyyaml==6.0.3
221221
# via
@@ -256,7 +256,7 @@ soupsieve==2.8.3
256256
# via beautifulsoup4
257257
sse-starlette==3.3.4
258258
# via mcp
259-
starlette==1.0.1
259+
starlette==1.3.1
260260
# via
261261
# mcp
262262
# sse-starlette

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ click==8.3.1
3737
# via
3838
# typer
3939
# uvicorn
40-
cryptography==46.0.7
40+
cryptography==48.0.1
4141
# via
4242
# authlib
4343
# pyjwt
@@ -147,7 +147,7 @@ python-dotenv==1.2.2
147147
# fastmcp
148148
# mcp
149149
# pydantic-settings
150-
python-multipart==0.0.27
150+
python-multipart==0.0.31
151151
# via mcp
152152
pyyaml==6.0.3
153153
# via
@@ -176,7 +176,7 @@ shellingham==1.5.4
176176
# via typer
177177
sse-starlette==3.3.4
178178
# via mcp
179-
starlette==1.0.1
179+
starlette==1.3.1
180180
# via
181181
# mcp
182182
# sse-starlette

0 commit comments

Comments
 (0)