Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion appengine/flexible/analytics/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Flask==1.1.2
gunicorn==20.0.4
gunicorn==25.0.0
requests[security]==2.25.1
2 changes: 1 addition & 1 deletion appengine/flexible/datastore/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Flask==1.1.2
google-cloud-datastore==2.1.0
gunicorn==20.0.4
gunicorn==25.0.0
2 changes: 1 addition & 1 deletion appengine/flexible/disk/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Flask==1.1.2
gunicorn==20.0.4
gunicorn==25.0.0
2 changes: 1 addition & 1 deletion appengine/flexible/django_cloudsql/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ Django==3.0.2; python_version > '3.5'
Django==2.2.9; python_version == '3.5'
# mysqlclient==1.4.1 # Uncomment this line if using MySQL
wheel==0.36.2
gunicorn==20.0.4
gunicorn==25.0.0
#psycopg2==2.8.4 # uncomment if you prefer to build from source
psycopg2-binary==2.8.6
2 changes: 1 addition & 1 deletion appengine/flexible/extending_runtime/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Flask==1.1.2
gunicorn==20.0.4
gunicorn==25.0.0
2 changes: 1 addition & 1 deletion appengine/flexible/hello_world/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Flask==1.1.2
gunicorn==20.0.4
gunicorn==25.0.0
4 changes: 2 additions & 2 deletions appengine/flexible/hello_world_django/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Django==3.0.2; python_version > '3.5'
Django==2.2.9; python_version == '3.5'
Django==1.11.27; python_version < '3.0'
gunicorn==20.0.4; python_version > '3.0'
gunicorn==19.10.0; python_version < '3.0'
gunicorn==25.0.0; python_version > '3.0'
gunicorn==25.0.0; python_version < '3.0'
2 changes: 1 addition & 1 deletion appengine/flexible/metadata/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Flask==1.1.2
gunicorn==20.0.4
gunicorn==25.0.0
requests[security]==2.25.1
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Flask==1.1.2
gunicorn==20.0.4
gunicorn==25.0.0
requests==2.25.1
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Flask==1.1.2
gunicorn==20.0.4
gunicorn==25.0.0
requests==2.25.1
2 changes: 1 addition & 1 deletion appengine/flexible/numpy/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Flask==1.1.2
gunicorn==20.0.4
gunicorn==25.0.0
numpy==1.20.0; python_version >= '3.7'
numpy==1.19.5; python_version < '3.7'

