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 901b7c3

Browse filesBrowse 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 <glasnt@google.com>
1 parent a5d3fc2 commit 901b7c3
Copy full SHA for 901b7c3

File tree

Expand file treeCollapse file tree

2 files changed

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

2 files changed

+2
-3
lines changed

‎endpoints/getting-started/noxfile_config.py

Copy file name to clipboardExpand all lines: endpoints/getting-started/noxfile_config.py
+1-1Lines 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

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