Skip to content

Commit cfbf7ae

Browse files
fix(deps): update dependency fastapi to >=0.95.1,<0.115 (#186)
Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com>
1 parent d450169 commit cfbf7ae

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
@@ -39,7 +39,7 @@ classifiers = [
3939

4040
[tool.poetry.dependencies]
4141
python = ">=3.9,<3.13"
42-
fastapi = ">=0.95.1,<0.114"
42+
fastapi = ">=0.95.1,<0.115"
4343
pydantic = ">=1,<3"
4444
sqlalchemy = ">=1.3,<3"
4545
structlog = ">=20,<25"

0 commit comments

Comments
 (0)