Skip to content
This repository has been archived by the owner on Sep 23, 2024. It is now read-only.

Commit

Permalink
Update boto3 requirement from ==1.20.* to >=1.20,<1.22 (#252)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Mar 31, 2022
1 parent 413a30a commit fabf242
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
'snowflake-connector-python[pandas]==2.7.*',
'inflection==0.5.1',
'joblib==1.1.0',
'boto3==1.20.*',
'boto3==1.21',
],
extras_require={
"test": [
Expand Down

0 comments on commit fabf242

Please sign in to comment.