Skip to content

Commit b833374

Browse files
chore(deps): bump gunicorn in /kubernetes_engine/django_tutorial (GoogleCloudPlatform#11470)
Bumps [gunicorn](https://github.com/benoitc/gunicorn) from 20.1.0 to 22.0.0. - [Release notes](https://github.com/benoitc/gunicorn/releases) - [Commits](benoitc/gunicorn@20.1.0...22.0.0) --- updated-dependencies: - dependency-name: gunicorn dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ded65ed commit b833374

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kubernetes_engine/django_tutorial/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Django==3.2.25; python_version < "3.8"
55
# PostgreSQL. You must also have a MySQL client installed in that case.
66
#mysqlclient==1.4.1
77
wheel==0.40.0
8-
gunicorn==20.1.0; python_version > '3.0'
8+
gunicorn==22.0.0; python_version > '3.0'
99
gunicorn==19.10.0; python_version < '3.0'
1010
# psycopg2==2.8.4 # uncomment if you prefer to build from source
1111
psycopg2-binary==2.9.6

0 commit comments

Comments
 (0)