Skip to content

Commit 796997c

Browse files
authored
chore: bundle final dependabot alerts (dotenv, lxml, jwcrypto, wheel, transformers, markdown) (#14396)
- Bumped `python-dotenv`, `lxml`, `jwcrypto`, `wheel`, `transformers`, and `Markdown` across various samples. - This bundles the last remaining single/loose package updates to resolve outstanding Dependabot vulnerabilities in one PR.
1 parent 2653f52 commit 796997c

7 files changed

Lines changed: 7 additions & 7 deletions

File tree

auth/cloud-client-temp/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ google-auth==2.47.0
44
pytest==9.0.3; python_version >= "3.10"
55
boto3>=1.26.0
66
requests==2.34.2; python_version >= '3.10'
7-
python-dotenv==1.2.1
7+
python-dotenv==1.2.2
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
boto3==1.40.53
22
google-auth==2.43.0
33
google-cloud-storage==2.19.0
4-
python-dotenv==1.1.1
4+
python-dotenv==1.2.2
55
requests==2.34.2; python_version >= '3.10'

cloud-media-livestream/keypublisher/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Flask==3.1.3; python_version >= '3.9'
22
functions-framework==3.9.2
33
google-cloud-secret-manager==2.21.1
4-
lxml==5.2.1
4+
lxml==6.1.1
55
pycryptodome==3.21.0
66
pyOpenSSL==26.3.0
77
requests==2.34.2; python_version >= '3.10'

kms/snippets/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
google-cloud-kms==3.11.0
22
cryptography==48.0.1
33
crcmod==1.7
4-
jwcrypto==1.5.6
4+
jwcrypto==1.5.8

kubernetes_engine/django_tutorial/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Django==6.0.6; python_version >= "3.12"
22
# Uncomment the mysqlclient requirement if you are using MySQL rather than
33
# PostgreSQL. You must also have a MySQL client installed in that case.
44
#mysqlclient==1.4.1
5-
wheel==0.40.0
5+
wheel==0.47.0
66
gunicorn==23.0.0; python_version > '3.0'
77
# psycopg2==2.8.4 # uncomment if you prefer to build from source
88
psycopg2-binary==2.9.11

people-and-planet-ai/weather-forecasting/serving/weather-model/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ version = "1.0.0"
1919
dependencies = [
2020
"datasets==4.0.0",
2121
"torch==2.4.0", # make sure this matches the `container_uri` in `notebooks/3-training.ipynb`
22-
"transformers==5.0.0",
22+
"transformers==5.13.0",
2323
]
2424

2525
[project.scripts]
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Flask==3.1.3; python_version >= '3.9'
22
gunicorn==23.0.0
3-
Markdown==3.7
3+
Markdown==3.10.2
44
bleach==6.4.0
55
Werkzeug==3.1.8; python_version >= '3.9'

0 commit comments

Comments
 (0)