Skip to content

Commit f2620f4

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

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.9
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
@@ -2,7 +2,7 @@
22
asgiref==3.5.2
33
attrs==22.1.0
44
certifi==2022.9.24
5-
click==8.1.3
5+
click==8.1.7
66
dnspython==2.2.1
77
fastapi==0.85.1
88
fuzzywuzzy==0.18.0
@@ -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
23+
pydantic==1.10.12
2424
pymongo==4.3.2
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.14
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)