Skip to content

Commit

Permalink
updated requitements
Browse files Browse the repository at this point in the history
  • Loading branch information
toluaina committed May 8, 2024
1 parent 2eaf59e commit 2b8d285
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
10 changes: 5 additions & 5 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.95
boto3==1.34.100
# via -r requirements/base.in
botocore==1.34.95
botocore==1.34.100
# via
# boto3
# s3transfer
Expand All @@ -23,7 +23,7 @@ click==8.1.7
# via -r requirements/base.in
elastic-transport==8.13.0
# via elasticsearch
elasticsearch==8.13.0
elasticsearch==8.13.1
# via
# -r requirements/base.in
# elasticsearch-dsl
Expand All @@ -39,7 +39,7 @@ jmespath==1.0.1
# via
# boto3
# botocore
marshmallow==3.21.1
marshmallow==3.21.2
# via environs
opensearch-dsl==2.1.0
# via -r requirements/base.in
Expand Down Expand Up @@ -75,7 +75,7 @@ six==1.16.0
# opensearch-py
# python-dateutil
# requests-aws4auth
sqlalchemy==2.0.29
sqlalchemy==2.0.30
# via -r requirements/base.in
sqlparse==0.5.0
# via -r requirements/base.in
Expand Down
14 changes: 7 additions & 7 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ async-timeout==4.0.3
# via redis
black==24.4.2
# via -r requirements/dev.in
boto3==1.34.95
boto3==1.34.100
# via -r requirements/base.in
botocore==1.34.95
botocore==1.34.100
# via
# boto3
# s3transfer
Expand All @@ -27,15 +27,15 @@ click==8.1.7
# via
# -r requirements/base.in
# black
coverage[toml]==7.5.0
coverage[toml]==7.5.1
# via
# -r requirements/dev.in
# pytest-cov
distlib==0.3.8
# via virtualenv
elastic-transport==8.13.0
# via elasticsearch
elasticsearch==8.13.0
elasticsearch==8.13.1
# via
# -r requirements/base.in
# elasticsearch-dsl
Expand All @@ -45,7 +45,7 @@ environs==11.0.0
# via -r requirements/base.in
exceptiongroup==1.2.1
# via pytest
faker==25.0.0
faker==25.0.1
# via -r requirements/dev.in
filelock==3.14.0
# via virtualenv
Expand All @@ -67,7 +67,7 @@ jmespath==1.0.1
# via
# boto3
# botocore
marshmallow==3.21.1
marshmallow==3.21.2
# via environs
mccabe==0.7.0
# via flake8
Expand Down Expand Up @@ -141,7 +141,7 @@ six==1.16.0
# opensearch-py
# python-dateutil
# requests-aws4auth
sqlalchemy==2.0.29
sqlalchemy==2.0.30
# via -r requirements/base.in
sqlparse==0.5.0
# via -r requirements/base.in
Expand Down

0 comments on commit 2b8d285

Please sign in to comment.