File tree 2 files changed +9
-9
lines changed
2 files changed +9
-9
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.6
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 @@ -13,33 +13,33 @@ 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
20
20
pluggy == 1.0.0
21
21
py == 1.11.0
22
22
pycodestyle == 2.9.1
23
- pydantic == 1.10.2
24
- pymongo == 4.3.2
23
+ pydantic == 1.10.8
24
+ pymongo == 4.3.3
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.13
41
41
typing_extensions == 4.4.0
42
- urllib3 == 1.26.12
42
+ urllib3 == 1.26.16
43
43
uvicorn == 0.18.3
44
44
waiting == 1.4.1
45
45
zipp == 3.9.0
You can’t perform that action at this time.
0 commit comments