Skip to content

Commit 92d4b8e

Browse files
Merge branch 'main' into sampathm_textgen_updates
2 parents f1f947f + 3c53ed3 commit 92d4b8e

File tree

74 files changed

+76
-85
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

74 files changed

+76
-85
lines changed

aml-ai/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
google-api-python-client==2.131.0
22
google-auth-httplib2==0.2.0
3-
google-auth==2.19.1
3+
google-auth==2.38.0
44
requests==2.32.2

appengine/flexible/django_cloudsql/requirements.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
Django==5.1.5; python_version >= "3.10"
2-
Django==5.1.5; python_version >= "3.8" and python_version < "3.10"
1+
Django==5.1.6
32
gunicorn==23.0.0
43
psycopg2-binary==2.9.10
54
django-environ==0.11.2
Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,2 @@
1-
Django==5.1.5; python_version >= "3.10"
2-
Django==5.1.5; python_version >= "3.8" and python_version < "3.10"
3-
Django==5.1.5; python_version < "3.8"
1+
Django==5.1.6
42
gunicorn==23.0.0

appengine/flexible_python37_and_earlier/django_cloudsql/requirements.txt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
Django==5.1.5; python_version >= "3.10"
2-
Django==5.1.5; python_version >= "3.8" and python_version < "3.10"
3-
Django==5.1.5; python_version < "3.8"
1+
Django==5.1.6
42
gunicorn==23.0.0
53
psycopg2-binary==2.9.10
64
django-environ==0.11.2
Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,2 @@
1-
Django==5.1.5; python_version >= "3.10"
2-
Django==5.1.5; python_version >= "3.8" and python_version < "3.10"
3-
Django==5.1.5; python_version < "3.8"
1+
Django==5.1.6
42
gunicorn==23.0.0

auth/api-client/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
google-api-python-client==2.131.0
22
google-auth-httplib2==0.2.0
3-
google-auth==2.19.1
3+
google-auth==2.38.0
44
google-cloud-api-keys==0.5.13
55
google-cloud-compute==1.11.0
66
google-cloud-language==2.15.1

auth/downscoping/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
google-auth==2.19.1
1+
google-auth==2.38.0
22
google-cloud-storage==2.9.0; python_version < '3.7'
33
google-cloud-storage==2.9.0; python_version > '3.6'

auth/end-user/web/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
google-auth==2.19.1
1+
google-auth==2.38.0
22
google-auth-oauthlib==1.2.1
33
google-auth-httplib2==0.2.0
44
google-api-python-client==2.131.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
pytest==8.2.0
2-
google-auth==2.23.3
2+
google-auth==2.38.0
33
google-api-core==2.17.1
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
google-cloud-build==3.27.1
2-
google-auth==2.19.1
2+
google-auth==2.38.0

0 commit comments

Comments
 (0)