Compare commits

..

3 commits

Author SHA1 Message Date
693efd988c fix: dependencies conflict issue fixed 2024-10-20 19:18:55 +09:00
b3e511b730
Merge pull request #2 from devproje/dependabot/pip/starlette-0.40.0
build(deps): bump starlette from 0.38.5 to 0.40.0
2024-10-20 19:09:01 +09:00
dependabot[bot]
f2fe139d10
build(deps): bump starlette from 0.38.5 to 0.40.0
Bumps [starlette](https://github.com/encode/starlette) from 0.38.5 to 0.40.0.
- [Release notes](https://github.com/encode/starlette/releases)
- [Changelog](https://github.com/encode/starlette/blob/master/docs/release-notes.md)
- [Commits](https://github.com/encode/starlette/compare/0.38.5...0.40.0)

---
updated-dependencies:
- dependency-name: starlette
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-20 10:08:39 +00:00

View file

@ -6,7 +6,7 @@ click==8.1.7
Deprecated==1.2.14 Deprecated==1.2.14
dnspython==2.6.1 dnspython==2.6.1
email_validator==2.2.0 email_validator==2.2.0
fastapi==0.114.0 fastapi==0.115.2
fastapi-cli==0.0.5 fastapi-cli==0.0.5
googleapis-common-protos==1.65.0 googleapis-common-protos==1.65.0
grpcio==1.66.2 grpcio==1.66.2
@ -32,7 +32,7 @@ rich==13.8.0
setuptools==75.1.0 setuptools==75.1.0
shellingham==1.5.4 shellingham==1.5.4
sniffio==1.3.1 sniffio==1.3.1
starlette==0.38.5 starlette==0.40.0
typer==0.12.5 typer==0.12.5
typing_extensions==4.12.2 typing_extensions==4.12.2
uvicorn==0.30.6 uvicorn==0.30.6