File tree 2 files changed +7
-7
lines changed
2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ version: '3.8'
2
2
3
3
services :
4
4
mongodb :
5
- image : mongo:6.0.2
5
+ image : mongo:6.0.22
6
6
container_name : mongodb
7
7
volumes :
8
8
# Named volume to persist database
Original file line number Diff line number Diff line change 2
2
asgiref == 3.5.2
3
3
attrs == 22.1.0
4
4
certifi == 2022.9.24
5
- click == 8.1.3
5
+ click == 8.1.8
6
6
dnspython == 2.2.1
7
7
fastapi == 0.85.1
8
8
fuzzywuzzy == 0.18.0
@@ -13,7 +13,7 @@ importlib-metadata==5.0.0
13
13
iniconfig == 1.1.1
14
14
more-itertools == 9.0.0
15
15
mypy == 0.982
16
- mypy-extensions == 0.4.3
16
+ mypy-extensions == 0.4.4
17
17
ortools == 9.4.1874
18
18
packaging == 21.3
19
19
paramiko == 2.11.0
@@ -24,20 +24,20 @@ pydantic==1.10.2
24
24
pymongo == 4.3.2
25
25
pyparsing == 3.0.9
26
26
pytest == 7.1.3
27
- python-dotenv == 0.21.0
27
+ python-dotenv == 0.21.1
28
28
python-Levenshtein == 0.20.7
29
29
pytz == 2022.5
30
30
requests == 2.28.1
31
31
toml == 0.10.2
32
32
types-backports == 0.1.3
33
- types-cryptography == 3.3.23.1
33
+ types-cryptography == 3.3.23.2
34
34
types-paramiko == 2.11.6
35
- types-pyOpenSSL == 22.1.0.1
35
+ types-pyOpenSSL == 22.1.0.2
36
36
types-pytz == 2022.5.0.0
37
37
types-requests == 2.28.11.2
38
38
types-setuptools == 65.5.0.1
39
39
types-ujson == 5.5.0
40
- types-urllib3 == 1.26.25.1
40
+ types-urllib3 == 1.26.25.14
41
41
typing_extensions == 4.4.0
42
42
urllib3 == 1.26.12
43
43
uvicorn == 0.18.3
You can’t perform that action at this time.
0 commit comments