Skip to content

Commit b522b3f

Browse files
committed
style(google-auth): restore original header in constraints files
1 parent ab4f176 commit b522b3f

7 files changed

Lines changed: 36 additions & 14 deletions

File tree

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

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,3 @@
88
pyasn1-modules==0.2.1
99
setuptools==40.3.0
1010
cryptography==38.0.3
11-
aiohttp==3.8.0
12-
requests==2.30.0
13-
pyjwt==2.0
14-
grpcio==1.59.0
15-
urllib3==1.26.15
16-
packaging==20.0
17-
rsa==4.0.0
Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1-
# Lower-bound constraints for Python 3.11 core dependencies.
1+
# This constraints file is used to check that lower bounds
2+
# are correct in setup.py
3+
# List *all* library dependencies and extras in this file.
4+
# Pin the version to the lower bound.
5+
#
6+
# e.g., if setup.py has "foo >= 1.14.0, < 2.0.0dev",
7+
# Then this file should have foo==1.14.0
28
pyasn1-modules==0.2.1
39
cryptography==38.0.3
Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1-
# Lower-bound constraints for Python 3.12 core dependencies.
1+
# This constraints file is used to check that lower bounds
2+
# are correct in setup.py
3+
# List *all* library dependencies and extras in this file.
4+
# Pin the version to the lower bound.
5+
#
6+
# e.g., if setup.py has "foo >= 1.14.0, < 2.0.0dev",
7+
# Then this file should have foo==1.14.0
28
pyasn1-modules==0.2.1
39
cryptography==38.0.3
Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1-
# Lower-bound constraints for Python 3.13 core dependencies.
1+
# This constraints file is used to check that lower bounds
2+
# are correct in setup.py
3+
# List *all* library dependencies and extras in this file.
4+
# Pin the version to the lower bound.
5+
#
6+
# e.g., if setup.py has "foo >= 1.14.0, < 2.0.0dev",
7+
# Then this file should have foo==1.14.0
28
pyasn1-modules==0.2.1
39
cryptography==38.0.3

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,3 @@
77
# Then this file should have foo==1.14.0
88
pyasn1-modules==0.2.1
99
cryptography==41.0.5
10-
aiohttp==3.9.0

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

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
1-
# Lower-bound constraints for Python 3.10 optional extras & test dependencies.
1+
# This constraints file is used to check that lower bounds
2+
# are correct in setup.py
3+
# List *all* library dependencies and extras in this file.
4+
# Pin the version to the lower bound.
5+
#
6+
# e.g., if setup.py has "foo >= 1.14.0, < 2.0.0dev",
7+
# Then this file should have foo==1.14.0
28
aiohttp==3.8.0
39
requests==2.30.0
410
pyjwt==2.0

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

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,15 @@
1-
# Lower-bound constraints for Python 3.14 optional extras & test dependencies.
1+
# This constraints file is used to check that lower bounds
2+
# are correct in setup.py
3+
# List *all* library dependencies and extras in this file.
4+
# Pin the version to the lower bound.
5+
#
6+
# e.g., if setup.py has "foo >= 1.14.0, < 2.0.0dev",
7+
# Then this file should have foo==1.14.0
28
aiohttp==3.9.0
39
requests==2.30.0
410
pyjwt==2.0
511
grpcio==1.75.1
6-
urllib3==2.0.0
12+
urllib3==1.26.15
713
packaging==20.0
814
pyu2f==0.1.5
915
rsa==4.0.0

0 commit comments

Comments
 (0)