Skip to content

Commit 6afd47e

Browse files
renovate-botglasnt
andauthored
chore(deps): update dependency gunicorn to v23 (GoogleCloudPlatform#12246)
* chore(deps): update dependency gunicorn to v23 * Update run/image-processing/requirements.txt * Update run/idp-sql/requirements.txt --------- Co-authored-by: Katie McLaughlin <katie@glasnt.com>
1 parent 94779b4 commit 6afd47e

File tree

65 files changed

+66
-66
lines changed

Some content is hidden

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

65 files changed

+66
-66
lines changed

appengine/flexible/analytics/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ Flask==3.0.3; python_version > '3.6'
22
Flask==2.3.3; python_version < '3.7'
33
Werkzeug==3.0.3; python_version > '3.6'
44
Werkzeug==2.3.8; python_version < '3.7'
5-
gunicorn==22.0.0
5+
gunicorn==23.0.0
66
requests[security]==2.31.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
Flask==3.0.3
22
google-cloud-datastore==2.20.1
3-
gunicorn==22.0.0
3+
gunicorn==23.0.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
Flask==3.0.3
2-
gunicorn==22.0.0
2+
gunicorn==23.0.0

appengine/flexible/django_cloudsql/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Django==5.1.5; python_version >= "3.10"
22
Django==5.1.5; python_version >= "3.8" and python_version < "3.10"
3-
gunicorn==22.0.0
3+
gunicorn==23.0.0
44
psycopg2-binary==2.9.10
55
django-environ==0.11.2
66
google-cloud-secret-manager==2.21.1
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
Flask==3.0.3
2-
gunicorn==22.0.0
2+
gunicorn==23.0.0

appengine/flexible/hello_world/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ Flask==3.0.3; python_version > '3.6'
22
Flask==2.3.3; python_version < '3.7'
33
Werkzeug==3.0.3; python_version > '3.6'
44
Werkzeug==2.3.8; python_version < '3.7'
5-
gunicorn==22.0.0
5+
gunicorn==23.0.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
Django==5.1.5; python_version >= "3.10"
22
Django==5.1.5; python_version >= "3.8" and python_version < "3.10"
33
Django==5.1.5; python_version < "3.8"
4-
gunicorn==22.0.0
4+
gunicorn==23.0.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
Flask==3.0.3
2-
gunicorn==22.0.0
2+
gunicorn==23.0.0
33
requests[security]==2.31.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
Flask==3.0.3
2-
gunicorn==22.0.0
2+
gunicorn==23.0.0
33
requests==2.31.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
Flask==3.0.3
2-
gunicorn==22.0.0
2+
gunicorn==23.0.0
33
requests==2.31.0

0 commit comments

Comments
 (0)