Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update flask requirement from >=1.1.2,<3.0.0 to >=1.1.2,<4.0.0 #80

Merged
merged 2 commits into from
Mar 3, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Update flask requirement from >=1.1.2,<3.0.0 to >=1.1.2,<4.0.0
Updates the requirements on [flask](https://github.com/pallets/flask) to permit the latest version.
- [Release notes](https://github.com/pallets/flask/releases)
- [Changelog](https://github.com/pallets/flask/blob/main/CHANGES.rst)
- [Commits](pallets/flask@1.1.2...3.0.0)

---
updated-dependencies:
- dependency-name: flask
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 2, 2023
commit 346decc51a06e064751e7e169290169dec442e28
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -35,7 +35,7 @@ env_exe_runner = 'formelsammlung.env_exe_runner:cli_caller'
[tool.poetry.dependencies]
python = "^3.8.1"
# EXTRA flask
flask = {version = ">=1.1.2,<3.0.0", optional = true}
flask = {version = ">=1.1.2,<4.0.0", optional = true}
# EXTRA testing
pytest = { version = ">=7.2.0", optional = true }
pytest-cov = {version = ">=3.0", optional = true}