diff options
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/pyproject.toml b/pyproject.toml index 5b03507..858521b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ dependencies = [ "alembic (>=1.8, <2.0)", "transaction (>=5, <6)", "zope.sqlalchemy (>=4.0, <5.0)", - "redis (>=6, <7)", + "redis (>=7, <8)", "Babel (>=2.11, <3.0)", "cryptography (>=46, <47)", @@ -70,23 +70,23 @@ classifiers = [ optional = true [tool.poetry.group.docs.dependencies] -Sphinx = "^8.0" +Sphinx = "^9.0" sphinx-autodoc-typehints = "^3" [tool.poetry.group.testing] optional = true [tool.poetry.group.testing.dependencies] -pytest = "^8.0.0" +pytest = "^9.0.0" webtest = "^3.0.0" -pytest-cov = "^6.0.0" +pytest-cov = "^7.0.0" pytest-playwright = "^0.7.0" [tool.poetry.group.linters] optional = true [tool.poetry.group.linters.dependencies] -pylint = "^3" +pylint = "^4" black = "^25.0.0" [tool.poetry.group.types] |
