Skip to content

Commit

Permalink
updated requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
toluaina committed Apr 16, 2024
1 parent 8ccfcc1 commit b034cc8
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
12 changes: 6 additions & 6 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
#
async-timeout==4.0.3
# via redis
boto3==1.34.74
boto3==1.34.84
# via -r requirements/base.in
botocore==1.34.74
botocore==1.34.84
# via
# boto3
# s3transfer
Expand All @@ -27,13 +27,13 @@ elasticsearch==8.13.0
# via
# -r requirements/base.in
# elasticsearch-dsl
elasticsearch-dsl==8.12.0
elasticsearch-dsl==8.13.0
# via -r requirements/base.in
environs==11.0.0
# via -r requirements/base.in
greenlet==3.0.3
# via sqlalchemy
idna==3.6
idna==3.7
# via requests
jmespath==1.0.1
# via
Expand Down Expand Up @@ -77,9 +77,9 @@ six==1.16.0
# requests-aws4auth
sqlalchemy==2.0.29
# via -r requirements/base.in
sqlparse==0.4.4
sqlparse==0.5.0
# via -r requirements/base.in
typing-extensions==4.10.0
typing-extensions==4.11.0
# via sqlalchemy
urllib3==1.26.18
# via
Expand Down
18 changes: 9 additions & 9 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
#
async-timeout==4.0.3
# via redis
black==24.3.0
black==24.4.0
# via -r requirements/dev.in
boto3==1.34.74
boto3==1.34.84
# via -r requirements/base.in
botocore==1.34.74
botocore==1.34.84
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -39,15 +39,15 @@ elasticsearch==8.13.0
# via
# -r requirements/base.in
# elasticsearch-dsl
elasticsearch-dsl==8.12.0
elasticsearch-dsl==8.13.0
# via -r requirements/base.in
environs==11.0.0
# via -r requirements/base.in
exceptiongroup==1.2.0
# via pytest
faker==24.4.0
faker==24.9.0
# via -r requirements/dev.in
filelock==3.13.3
filelock==3.13.4
# via virtualenv
flake8==7.0.0
# via -r requirements/dev.in
Expand All @@ -57,7 +57,7 @@ greenlet==3.0.3
# via sqlalchemy
identify==2.5.35
# via pre-commit
idna==3.6
idna==3.7
# via requests
iniconfig==2.0.0
# via pytest
Expand Down Expand Up @@ -143,14 +143,14 @@ six==1.16.0
# requests-aws4auth
sqlalchemy==2.0.29
# via -r requirements/base.in
sqlparse==0.4.4
sqlparse==0.5.0
# via -r requirements/base.in
tomli==2.0.1
# via
# black
# coverage
# pytest
typing-extensions==4.10.0
typing-extensions==4.11.0
# via
# black
# faker
Expand Down

0 comments on commit b034cc8

Please sign in to comment.