Skip to content

Commit 00e6aad

Browse files
Merge pull request #41 from seapagan/dependabot/pip/main/fastapi-0.110.2
2 parents 03bb82c + af56759 commit 00e6aad

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
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
@@ -25,7 +25,7 @@ classifiers = [
2525
python = "^3.9"
2626
pydantic = "^2.7.0"
2727
redis = "^5.0.3"
28-
fastapi = { extras = ["all"], version = "^0.110.1" }
28+
fastapi = { extras = ["all"], version = "^0.110.2" }
2929

3030
[tool.poetry.group.dev.dependencies]
3131
requests = "^2.31.0"

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ email-validator==2.1.1 ; python_version >= "3.9" and python_version < "4.0"
1818
exceptiongroup==1.2.0 ; python_version >= "3.9" and python_version < "3.11"
1919
faker==24.9.0 ; python_version >= "3.9" and python_version < "4.0"
2020
fakeredis==2.22.0 ; python_version >= "3.9" and python_version < "4.0"
21-
fastapi[all]==0.110.1 ; python_version >= "3.9" and python_version < "4.0"
21+
fastapi[all]==0.110.2 ; python_version >= "3.9" and python_version < "4.0"
2222
filelock==3.13.1 ; python_version >= "3.9" and python_version < "4.0"
2323
github-changelog-md==0.9.2 ; python_version >= "3.9" and python_version < "4.0"
2424
h11==0.14.0 ; python_version >= "3.9" and python_version < "4.0"

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ colorama==0.4.6 ; python_version >= "3.9" and python_version < "4.0" and (sys_pl
77
dnspython==2.6.1 ; python_version >= "3.9" and python_version < "4.0"
88
email-validator==2.1.1 ; python_version >= "3.9" and python_version < "4.0"
99
exceptiongroup==1.2.0 ; python_version >= "3.9" and python_version < "3.11"
10-
fastapi[all]==0.110.1 ; python_version >= "3.9" and python_version < "4.0"
10+
fastapi[all]==0.110.2 ; python_version >= "3.9" and python_version < "4.0"
1111
h11==0.14.0 ; python_version >= "3.9" and python_version < "4.0"
1212
httpcore==1.0.4 ; python_version >= "3.9" and python_version < "4.0"
1313
httptools==0.6.1 ; python_version >= "3.9" and python_version < "4.0"

0 commit comments

Comments
 (0)