Skip to content

Commit 16f242b

Browse files
Bump uvicorn from 0.22.0 to 0.23.1 (#628)
Bumps [uvicorn](https://github.com/encode/uvicorn) from 0.22.0 to 0.23.1. - [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.23.1) --- updated-dependencies: - dependency-name: uvicorn dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2972063 commit 16f242b

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

poetry.lock

Lines changed: 6 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ license = "MPL"
99
python = ">=3.10 <3.12"
1010
fastapi = "^0.99.1"
1111
pydantic = {version = "^1.10.12", extras = ["dotenv", "email"]}
12-
uvicorn = {extras = ["standard"], version = "^0.22.0"}
12+
uvicorn = {extras = ["standard"], version = "^0.23.1"}
1313
atlassian-python-api = "^3.39.0"
1414
dockerflow = "2022.8.0"
1515
Jinja2 = "^3.1.2"

0 commit comments

Comments
 (0)