Skip to content

Commit

Permalink
Update weekly patch updates
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 19, 2024
1 parent 480de81 commit 203d3e6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3.8'

services:
mongodb:
image: mongo:6.0.2
image: mongo:6.0.13
container_name: mongodb
volumes:
# Named volume to persist database
Expand Down
14 changes: 7 additions & 7 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
asgiref==3.5.2
attrs==22.1.0
certifi==2022.9.24
click==8.1.3
click==8.1.7
dnspython==2.2.1
fastapi==0.85.1
fuzzywuzzy==0.18.0
Expand All @@ -13,31 +13,31 @@ importlib-metadata==5.0.0
iniconfig==1.1.1
more-itertools==9.0.0
mypy==0.982
mypy-extensions==0.4.3
mypy-extensions==0.4.4
ortools==9.4.1874
packaging==21.3
paramiko==2.11.0
pluggy==1.0.0
py==1.11.0
pycodestyle==2.9.1
pydantic==1.10.2
pydantic==1.10.14
pymongo==4.3.2
pyparsing==3.0.9
pytest==7.1.3
python-dotenv==0.21.0
python-dotenv==0.21.1
python-Levenshtein==0.20.7
pytz==2022.5
requests==2.28.1
toml==0.10.2
types-backports==0.1.3
types-cryptography==3.3.23.1
types-cryptography==3.3.23.2
types-paramiko==2.11.6
types-pyOpenSSL==22.1.0.1
types-pyOpenSSL==22.1.0.2
types-pytz==2022.5.0.0
types-requests==2.28.11.2
types-setuptools==65.5.0.1
types-ujson==5.5.0
types-urllib3==1.26.25.1
types-urllib3==1.26.25.14
typing_extensions==4.4.0
urllib3==1.26.12
uvicorn==0.18.3
Expand Down

0 comments on commit 203d3e6

Please sign in to comment.