Skip to content

Commit 2bfbf14

Browse files
committed
Merge branch 'master' of github.com:nanotaboada/python-samples-fastapi-restful into feature/codacy-analysis-cli-action
2 parents 3ceadfc + 8818b87 commit 2bfbf14

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

requirements.txt

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
1-
aiohttp==3.11.11
1+
aiohttp==3.11.12
22
aiosignal==1.3.2
33
aiosqlite==0.21.0
44
annotated-types==0.7.0
55
anyio==4.8.0
6-
attrs==24.3.0
6+
attrs==25.1.0
77
certifi==2025.1.31
88
click==8.1.8
9-
coverage==7.6.1
9+
coverage==7.6.12
1010
dnspython==2.7.0
1111
email_validator==2.2.0
12-
fastapi==0.115.8
12+
fastapi==0.115.11
1313
fastapi-cache2==0.2.2
1414
fastapi-cli==0.0.7
15-
flake8==7.1.1
15+
flake8==7.1.2
1616
frozenlist==1.5.0
1717
gevent==24.11.1
1818
greenlet==3.1.1
1919
h11==0.14.0
2020
httpcore==1.0.7
2121
httptools==0.6.4
22-
httpx==0.27.2
22+
httpx==0.28.1
2323
idna==3.10
2424
iniconfig==2.0.0
2525
Jinja2==3.1.5
@@ -35,18 +35,18 @@ pycodestyle==2.12.1
3535
pydantic==2.10.6
3636
pydantic_core
3737
pyflakes==3.2.0
38-
Pygments==2.18.0
39-
pytest==8.3.3
38+
Pygments==2.19.1
39+
pytest==8.3.4
4040
pytest-cov==6.0.0
4141
pytest-sugar==1.0.0
4242
python-dateutil==2.9.0.post0
4343
python-dotenv==1.0.1
44-
python-multipart==0.0.19
44+
python-multipart==0.0.20
4545
PyYAML==6.0.2
4646
rich==13.9.4
4747
setuptools==75.6.0
4848
shellingham==1.5.4
49-
six==1.16.0
49+
six==1.17.0
5050
sniffio==1.3.1
5151
SQLAlchemy==2.0.38
5252
starlette
@@ -58,7 +58,7 @@ tzdata==2025.1
5858
uvicorn==0.34.0
5959
uvloop==0.21.0
6060
watchfiles==1.0.4
61-
websockets==13.1
61+
websockets==15.0
6262
yarl==1.18.3
6363
zope.event==5.0
6464
zope.interface==7.2

0 commit comments

Comments
 (0)