From 981bf4f7560deadb22c9e0300231c03529a0ea03 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 6 Feb 2024 18:56:19 +0100 Subject: chore(deps): update dependency flask to v3.0.2 (#18) This PR contains the following updates: | Package | Update | Change | |---|---|---| | Flask ([changelog](https://flask.palletsprojects.com/changes/)) | patch | `==3.0.1` -> `==3.0.2` | --- ### 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. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). Reviewed-on: https://git.mgrote.net/container-images/python-api-server/pulls/18 Co-authored-by: Renovate Bot Co-committed-by: Renovate Bot --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'requirements.txt') diff --git a/requirements.txt b/requirements.txt index d4b9b5e..c49b71f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -Flask==3.0.1 +Flask==3.0.2 Flask-Cors==4.0.0 gunicorn==21.2.0 requests==2.31.0 -- cgit v1.2.3