Skip to content

Commit f6240d0

Browse files
dependabot[bot]michaelyaakoby
authored andcommitted
Bump fastapi from 0.41.0 to 0.65.2 in /examples/Advanced
Bumps [fastapi](https://github.com/tiangolo/fastapi) from 0.41.0 to 0.65.2. - [Release notes](https://github.com/tiangolo/fastapi/releases) - [Commits](fastapi/fastapi@0.41.0...0.65.2) --- updated-dependencies: - dependency-name: fastapi dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ce53a72 commit f6240d0

File tree

2 files changed

+63
-52
lines changed

2 files changed

+63
-52
lines changed

examples/Advanced/poetry.lock

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

examples/Advanced/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ authors = [
99
[tool.poetry.dependencies]
1010
python = "^3.7"
1111
psutil = { version = "^5.6" }
12-
fastapi = { version = "^0.41.0" }
12+
fastapi = { version = "^0.65.2" }
1313
uvicorn = { version = "^0.11.7" }
1414
pyctuator = { version = "^0.15.0" }
1515
sqlalchemy = { version = "^1.3" }

0 commit comments

Comments
 (0)