Skip to content

chore(deps): bump the pip group across 22 directories with 9 updates #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
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
14 changes: 7 additions & 7 deletions composer/workflows/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Flask-Login==0.6.1
Flask-SQLAlchemy==2.5.1
Flask-Session==0.4.0
Flask-WTF==0.15.1
Flask==2.1.2
Flask==2.2.5
GitPython==3.1.27
HeapDict==1.0.1
JPype1==1.4.0
Expand Down Expand Up @@ -172,7 +172,7 @@ backports.zoneinfo==0.2.1
bcrypt==3.2.2
beautifulsoup4==4.11.1
billiard==3.6.4.0
black==22.6.0
black==24.3.0
bleach==5.0.1
blinker==1.4
boto3==1.24.23
Expand Down Expand Up @@ -207,7 +207,7 @@ coverage==6.4.1
crcmod==1.7
cron-descriptor==1.2.30
croniter==1.3.5
cryptography==36.0.2
cryptography==44.0.1
curlify==2.2.1
cx-Oracle==8.3.0
dask==2022.6.1
Expand Down Expand Up @@ -301,9 +301,9 @@ greenlet==1.1.2
grpc-google-iam-v1==0.12.4
grpcio-gcp==0.2.2
grpcio-status==1.47.0
grpcio==1.47.0
grpcio==1.53.2
gssapi==1.7.3
gunicorn==20.1.0
gunicorn==23.0.0
h11==0.12.0
hdfs==2.7.0
hmsclient==0.1.1
Expand Down Expand Up @@ -434,7 +434,7 @@ pure-sasl==0.6.2
py4j==0.10.9.5
py==1.11.0
pyOpenSSL==22.0.0
pyarrow==6.0.1
pyarrow==14.0.1
pyasn1-modules==0.2.8
pyasn1==0.4.8
pycodestyle==2.8.0
Expand Down Expand Up @@ -492,7 +492,7 @@ requests-mock==1.9.3
requests-ntlm==1.1.0
requests-oauthlib==1.3.1
requests-toolbelt==0.9.1
requests==2.28.0
requests==2.32.4
responses==0.21.0
rfc3986==1.5.0
rich-click==1.5.1
Expand Down
2 changes: 1 addition & 1 deletion composer/workflows/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# be sure to update the constraints file to match
# see https://airflow.apache.org/docs/apache-airflow/stable/installation/installing-from-pypi.html#constraints-files
apache-airflow==2.3.3
apache-airflow==2.10.3
apache-airflow-providers-apache-beam==4.1.0
apache-airflow-providers-cncf-kubernetes==5.0.0
apache-airflow-providers-google==8.3.0
Expand Down
2 changes: 1 addition & 1 deletion compute/auth/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
requests==2.27.1
requests==2.32.4
google-api-python-client==2.47.0
google-auth==2.6.2
google-auth-httplib2==0.1.0
2 changes: 1 addition & 1 deletion compute/client_library/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
isort==5.10.1
black==22.10.0
black==24.3.0
google-cloud-compute==1.6.1
4 changes: 2 additions & 2 deletions compute/encryption/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cryptography==38.0.3
requests==2.27.1
cryptography==44.0.1
requests==2.32.4
google-api-python-client==2.47.0
google-auth==2.6.2
google-auth-httplib2==0.1.0
2 changes: 1 addition & 1 deletion compute/metadata/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
requests==2.27.1
requests==2.32.4
google-auth==2.6.2
2 changes: 1 addition & 1 deletion compute/oslogin/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ google-auth==2.6.2
google-auth-httplib2==0.1.0
google-cloud-compute==1.6.1
google-cloud-os-login==2.7.4
requests==2.27.1
requests==2.32.4
2 changes: 1 addition & 1 deletion data-science-onramp/data-processing/requirements-test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ pytest==7.0.1
pandas==1.1.5; python_version < '3.7'
pandas==1.3.5; python_version > '3.6'
pyarrow==6.0.1; python_version < '3.7'
pyarrow==8.0.0; python_version > '3.6'
pyarrow==14.0.1; python_version > '3.6'
google-cloud-bigquery==2.34.4
2 changes: 1 addition & 1 deletion dataflow/run_template/requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pytest==7.0.1
flask==2.1.0
flask==2.2.5
backoff==1.11.1; python_version < "3.7"
backoff==2.0.0; python_version >= "3.7"
2 changes: 1 addition & 1 deletion dataproc/snippets/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

backoff==2.2.1
grpcio==1.50.0
grpcio==1.53.2
google-auth==2.14.0
google-auth-httplib2==0.1.0
google-cloud==0.34.0
Expand Down
2 changes: 1 addition & 1 deletion datastore/cloud-ndb/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# [START ndb_version]
google-cloud-ndb==1.11.1
# [END ndb_version]
Flask==2.1.0
Flask==2.2.5
8 changes: 4 additions & 4 deletions endpoints/getting-started/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Flask==2.1.0
flask-cors==3.0.10
gunicorn==20.1.0
Flask==2.2.5
flask-cors==6.0.0
gunicorn==23.0.0
six==1.16.0
pyyaml==6.0
requests==2.27.1
requests==2.32.4
google-auth==2.6.2
google-auth-oauthlib==0.5.3
4 changes: 2 additions & 2 deletions eventarc/audit-storage/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Flask==2.1.0
gunicorn==20.1.0
Flask==2.2.5
gunicorn==23.0.0
4 changes: 2 additions & 2 deletions eventarc/generic/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Flask==2.1.0
gunicorn==20.1.0
Flask==2.2.5
gunicorn==23.0.0
4 changes: 2 additions & 2 deletions eventarc/pubsub/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Flask==2.1.0
gunicorn==20.1.0
Flask==2.2.5
gunicorn==23.0.0
4 changes: 2 additions & 2 deletions functions/concepts/requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
flask==2.1.0
flask==2.2.5
mock==4.0.3
pytest==7.0.1
requests==2.27.1
requests==2.32.4
responses==0.17.0; python_version < '3.7'
responses==0.20.0; python_version > '3.6'
2 changes: 1 addition & 1 deletion functions/env_vars/requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
flask==2.1.0
flask==2.2.5
pytest==7.0.1
2 changes: 1 addition & 1 deletion functions/helloworld/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
functions-framework==3.2.0
flask==2.1.0
flask==2.2.5
google-cloud-error-reporting==1.6.0
2 changes: 1 addition & 1 deletion functions/http/requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
flask==2.1.0
flask==2.2.5
pytest==7.0.1
2 changes: 1 addition & 1 deletion functions/security/requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
flask==2.1.0
flask==2.2.5
mock==4.0.3
pytest==7.0.1
2 changes: 1 addition & 1 deletion functions/security/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
requests==2.27.1
requests==2.32.4
2 changes: 1 addition & 1 deletion iap/app_engine_app/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Flask==2.1.0
Flask==2.2.5
8 changes: 4 additions & 4 deletions iap/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cryptography==38.0.3
Flask==2.1.0
cryptography==44.0.1
Flask==2.2.5
google-auth==2.6.2
gunicorn==20.1.0
requests==2.27.1
gunicorn==23.0.0
requests==2.32.4
requests-toolbelt==0.10.0
2 changes: 1 addition & 1 deletion media_cdn/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
six==1.16.0
cryptography==38.0.3
cryptography==44.0.1
2 changes: 1 addition & 1 deletion opencensus/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
grpcio==1.47.0
grpcio==1.53.2
opencensus-ext-stackdriver==0.8.0
opencensus==0.10.0