2 changes: 1 addition & 1 deletion appengine/flexible/pubsub/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Flask==1.1.2
google-cloud-pubsub==2.4.0
gunicorn==20.0.4
gunicorn==25.0.0
2 changes: 1 addition & 1 deletion appengine/flexible/scipy/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Flask==1.1.2
gunicorn==20.0.4
gunicorn==25.0.0
imageio==2.9.0
numpy==1.20.0; python_version >= '3.7'
numpy==1.19.5; python_version < '3.7'
Expand Down
2 changes: 1 addition & 1 deletion appengine/flexible/static_files/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Flask==1.1.2
gunicorn==20.0.4
gunicorn==25.0.0
4 changes: 2 additions & 2 deletions appengine/flexible/storage/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Flask==1.1.2
google-cloud-storage==1.36.2
gunicorn==20.0.4; python_version > '3.0'
gunicorn==19.10.0; python_version < '3.0'
gunicorn==25.0.0; python_version > '3.0'
gunicorn==25.0.0; python_version < '3.0'
2 changes: 1 addition & 1 deletion appengine/flexible/tasks/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Flask==1.1.2
gunicorn==20.0.4
gunicorn==25.0.0
google-cloud-tasks==2.2.0
2 changes: 1 addition & 1 deletion appengine/flexible/twilio/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Flask==1.1.2
gunicorn==20.0.4
gunicorn==25.0.0
twilio==6.54.0
2 changes: 1 addition & 1 deletion appengine/flexible/websockets/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Flask==1.1.2
Flask-Sockets==0.2.1
gunicorn==20.0.4
gunicorn==25.0.0
requests==2.25.1
2 changes: 1 addition & 1 deletion cloud-sql/mysql/sqlalchemy/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Flask==1.1.2
SQLAlchemy==1.4.1
PyMySQL==1.0.2
gunicorn==20.0.4
gunicorn==25.0.0
2 changes: 1 addition & 1 deletion cloud-sql/postgres/sqlalchemy/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Flask==1.1.2
pg8000==1.18.0 # Do not upgrade >=1.6.6 until https://github.com/tlocke/pg8000/commit/3a2e7439ae3613367ec231218d7e0f541466d1e5#commitcomment-43174891 is resolved
SQLAlchemy==1.4.1
gunicorn==20.0.4
gunicorn==25.0.0
4 changes: 2 additions & 2 deletions codelabs/flex_and_vision/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Flask==1.1.2
gunicorn==20.0.4; python_version > '3.0'
gunicorn==19.10.0; python_version < '3.0'
gunicorn==25.0.0; python_version > '3.0'
gunicorn==25.0.0; python_version < '3.0'
google-cloud-vision==2.2.0
google-cloud-storage==1.36.2
google-cloud-datastore==2.1.0
2 changes: 1 addition & 1 deletion endpoints/getting-started/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Flask==1.1.2
flask-cors==3.0.10
gunicorn==20.0.4
gunicorn==25.0.0
six==1.15.0
pyyaml==5.4.1
requests==2.25.1
Expand Down
2 changes: 1 addition & 1 deletion eventarc/audit-storage/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Flask==1.1.2
gunicorn==20.0.4
gunicorn==25.0.0
2 changes: 1 addition & 1 deletion eventarc/generic/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Flask==1.1.2
gunicorn==20.0.4
gunicorn==25.0.0
2 changes: 1 addition & 1 deletion eventarc/pubsub/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Flask==1.1.2
gunicorn==20.0.4
gunicorn==25.0.0
2 changes: 1 addition & 1 deletion iap/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cryptography==3.4.6
flask==1.1.2
google-auth==1.28.0
gunicorn==20.0.4
gunicorn==25.0.0
requests==2.25.1
requests_toolbelt==0.9.1
4 changes: 2 additions & 2 deletions kubernetes_engine/django_tutorial/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Django==1.11.28;python_version < '3.0'
# PostgreSQL. You must also have a MySQL client installed in that case.
#mysqlclient==1.4.1
wheel==0.36.2
gunicorn==20.0.4; python_version > '3.0'
gunicorn==19.10.0; python_version < '3.0'
gunicorn==25.0.0; python_version > '3.0'
gunicorn==25.0.0; python_version < '3.0'
# psycopg2==2.8.4 # uncomment if you prefer to build from source
psycopg2-binary==2.8.6
2 changes: 1 addition & 1 deletion memorystore/redis/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
# limitations under the License.
# [START memorystore_requirements]
Flask==1.1.2
gunicorn==20.0.4
gunicorn==25.0.0
redis==3.5.3
# [END memorystore_requirements]
2 changes: 1 addition & 1 deletion profiler/appengine/flexible/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Flask==1.1.2
gunicorn==20.0.4
gunicorn==25.0.0
google-cloud-profiler==3.0.2
2 changes: 1 addition & 1 deletion run/django/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ Django==3.1.7
django-storages[google]==1.11.1
django-environ==0.4.5
psycopg2-binary==2.8.6
gunicorn==20.0.4
gunicorn==25.0.0
google-cloud-secret-manager==2.3.0
2 changes: 1 addition & 1 deletion run/hello-broken/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Flask==1.1.2
pytest==5.3.0; python_version > "3.0"
pytest==4.6.6; python_version < "3.0"
gunicorn==20.0.4
gunicorn==25.0.0
2 changes: 1 addition & 1 deletion run/helloworld/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Flask==1.1.2
gunicorn==20.0.4
gunicorn==25.0.0
2 changes: 1 addition & 1 deletion run/idp-sql/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Flask==1.1.2
SQLAlchemy==1.4.1
pg8000==1.18.0 # Do not upgrade >=1.6.6 until https://github.com/tlocke/pg8000/commit/3a2e7439ae3613367ec231218d7e0f541466d1e5#commitcomment-43174891 is resolved
gunicorn==20.0.4
gunicorn==25.0.0
firebase-admin==4.5.3
google-cloud-secret-manager==2.3.0
structlog==21.1.0
2 changes: 1 addition & 1 deletion run/image-processing/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Flask==1.1.2
pytest==5.3.0; python_version > "3.0"
pytest==4.6.6; python_version < "3.0"
gunicorn==20.0.4
gunicorn==25.0.0
google-cloud-vision==2.2.0
google-cloud-storage==1.36.2
Wand==0.6.6
2 changes: 1 addition & 1 deletion run/logging-manual/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Flask==1.1.2
pytest==5.3.2; python_version > "3.0"
pytest==5.3.2; python_version < "3.0"
gunicorn==20.0.4
gunicorn==25.0.0
2 changes: 1 addition & 1 deletion run/markdown-preview/editor/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Flask==1.1.2
gunicorn==20.0.4
gunicorn==25.0.0
google-auth==1.28.0
requests==2.25.1
2 changes: 1 addition & 1 deletion run/markdown-preview/renderer/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Flask==1.1.2
gunicorn==20.0.4
gunicorn==25.0.0
Markdown==3.3.4
bleach==3.3.0
2 changes: 1 addition & 1 deletion run/pubsub/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Flask==1.1.2
pytest==5.3.2; python_version > "3.0"
pytest==5.3.2; python_version < "3.0"
gunicorn==20.0.4
gunicorn==25.0.0
2 changes: 1 addition & 1 deletion run/system-package/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Flask==1.1.2
pytest==6.2.1
gunicorn==20.0.4
gunicorn==25.0.0