Skip to content

Commit

Permalink
Merge pull request getredash#57 from Avey777/master
Browse files Browse the repository at this point in the history
Update boto3 and botocore dependencies
  • Loading branch information
Avey777 committed Jun 19, 2023
2 parents cb9d54c + 78ec7ed commit d63ef90
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements_all_ds.txt
Expand Up @@ -13,7 +13,7 @@ pymssql==2.1.5
dql==0.6.2
dynamo3==1.0.0
boto3>=1.14.0,<1.15.0
botocore>=1.13,<1.17.55
botocore>=1.13,<=1.17.55
sasl>=0.1.3
thrift>=0.8.0
thrift_sasl>=0.1.0
Expand Down
4 changes: 2 additions & 2 deletions requirements_dev.txt
Expand Up @@ -6,8 +6,8 @@ mock==3.0.5
# PyMongo and Athena dependencies are needed for some of the unit tests:
# (this is not perfect and we should resolve this in a different way)
pymongo[srv,tls]==3.9.0
boto3>=1.10.0,<1.11.0
botocore>=1.13,<1.14.0
boto3>=1.14.0,<1.15.0
botocore>=1.13,<=1.17.55
PyAthena>=1.5.0,<=1.11.5
ptvsd==4.3.2
freezegun==0.3.12
Expand Down

0 comments on commit d63ef90

Please sign in to comment.