Skip to content

Commit

Permalink
Bump starlette from 0.37.2 to 0.40.0 in /pccommon
Browse files Browse the repository at this point in the history
Bumps [starlette](https://github.com/encode/starlette) from 0.37.2 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](encode/starlette@0.37.2...0.40.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 15, 2024
1 parent 8602de8 commit 65867c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pccommon/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ sniffio==1.3.1
# via anyio
soupsieve==2.5
# via beautifulsoup4
starlette==0.37.2
starlette==0.40.0
# via
# fastapi-slim
# pccommon (pccommon/setup.py)
Expand Down
2 changes: 1 addition & 1 deletion pccommon/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# Runtime requirements.
inst_reqs = [
"fastapi-slim==0.111.0",
"starlette>=0.37.2,<0.38.0",
"starlette>=0.37.2,<0.41.0",
"opencensus-ext-azure==1.1.13",
"opencensus-ext-logging==0.1.1",
"orjson>=3.10.4",
Expand Down

0 comments on commit 65867c0

Please sign in to comment.