Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 6fe1a86

Browse filesBrowse files
chore(deps): update dependency pyyaml to v6.0.2 (GoogleCloudPlatform#12656)
* chore(deps): update dependency pyyaml to v6.0.2 * remove --temp-location --------- Co-authored-by: David Cavazos <dcavazos@google.com>
1 parent b428be3 commit 6fe1a86
Copy full SHA for 6fe1a86

File tree

Expand file treeCollapse file tree

4 files changed

+3
-4
lines changed
Filter options
Expand file treeCollapse file tree

4 files changed

+3
-4
lines changed

‎dataflow/conftest.py

Copy file name to clipboardExpand all lines: dataflow/conftest.py
-1Lines changed: 0 additions & 1 deletion
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

Copy file name to clipboardExpand all lines: dataflow/extensible-templates/requirements-test.txt
+1-1Lines changed: 1 addition & 1 deletion
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

Copy file name to clipboardExpand all lines: dataflow/flex-templates/streaming_beam/requirements-test.txt
+1-1Lines changed: 1 addition & 1 deletion
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

Copy file name to clipboardExpand all lines: endpoints/getting-started/requirements.txt
+1-1Lines changed: 1 addition & 1 deletion
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.