Skip to content

Commit e398336

Browse files
authored
fix(deps): require requests>=2.21.0 (#1388)
1 parent 506f781 commit e398336

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"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.
4646
"python-dateutil >= 2.7.2, <3.0dev",
4747
"pyarrow >= 3.0.0, < 10.0dev",
48-
"requests >= 2.18.0, < 3.0.0dev",
48+
"requests >= 2.21.0, < 3.0.0dev",
4949
]
5050
extras = {
5151
# Keep the no-op bqstorage extra for backward compatibility.

testing/constraints-3.7.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ proto-plus==1.22.0
2222
protobuf==3.19.5
2323
pyarrow==3.0.0
2424
python-dateutil==2.7.3
25-
requests==2.18.0
25+
requests==2.21.0
2626
Shapely==1.6.4.post2
2727
six==1.13.0
2828
tqdm==4.7.4

0 commit comments

Comments
 (0)