File tree Expand file tree Collapse file tree 4 files changed +260
-174
lines changed Expand file tree Collapse file tree 4 files changed +260
-174
lines changed Original file line number Diff line number Diff line change @@ -3,13 +3,13 @@ fastapi==0.88.0
33fuzzywuzzy == 0.18.0
44hypothesis == 6.61.0
55mypy == 0.991
6- mypy-extensions == 0.4.3
6+ mypy-extensions == 0.4.4
77ortools == 9.5.2237
88pymongo == 4.3.3
9- pytest == 7.2.0
10- python-dotenv == 0.21.0
11- python-Levenshtein == 0.20.8
12- requests == 2.28.1
13- types-paramiko == 2.12.0.1
14- types-requests == 2.28.11.5
9+ pytest == 7.2.2
10+ python-dotenv == 0.21.1
11+ python-Levenshtein == 0.20.9
12+ requests == 2.28.2
13+ types-paramiko == 2.12.0.3
14+ types-requests == 2.28.11.15
1515uvicorn == 0.20.0
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ version: '3.8'
22
33services :
44 mongodb :
5- image : mongo:6.0.3
5+ image : mongo:6.0.4
66 container_name : mongodb
77 volumes :
88 # Named volume to persist database
You can’t perform that action at this time.
0 commit comments