File tree Expand file tree Collapse file tree
appengine/flexible/analytics
dataflow/flex-templates/pipeline_with_dependencies Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ Flask==2.3.3; python_version < '3.7'
33Werkzeug == 3.0.3 ; python_version > '3.6'
44Werkzeug == 2.3.8 ; python_version < '3.7'
55gunicorn == 23.0.0
6- requests [ security ] == 2.34.2 ; python_version >= '3.10'
6+ requests == 2.34.2 ; python_version >= '3.10'
Original file line number Diff line number Diff line change @@ -20,6 +20,6 @@ build-backend = "setuptools.build_meta"
2020name = " my_package"
2121version = " 0.1.0"
2222dependencies = [
23- " apache-beam[gcp]==2.54 .0" , # Must match the version in `Dockerfile``.
23+ " apache-beam[gcp]==2.73 .0" , # Must match the version in `Dockerfile``.
2424 " pyfiglet" , # This is the only non-Beam dependency of this pipeline.
2525]
Original file line number Diff line number Diff line change @@ -275,7 +275,7 @@ referencing==0.33.0
275275 # jsonschema-specifications
276276regex == 2023.12.25
277277 # via apache-beam
278- requests == 2.34.2 ; python_version >= '3.10'
278+ requests == 2.31.0
279279 # via
280280 # apache-beam
281281 # google-api-core
You can’t perform that action at this time.
0 commit comments