[go: up one dir, main page]

Skip to content

Commit

Permalink
chore(deps): update dependency gunicorn to v22 (#11469)
Browse files Browse the repository at this point in the history
* chore(deps): update dependency gunicorn to v22

* Update requirements.txt

---------

Co-authored-by: Karl Weinmeister <11586922+kweinmeister@users.noreply.github.com>
  • Loading branch information
renovate-bot and kweinmeister committed Apr 18, 2024
1 parent ef2b070 commit ec0a9a2
Show file tree
Hide file tree
Showing 13 changed files with 12 additions and 13 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Flask==3.0.0; python_version > '3.6'
Flask==2.0.3; python_version < '3.7'
gunicorn==20.1.0
gunicorn==22.0.0
requests==2.31.0
Werkzeug==2.3.7
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Flask==3.0.0; python_version > '3.6'
Flask==2.0.3; python_version < '3.7'
gunicorn==20.1.0
gunicorn==22.0.0
numpy==1.21.6
Werkzeug==3.0.1
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Flask==3.0.0; python_version > '3.6'
Flask==2.0.3; python_version < '3.7'
google-cloud-pubsub==2.17.0
gunicorn==20.1.0
gunicorn==22.0.0
Werkzeug==2.3.7
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Flask==3.0.0; python_version > '3.6'
Flask==2.0.3; python_version < '3.7'
gunicorn==20.1.0
gunicorn==22.0.0
imageio==2.34.0
numpy==1.21.6
pillow==10.3.0
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Flask==3.0.0; python_version > '3.6'
Flask==2.0.3; python_version < '3.7'
gunicorn==20.1.0
gunicorn==22.0.0
Werkzeug==2.3.7
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ Flask==2.0.3; python_version < '3.7'
werkzeug==3.0.1; python_version > '3.7'
werkzeug==2.3.8; python_version <= '3.7'
google-cloud-storage==2.9.0
gunicorn==20.1.0
gunicorn==22.0.0
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Flask==3.0.0; python_version > '3.6'
Flask==2.0.3; python_version < '3.7'
gunicorn==20.1.0
gunicorn==22.0.0
google-cloud-tasks==2.13.1
Werkzeug==2.3.7
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Flask==3.0.0; python_version > '3.6'
Flask==2.0.3; python_version < '3.7'
gunicorn==20.1.0
gunicorn==22.0.0
twilio==9.0.3
Werkzeug==3.0.1; python_version >= '3.7'
Werkzeug==2.3.7; python_version < '3.7'
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Flask==1.1.4 # it seems like Flask-sockets doesn't play well with 2.0+
Flask-Sockets==0.2.1
gunicorn==20.1.0
gunicorn==22.0.0
requests==2.31.0
markupsafe===2.0.1
Werkzeug==1.0.1;
2 changes: 1 addition & 1 deletion cloud-sql/mysql/sqlalchemy/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Flask==2.1.0
SQLAlchemy==2.0.24
PyMySQL==1.1.0
gunicorn==20.1.0
gunicorn==22.0.0
cloud-sql-python-connector==1.2.4
functions-framework==3.5.0
Werkzeug==2.3.7
2 changes: 1 addition & 1 deletion cloud-sql/postgres/sqlalchemy/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ Flask==2.1.0
pg8000==1.29.8
SQLAlchemy==2.0.24
cloud-sql-python-connector==1.2.4
gunicorn==20.1.0
gunicorn==22.0.0
functions-framework==3.5.0
Werkzeug==2.3.7
2 changes: 1 addition & 1 deletion cloud-sql/sql-server/sqlalchemy/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Flask==2.1.0
gunicorn==20.1.0
gunicorn==22.0.0
python-tds==1.12.0
pyopenssl==24.0.0
SQLAlchemy==2.0.24
Expand Down
1 change: 0 additions & 1 deletion kubernetes_engine/django_tutorial/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
Django==5.0.4; python_version >= "3.10"
Django==5.0.3; python_version >= "3.10"
Django==4.2.11; python_version >= "3.8" and python_version < "3.10"
Django==3.2.25; python_version < "3.8"
# Uncomment the mysqlclient requirement if you are using MySQL rather than
Expand Down

0 comments on commit ec0a9a2

Please sign in to comment.