Skip to content

Commit a4be2a7

Browse files
Update weekly patch updates
1 parent 480de81 commit a4be2a7

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
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.6
66
container_name: mongodb
77
volumes:
88
# Named volume to persist database

Diff for: requirements.txt

+8-8
Original file line numberDiff line numberDiff line change
@@ -13,33 +13,33 @@ importlib-metadata==5.0.0
1313
iniconfig==1.1.1
1414
more-itertools==9.0.0
1515
mypy==0.982
16-
mypy-extensions==0.4.3
16+
mypy-extensions==0.4.4
1717
ortools==9.4.1874
1818
packaging==21.3
1919
paramiko==2.11.0
2020
pluggy==1.0.0
2121
py==1.11.0
2222
pycodestyle==2.9.1
23-
pydantic==1.10.2
24-
pymongo==4.3.2
23+
pydantic==1.10.8
24+
pymongo==4.3.3
2525
pyparsing==3.0.9
2626
pytest==7.1.3
27-
python-dotenv==0.21.0
27+
python-dotenv==0.21.1
2828
python-Levenshtein==0.20.7
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
3737
types-requests==2.28.11.2
3838
types-setuptools==65.5.0.1
3939
types-ujson==5.5.0
40-
types-urllib3==1.26.25.1
40+
types-urllib3==1.26.25.13
4141
typing_extensions==4.4.0
42-
urllib3==1.26.12
42+
urllib3==1.26.16
4343
uvicorn==0.18.3
4444
waiting==1.4.1
4545
zipp==3.9.0

0 commit comments

Comments
 (0)