Skip to content

Commit 8d214c7

Browse files
renovate-botglasnt
andauthored
chore(deps): update dependency flask-cors to v5.0.1 (#13271)
* chore(deps): update dependency flask-cors to v5.0.1 * set python_version to support other versions --------- Co-authored-by: Katie McLaughlin <katie@glasnt.com>
1 parent 48a8fc5 commit 8d214c7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

endpoints/getting-started/requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
Flask==3.0.3
2-
flask-cors==5.0.0
2+
flask-cors==5.0.1; python_version >= "3.9"
3+
flask-cors==5.0.0; python_version == "3.8"
34
gunicorn==23.0.0
45
six==1.16.0
56
pyyaml==6.0.2

0 commit comments

Comments
 (0)