Skip to content

Commit a77a995

Browse files
committed
address feedback
1 parent 55c9b18 commit a77a995

2 files changed

Lines changed: 18 additions & 18 deletions

File tree

packages/google-auth/testing/constraints-extras-3.10.txt

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
#
66
# e.g., if setup.py has "foo >= 1.14.0, < 2.0.0dev",
77
# Then this file should have foo==1.14.0
8-
aiohttp==3.8.0
9-
requests==2.30.0
10-
pyjwt==2.0
11-
grpcio==1.59.0
12-
urllib3==1.26.15
13-
packaging==20.0
14-
pyu2f==0.1.5
15-
rsa==4.0.0
16-
oauth2client==4.1.3
8+
aiohttp==3.8.0 # aiohttp extra
9+
requests==2.30.0 # requests extra
10+
pyjwt==2.0 # pyjwt extra
11+
grpcio==1.59.0 # grpc extra
12+
urllib3==1.26.15 # urllib3 extra
13+
packaging==20.0 # urllib3 extra
14+
pyu2f==0.1.5 # reauth extra
15+
rsa==4.0.0 # rsa extra
16+
oauth2client==4.1.3 # deprecated test dependency

packages/google-auth/testing/constraints-extras-3.14.txt

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
#
66
# e.g., if setup.py has "foo >= 1.14.0, < 2.0.0dev",
77
# Then this file should have foo==1.14.0
8-
aiohttp==3.9.0
9-
requests==2.30.0
10-
pyjwt==2.0
11-
grpcio==1.75.1
12-
urllib3==1.26.15
13-
packaging==20.0
14-
pyu2f==0.1.5
15-
rsa==4.0.0
16-
oauth2client==4.1.3
8+
aiohttp==3.9.0 # aiohttp extra
9+
requests==2.30.0 # requests extra
10+
pyjwt==2.0 # pyjwt extra
11+
grpcio==1.75.1 # grpc extra
12+
urllib3==1.26.15 # urllib3 extra
13+
packaging==20.0 # urllib3 extra
14+
pyu2f==0.1.5 # reauth extra
15+
rsa==4.0.0 # rsa extra
16+
oauth2client==4.1.3 # deprecated test dependency

0 commit comments

Comments
 (0)