Skip to content

Commit 9a65697

Browse files
Update weekly patch updates
1 parent 480de81 commit 9a65697

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

Diff for: docker-compose.yaml

+1-1
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.2
5+
image: mongo:6.0.3
66
container_name: mongodb
77
volumes:
88
# Named volume to persist database

Diff for: requirements.txt

+7-7
Original file line numberDiff line numberDiff line change
@@ -21,23 +21,23 @@ pluggy==1.0.0
2121
py==1.11.0
2222
pycodestyle==2.9.1
2323
pydantic==1.10.2
24-
pymongo==4.3.2
24+
pymongo==4.3.3
2525
pyparsing==3.0.9
2626
pytest==7.1.3
2727
python-dotenv==0.21.0
28-
python-Levenshtein==0.20.7
28+
python-Levenshtein==0.20.8
2929
pytz==2022.5
3030
requests==2.28.1
3131
toml==0.10.2
3232
types-backports==0.1.3
33-
types-cryptography==3.3.23.1
33+
types-cryptography==3.3.23.2
3434
types-paramiko==2.11.6
35-
types-pyOpenSSL==22.1.0.1
35+
types-pyOpenSSL==22.1.0.2
3636
types-pytz==2022.5.0.0
37-
types-requests==2.28.11.2
38-
types-setuptools==65.5.0.1
37+
types-requests==2.28.11.5
38+
types-setuptools==65.5.0.3
3939
types-ujson==5.5.0
40-
types-urllib3==1.26.25.1
40+
types-urllib3==1.26.25.4
4141
typing_extensions==4.4.0
4242
urllib3==1.26.12
4343
uvicorn==0.18.3

0 commit comments

Comments
 (0)