Skip to content

Commit

Permalink
Update-requests-dependency
Browse files Browse the repository at this point in the history
Bump requests dependency to 2.31.0
  • Loading branch information
sfc-gh-xhuang authored Nov 1, 2023
2 parents e7e5043 + 2cd8e5e commit 00e0e96
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 00e0e96

Please sign in to comment.