From 727a4c22aa3ea760ded3f1b404d47b0a647620a3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 14 Sep 2023 05:47:57 +0000 Subject: [PATCH] Update weekly patch updates --- docker-compose.yaml | 2 +- requirements.txt | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/docker-compose.yaml b/docker-compose.yaml index ba8911e..a66bff2 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -2,7 +2,7 @@ version: '3.8' services: mongodb: - image: mongo:6.0.2 + image: mongo:6.0.10 container_name: mongodb volumes: # Named volume to persist database diff --git a/requirements.txt b/requirements.txt index 7bd7cc9..7c7ef87 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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 @@ -13,33 +13,33 @@ 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.12 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 +urllib3==1.26.16 uvicorn==0.18.3 waiting==1.4.1 zipp==3.9.0