We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5e0e9e commit 7c41905Copy full SHA for 7c41905
pyproject.toml
@@ -36,7 +36,7 @@ dev = [
36
# static checks…
37
"mypy", "pyright", "ruff", "coverage", "pymarkdownlnt!=0.9.5",
38
# tests
39
- "types-flask", "types-requests", "FlaskSimpleAuth>=33.0", "bcrypt", "pydantic"
+ "types-flask", "types-requests", "FlaskSimpleAuth>=35.0", "bcrypt", "pydantic"
40
]
41
# documentation generation
42
doc = ["sphinx", "sphinx_rtd_theme", "sphinx-autoapi", "sphinx-lint", "myst_parser"]
0 commit comments