Skip to content
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

chore(deps): bump the pip group across 7 directories with 3 updates #38

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
2 changes: 1 addition & 1 deletion composer/2022_airflow_summit/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ grpcio-gcp==0.2.2
grpcio-status==1.56.0
grpcio==1.59.3
gssapi==1.8.2
gunicorn==20.1.0
gunicorn==22.0.0
h11==0.14.0
hdfs==2.7.0
hmsclient==0.1.1
Expand Down
2 changes: 1 addition & 1 deletion composer/2022_airflow_summit/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 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.8.0
apache-airflow==2.9.0
apache-airflow-providers-google==10.2.0
2 changes: 1 addition & 1 deletion composer/airflow_1_samples/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ graphviz==0.15
grpc-google-iam-v1==0.12.3
grpcio-gcp==0.2.2
grpcio==1.33.2
gunicorn==20.0.4
gunicorn==22.0.0
hdfs==2.5.8
hmsclient==0.1.1
httplib2==0.18.1
Expand Down
2 changes: 1 addition & 1 deletion composer/cicd_sample/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ grpcio-gcp==0.2.2
grpcio-status==1.56.0
grpcio==1.59.3
gssapi==1.8.2
gunicorn==20.1.0
gunicorn==22.0.0
h11==0.14.0
hdfs==2.7.0
hmsclient==0.1.1
Expand Down
2 changes: 1 addition & 1 deletion composer/cicd_sample/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# 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.8.0
apache-airflow==2.9.0
2 changes: 1 addition & 1 deletion composer/workflows/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ grpcio-gcp==0.2.2
grpcio-status==1.56.0
grpcio==1.59.3
gssapi==1.8.2
gunicorn==20.1.0
gunicorn==22.0.0
h11==0.14.0
hdfs==2.7.0
hmsclient==0.1.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.8.0
apache-airflow==2.9.0
apache-airflow-providers-amazon==8.2.0
apache-airflow-providers-apache-beam==5.1.1
apache-airflow-providers-cncf-kubernetes==7.1.0
Expand Down
2 changes: 1 addition & 1 deletion dataflow/run-inference/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
apache-beam[gcp]==2.49.0
torch==2.0.1
transformers==4.36.0
transformers==4.38.0
2 changes: 1 addition & 1 deletion kubernetes_engine/django_tutorial/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Django==3.2.23; python_version < "3.8"
# PostgreSQL. You must also have a MySQL client installed in that case.
#mysqlclient==1.4.1
wheel==0.40.0
gunicorn==20.1.0; python_version > '3.0'
gunicorn==22.0.0; python_version > '3.0'
gunicorn==19.10.0; python_version < '3.0'
# psycopg2==2.8.4 # uncomment if you prefer to build from source
psycopg2-binary==2.9.6
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ version = "1.0.0"
dependencies = [
"datasets==2.13.1",
"torch==1.13.1", # make sure this matches the `container_uri` in `notebooks/3-training.ipynb`
"transformers==4.36.0",
"transformers==4.38.0",
]

[project.scripts]
Expand Down
Loading