From 0c58a657a15f989df87dbdff027e03b7c4c5b202 Mon Sep 17 00:00:00 2001 From: Tolu Aina <7848930+toluaina@users.noreply.github.com> Date: Fri, 21 Jul 2023 16:05:51 +0100 Subject: [PATCH] updated deps --- requirements/dev.txt | 21 +++++++++++---------- requirements/prod.txt | 12 ++++++------ requirements/test.txt | 12 ++++++------ 3 files changed, 23 insertions(+), 22 deletions(-) diff --git a/requirements/dev.txt b/requirements/dev.txt index 5b9f0bcd..fc3d5ca0 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -2,15 +2,15 @@ # This file is autogenerated by pip-compile with Python 3.9 # by the following command: # -# pip-compile --output-file=requirements/dev.txt requirements/dev.in +# pip-compile --config=pyproject.toml --output-file=requirements/dev.txt requirements/dev.in # async-timeout==4.0.2 # via redis black==23.7.0 # via -r requirements/base.in -boto3==1.28.3 +boto3==1.28.8 # via -r requirements/base.in -botocore==1.31.3 +botocore==1.31.8 # via # boto3 # s3transfer @@ -25,7 +25,7 @@ cfgv==3.3.1 # via pre-commit charset-normalizer==3.2.0 # via requests -click==8.1.5 +click==8.1.6 # via # -r requirements/base.in # black @@ -46,7 +46,7 @@ environs==9.5.0 # via -r requirements/base.in exceptiongroup==1.1.2 # via pytest -faker==19.1.0 +faker==19.2.0 # via -r requirements/base.in filelock==3.12.2 # via virtualenv @@ -71,7 +71,7 @@ freezegun==1.2.2 # via -r requirements/test.in greenlet==2.0.2 # via sqlalchemy -identify==2.5.24 +identify==2.5.25 # via pre-commit idna==3.4 # via requests @@ -85,7 +85,7 @@ jmespath==1.0.1 # via # boto3 # botocore -marshmallow==3.19.0 +marshmallow==3.20.1 # via environs mccabe==0.7.0 # via flake8 @@ -108,7 +108,7 @@ packaging==23.1 # pytest-sugar pathspec==0.11.1 # via black -pip-tools==7.0.0 +pip-tools==7.1.0 # via -r requirements/dev.in platformdirs==3.9.1 # via @@ -158,7 +158,7 @@ python-dotenv==0.21.1 # via # -r requirements/base.in # environs -pyyaml==6.0 +pyyaml==6.0.1 # via pre-commit redis==4.6.0 # via -r requirements/base.in @@ -191,6 +191,7 @@ tomli==2.0.1 # build # coverage # pip-tools + # pyproject-hooks # pytest typing-extensions==4.7.1 # via black @@ -200,7 +201,7 @@ urllib3==1.26.16 # elasticsearch # opensearch-py # requests -virtualenv==20.24.0 +virtualenv==20.24.1 # via pre-commit wheel==0.40.0 # via pip-tools diff --git a/requirements/prod.txt b/requirements/prod.txt index 61a0affd..ddca2857 100644 --- a/requirements/prod.txt +++ b/requirements/prod.txt @@ -2,15 +2,15 @@ # This file is autogenerated by pip-compile with Python 3.9 # by the following command: # -# pip-compile --output-file=requirements/prod.txt requirements/prod.in +# pip-compile --config=pyproject.toml --output-file=requirements/prod.txt requirements/prod.in # async-timeout==4.0.2 # via redis black==23.7.0 # via -r requirements/base.in -boto3==1.28.3 +boto3==1.28.8 # via -r requirements/base.in -botocore==1.31.3 +botocore==1.31.8 # via # boto3 # s3transfer @@ -21,7 +21,7 @@ certifi==2023.5.7 # requests charset-normalizer==3.2.0 # via requests -click==8.1.5 +click==8.1.6 # via # -r requirements/base.in # black @@ -33,7 +33,7 @@ elasticsearch-dsl==7.4.1 # via -r requirements/base.in environs==9.5.0 # via -r requirements/base.in -faker==19.1.0 +faker==19.2.0 # via -r requirements/base.in greenlet==2.0.2 # via sqlalchemy @@ -45,7 +45,7 @@ jmespath==1.0.1 # via # boto3 # botocore -marshmallow==3.19.0 +marshmallow==3.20.1 # via environs mypy-extensions==1.0.0 # via black diff --git a/requirements/test.txt b/requirements/test.txt index cdc0b169..5d6c9e17 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -2,15 +2,15 @@ # This file is autogenerated by pip-compile with Python 3.9 # by the following command: # -# pip-compile --output-file=requirements/test.txt requirements/test.in +# pip-compile --config=pyproject.toml --output-file=requirements/test.txt requirements/test.in # async-timeout==4.0.2 # via redis black==23.7.0 # via -r requirements/base.in -boto3==1.28.3 +boto3==1.28.8 # via -r requirements/base.in -botocore==1.31.3 +botocore==1.31.8 # via # boto3 # s3transfer @@ -21,7 +21,7 @@ certifi==2023.5.7 # requests charset-normalizer==3.2.0 # via requests -click==8.1.5 +click==8.1.6 # via # -r requirements/base.in # black @@ -37,7 +37,7 @@ environs==9.5.0 # via -r requirements/base.in exceptiongroup==1.1.2 # via pytest -faker==19.1.0 +faker==19.2.0 # via -r requirements/base.in flake8==5.0.4 # via @@ -72,7 +72,7 @@ jmespath==1.0.1 # via # boto3 # botocore -marshmallow==3.19.0 +marshmallow==3.20.1 # via environs mccabe==0.7.0 # via flake8