Skip to content

Commit

Permalink
Bump requests dependency to 2.31.0 to handle https://pyup.io/v/58755/…
Browse files Browse the repository at this point in the history
  • Loading branch information
abarto committed Aug 14, 2023
1 parent f3703e5 commit 2cd8e5e
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 @@ -13,7 +13,7 @@
"snowflake-connector-python>=2.2.7",
"furl",
"cryptography",
"requests<=2.28.1"]
"requests<=2.31.0"]

# If we're at version less than 3.4 - fail
if version_info[0] < 3 or version_info[1] < 4:
Expand Down

0 comments on commit 2cd8e5e

Please sign in to comment.