Skip to content

Commit dddb6c3

Browse files
committed
remove bump on affected bundle-services
1 parent 8b1ead9 commit dddb6c3

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Django==5.1.4; python_version >= "3.10"
2-
Django==4.2.17; python_version < "3.10"
1+
Django==5.1.1; python_version >= "3.10"
2+
Django==4.2.16; python_version < "3.10"
33
django-environ==0.10.0
44
google-cloud-logging==3.5.0
55
appengine-python-standard>=0.2.3

appengine/standard_python3/bundled-services/deferred/django/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Django==5.1.4; python_version >= "3.10"
2-
Django==4.2.17; python_version >= "3.8" and python_version < "3.10"
1+
Django==5.1.1; python_version >= "3.10"
2+
Django==4.2.16; python_version >= "3.8" and python_version < "3.10"
33
Django==3.2.25; python_version < "3.8"
44
django-environ==0.10.0
55
google-cloud-logging==3.5.0

appengine/standard_python3/bundled-services/mail/django/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Django==5.1.4; python_version >= "3.10"
2-
Django==4.2.17; python_version >= "3.8" and python_version < "3.10"
1+
Django==5.1.1; python_version >= "3.10"
2+
Django==4.2.16; python_version >= "3.8" and python_version < "3.10"
33
Django==3.2.25; python_version < "3.8"
44
django-environ==0.10.0
55
google-cloud-logging==3.5.0

0 commit comments

Comments
 (0)