Skip to content

Commit 69031c5

Browse files
fix(deps): update weekly patch updates
1 parent 9a638f9 commit 69031c5

File tree

4 files changed

+260
-174
lines changed

4 files changed

+260
-174
lines changed

backend/requirements.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ fastapi==0.88.0
33
fuzzywuzzy==0.18.0
44
hypothesis==6.61.0
55
mypy==0.991
6-
mypy-extensions==0.4.3
6+
mypy-extensions==0.4.4
77
ortools==9.5.2237
88
pymongo==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
1515
uvicorn==0.20.0

docker-compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: '3.8'
22

33
services:
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

0 commit comments

Comments
 (0)