Skip to content

Commit

Permalink
fix(deps): require requests>=2.21.0 (#1388)
Browse files Browse the repository at this point in the history
  • Loading branch information
parthea committed Oct 19, 2022
1 parent 506f781 commit e398336
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"protobuf>=3.19.5,<5.0.0dev,!=3.20.0,!=3.20.1,!=4.21.0,!=4.21.1,!=4.21.2,!=4.21.3,!=4.21.4,!=4.21.5", # For the legacy proto-based types.
"python-dateutil >= 2.7.2, <3.0dev",
"pyarrow >= 3.0.0, < 10.0dev",
"requests >= 2.18.0, < 3.0.0dev",
"requests >= 2.21.0, < 3.0.0dev",
]
extras = {
# Keep the no-op bqstorage extra for backward compatibility.
Expand Down
2 changes: 1 addition & 1 deletion testing/constraints-3.7.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ proto-plus==1.22.0
protobuf==3.19.5
pyarrow==3.0.0
python-dateutil==2.7.3
requests==2.18.0
requests==2.21.0
Shapely==1.6.4.post2
six==1.13.0
tqdm==4.7.4

0 comments on commit e398336

Please sign in to comment.