Skip to content

Commit

Permalink
updated requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
toluaina committed Mar 30, 2024
1 parent 56e9c13 commit 8ccfcc1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 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.71
boto3==1.34.74
# via -r requirements/base.in
botocore==1.34.71
botocore==1.34.74
# 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.12.1
elasticsearch==8.13.0
# via
# -r requirements/base.in
# elasticsearch-dsl
Expand Down
6 changes: 3 additions & 3 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.3.0
# via -r requirements/dev.in
boto3==1.34.71
boto3==1.34.74
# via -r requirements/base.in
botocore==1.34.71
botocore==1.34.74
# via
# boto3
# s3transfer
Expand All @@ -35,7 +35,7 @@ distlib==0.3.8
# via virtualenv
elastic-transport==8.13.0
# via elasticsearch
elasticsearch==8.12.1
elasticsearch==8.13.0
# via
# -r requirements/base.in
# elasticsearch-dsl
Expand Down

0 comments on commit 8ccfcc1

Please sign in to comment.