Skip to content

Commit 6fe1a86

Browse files
chore(deps): update dependency pyyaml to v6.0.2 (#12656)
* chore(deps): update dependency pyyaml to v6.0.2 * remove --temp-location --------- Co-authored-by: David Cavazos <[email protected]>
1 parent b428be3 commit 6fe1a86

File tree

4 files changed

+3
-4
lines changed

4 files changed

+3
-4
lines changed

dataflow/conftest.py

-1
Original file line numberDiff line numberDiff line change
@@ -855,7 +855,6 @@ def dataflow_extensible_template_run(
855855
f"--gcs-location={template_path}",
856856
f"--project={project}",
857857
f"--region={region}",
858-
f"--temp-location=gs://{bucket_name}/staging",
859858
] + [
860859
f"--parameters={name}={value}"
861860
for name, value in {

dataflow/extensible-templates/requirements-test.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ google-cloud-bigquery==3.25.0
33
google-cloud-storage==2.9.0
44
pytest-xdist==3.3.0
55
pytest==8.2.0
6-
pyyaml==6.0
6+
pyyaml==6.0.2

dataflow/flex-templates/streaming_beam/requirements-test.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ google-api-python-client==2.131.0
22
google-cloud-storage==2.9.0
33
pytest-xdist==3.3.0
44
pytest==8.2.0
5-
pyyaml==6.0
5+
pyyaml==6.0.2

endpoints/getting-started/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Flask==3.0.3
22
flask-cors==5.0.0
33
gunicorn==22.0.0
44
six==1.16.0
5-
pyyaml==6.0
5+
pyyaml==6.0.2
66
requests==2.31.0
77
google-auth==2.19.1
88
google-auth-oauthlib==1.0.0

0 commit comments

Comments
 (0)