Skip to content

Commit 07cb9b1

Browse files
Bump uvicorn from 0.27.1 to 0.28.0 (#905)
Bumps [uvicorn](https://github.com/encode/uvicorn) from 0.27.1 to 0.28.0. - [Release notes](https://github.com/encode/uvicorn/releases) - [Changelog](https://github.com/encode/uvicorn/blob/master/CHANGELOG.md) - [Commits](encode/uvicorn@0.27.1...0.28.0) --- 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 b36d413 commit 07cb9b1

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

poetry.lock

Lines changed: 4 additions & 4 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.12, <3.13"
1010
fastapi = "^0.110.0"
1111
pydantic = {version = "^2.6.3", extras = ["email"]}
12-
uvicorn = {extras = ["standard"], version = "^0.27.1"}
12+
uvicorn = {extras = ["standard"], version = "^0.28.0"}
1313
atlassian-python-api = "^3.41.11"
1414
dockerflow = {extras = ["fastapi"], version = "2024.3.0"}
1515
Jinja2 = "^3.1.3"

0 commit comments

Comments
 (0)