Skip to content

Commit

Permalink
deps: bump uvicorn from 0.22.0 to 0.30.3
Browse files Browse the repository at this point in the history
Bumps [uvicorn](https://github.com/encode/uvicorn) from 0.22.0 to 0.30.3.
- [Release notes](https://github.com/encode/uvicorn/releases)
- [Changelog](https://github.com/encode/uvicorn/blob/master/CHANGELOG.md)
- [Commits](encode/uvicorn@0.22.0...0.30.3)

---
updated-dependencies:
- dependency-name: uvicorn
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 21, 2024
1 parent 7aa3da1 commit 8630f36
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 7 deletions.
23 changes: 17 additions & 6 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ repository = 'https://github.com/Sanchoyzer/caraconnect'
[tool.poetry.dependencies]
python = '^3.11'
fastapi = {extras = ['all'], version = '^0'}
uvicorn = {extras = ['standard'], version = '^0.22.0'}
uvicorn = {extras = ['standard'], version = '^0.30.3'}
gunicorn = '^20.1.0'
sentry-sdk = {extras = ['fastapi'], version = '^1.27.0'}
httpx = '^0.24.1'
Expand Down

0 comments on commit 8630f36

Please sign in to comment.