Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 24, 2023
1 parent 798013b commit 8c0997e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions backend/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 backend/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ python = "^3.11"
fastapi = "^0.104.1"
sqlalchemy = "2.0.23"
asyncpg = "0.29.0"
uvicorn = { version = "^0.24.0.post1", extras = ["standard"] }
uvicorn = { version = "^0.25.0", extras = ["standard"] }
python-jose = { version = "3.3.0", extras = ["cryptography"] }
passlib = "1.7.4"
python-multipart = "0.0.6"
Expand Down

0 comments on commit 8c0997e

Please sign in to comment.