Skip to content

Commit db7df08

Browse files
Bump fastapi from 0.73.0 to 0.79.0 (#168)
Bumps [fastapi](https://github.com/tiangolo/fastapi) from 0.73.0 to 0.79.0. - [Release notes](https://github.com/tiangolo/fastapi/releases) - [Commits](fastapi/fastapi@0.73.0...0.79.0) --- updated-dependencies: - dependency-name: fastapi 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 0731969 commit db7df08

File tree

2 files changed

+15
-14
lines changed

2 files changed

+15
-14
lines changed

poetry.lock

Lines changed: 14 additions & 13 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
@@ -7,7 +7,7 @@ license = "MPL"
77

88
[tool.poetry.dependencies]
99
python = ">=3.8, <3.11"
10-
fastapi = "^0.73.0"
10+
fastapi = "^0.79.0"
1111
pydantic = {version = "^1.9.1", extras = ["dotenv", "email"]}
1212
uvicorn = {extras = ["standard"], version = "^0.18.2"}
1313
python-bugzilla = "^3.2.0"

0 commit comments

Comments
 (0)