Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 901b7c3

Browse files
renovate-botglasnt
andauthored
chore(deps): update dependency flask-cors to v6.0.1 (GoogleCloudPlatform#13420)
* chore(deps): update dependency flask-cors to v6.0.1 * make py3.10 the only test matches comment, prevents issues with EOL package updates * Remove version pinning, only testing py3.10 --------- Co-authored-by: Katie McLaughlin <[email protected]>
1 parent a5d3fc2 commit 901b7c3

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

endpoints/getting-started/noxfile_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
# > ℹ️ Test only on Python 3.10.
2626
# > The Python version used is defined by the Dockerfile, so it's redundant
2727
# > to run multiple tests since they would all be running the same Dockerfile.
28-
"ignored_versions": ["2.7", "3.6", "3.7", "3.9", "3.11", "3.12", "3.13"],
28+
"ignored_versions": ["2.7", "3.6", "3.7", "3.8", "3.9", "3.11", "3.12", "3.13"],
2929
# Old samples are opted out of enforcing Python type hints
3030
# All new samples should feature them
3131
# "enforce_type_hints": True,

endpoints/getting-started/requirements.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
Flask==3.0.3
2-
flask-cors==6.0.0; python_version >= "3.9"
3-
flask-cors==5.0.0; python_version == "3.8"
2+
flask-cors==6.0.1
43
gunicorn==23.0.0
54
six==1.16.0
65
pyyaml==6.0.2

0 commit comments

Comments
 (0)