Skip to content

Commit

Permalink
updated deps
Browse files Browse the repository at this point in the history
  • Loading branch information
toluaina committed Jul 21, 2023
1 parent 9ab3ebb commit 0c58a65
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 22 deletions.
21 changes: 11 additions & 10 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -191,6 +191,7 @@ tomli==2.0.1
# build
# coverage
# pip-tools
# pyproject-hooks
# pytest
typing-extensions==4.7.1
# via black
Expand All @@ -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
Expand Down
12 changes: 6 additions & 6 deletions requirements/prod.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down
12 changes: 6 additions & 6 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 0c58a65

Please sign in to comment.