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 Nov 16, 2022
1 parent 480de81 commit 8eaec4b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 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.3
container_name: mongodb
volumes:
# Named volume to persist database
Expand Down
12 changes: 6 additions & 6 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,19 +25,19 @@ pymongo==4.3.2
pyparsing==3.0.9
pytest==7.1.3
python-dotenv==0.21.0
python-Levenshtein==0.20.7
python-Levenshtein==0.20.8
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-requests==2.28.11.5
types-setuptools==65.5.0.3
types-ujson==5.5.0
types-urllib3==1.26.25.1
types-urllib3==1.26.25.4
typing_extensions==4.4.0
urllib3==1.26.12
uvicorn==0.18.3
Expand Down

0 comments on commit 8eaec4b

Please sign in to comment.