Skip to content

Commit 3266f36

Browse files
committed
Merge branch 'master' of github.com:nanotaboada/python-samples-fastapi-restful into feature/docker-compose
2 parents 2628fed + d081ba7 commit 3266f36

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements-test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
pytest==8.3.5
44
pytest-cov==6.1.1
55
pytest-sugar==1.0.0
6-
gevent==25.4.2
6+
gevent==25.5.1

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# https://fastapi.tiangolo.com/#standard-dependencies
22
fastapi[standard]==0.115.12
3-
SQLAlchemy==2.0.40
3+
SQLAlchemy==2.0.41
44
aiosqlite==0.21.0
55
aiocache==0.12.3

0 commit comments

Comments
 (0)