Skip to content

Commit af52699

Browse files
build(deps): (deps): bump flask from 2.3.3 to 3.0.0
Bumps [flask](https://github.com/pallets/flask) from 2.3.3 to 3.0.0. - [Release notes](https://github.com/pallets/flask/releases) - [Changelog](https://github.com/pallets/flask/blob/main/CHANGES.rst) - [Commits](pallets/flask@2.3.3...3.0.0) --- updated-dependencies: - dependency-name: flask dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ec3173a commit af52699

File tree

2 files changed

+46
-6
lines changed

2 files changed

+46
-6
lines changed

poetry.lock

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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ apispec = { version = "~6.3.0", optional = true }
104104
apispec-oneofschema = { version = "^3.0.0", optional = true}
105105
apispec-webframeworks = { version = "^0.5", optional = true }
106106
circus = { version = "^0.18", optional = true }
107-
flask = { version = "^2.3.3", optional = true }
107+
flask = { version = ">=2.3.3,<4.0.0", optional = true }
108108
gunicorn = { version = "*", optional = true }
109109
marshmallow = { version = "~3.19.0", optional = true }
110110
marshmallow-oneofschema = { version = "^3.0.1", optional = true }

0 commit comments

Comments
 (0)