aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRenovate Bot2024-09-02 15:25:59 +0200
committerMichael Grote2024-09-02 15:25:59 +0200
commite1905be377cf1a0c458505f9d91b5eff31ae5918 (patch)
tree0a9f5b5acc945e7cb1b4de02289926aff1f787e8
parent0b9f351d03437a172be51c4c4679d86445073953 (diff)
chore(deps): update dependency flask-cors to v5 (#41)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [Flask-Cors](https://github.com/corydolphin/flask-cors) | `==4.0.2` -> `==5.0.0` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/Flask-Cors/5.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/Flask-Cors/5.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/Flask-Cors/4.0.2/5.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/Flask-Cors/4.0.2/5.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | > :exclamation: **Important** > > Release Notes retrieval for this PR were skipped because no github.com credentials were available. > If you are self-hosted, please see [this instruction](https://github.com/renovatebot/renovate/blob/master/docs/usage/examples/self-hosting.md#githubcom-token-for-release-notes). --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC41OC4wIiwidXBkYXRlZEluVmVyIjoiMzguNTguMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6W119--> Reviewed-on: https://git.mgrote.net///container-images/python-api-server/pulls/41 Co-authored-by: Renovate Bot <renovate@mgrote.net> Co-committed-by: Renovate Bot <renovate@mgrote.net>
-rw-r--r--requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt
index a06d29a..7a57eac 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,5 +1,5 @@
Flask==3.0.3
-Flask-Cors==4.0.2
+Flask-Cors==5.0.0
gunicorn==23.0.0
requests==2.32.3
flasgger==0.9.7.1