Skip to content

Commit cbe1cb3

Browse files
chore(deps): bump uvicorn from 0.34.2 to 0.35.0
Bumps [uvicorn](https://github.com/encode/uvicorn) from 0.34.2 to 0.35.0. - [Release notes](https://github.com/encode/uvicorn/releases) - [Changelog](https://github.com/encode/uvicorn/blob/master/docs/release-notes.md) - [Commits](Kludex/uvicorn@0.34.2...0.35.0) --- updated-dependencies: - dependency-name: uvicorn dependency-version: 0.35.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 99ef4bb commit cbe1cb3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ types-requests==2.32.4.20250611
5050
typing-inspection==0.4.1
5151
typing_extensions==4.13.2
5252
urllib3==2.5.0
53-
uvicorn==0.34.2
53+
uvicorn==0.35.0
5454
websockets==15.0.1
5555
yarl==1.20.0
5656
zipp==3.21.0

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"typing-inspection==0.4.1",
6666
"typing_extensions==4.13.2",
6767
"urllib3==2.5.0",
68-
"uvicorn==0.34.2",
68+
"uvicorn==0.35.0",
6969
"websockets==15.0.1",
7070
"yarl==1.20.0",
7171
"zipp==3.21.0",

0 commit comments

Comments
 (0)