Skip to content
This repository was archived by the owner on Jun 20, 2024. It is now read-only.

Commit 002ee77

Browse files
Bump flask from 3.0.0 to 3.0.1 (#61)
* Bump flask from 3.0.0 to 3.0.1 Bumps [flask](https://github.com/pallets/flask) from 3.0.0 to 3.0.1. - [Release notes](https://github.com/pallets/flask/releases) - [Changelog](https://github.com/pallets/flask/blob/main/CHANGES.rst) - [Commits](pallets/flask@3.0.0...3.0.1) --- updated-dependencies: - dependency-name: flask dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * chore: requirements flask version bump --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Said Sef <[email protected]>
1 parent b4f9046 commit 002ee77

File tree

3 files changed

+71
-72
lines changed

3 files changed

+71
-72
lines changed

Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ verify_ssl = true
44
name = "pypi"
55

66
[packages]
7-
flask = "==3.0.0"
7+
flask = "==3.0.1"
88
flask-wtf = "==1.2.1"
99
prometheus-flask-exporter = "==0.23.0"
1010

Pipfile.lock

Lines changed: 69 additions & 70 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
-i https://pypi.org/simple
2-
flask==3.0.0
2+
flask==3.0.1
33
flask_wtf==1.2.1
44
prometheus-flask-exporter==0.23.0
55
werkzeug>=3.0.1 # not directly required, pinned by Snyk to avoid a vulnerability

0 commit comments

Comments
 (0)