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 dd688a6 commit ce4d6c8Copy full SHA for ce4d6c8
pyproject.toml
@@ -37,15 +37,15 @@ prompt-toolkit = ">=3.0.0,<4.0.0"
37
pyrsistent = ">=0.18.0,<1.0.0"
38
typing-extensions = ">=4.7.0,<5.0.0"
39
40
-pytest = { version = ">=7.0.0,<9.0.0", optional = true }
+pytest = { version = ">=8.4.0,<9.0.0", optional = true }
41
pygments = { version = ">=2.9.0,<3.0.0", optional = true }
42
43
[tool.poetry.group.dev.dependencies]
44
black = ">=24.0.0"
45
docutils = "*"
46
isort = "*"
47
pygments = "*"
48
-pytest = ">=7.0.0,<9.0.0"
+pytest = ">=8.4.0,<9.0.0"
49
pytest-pycharm = "*"
50
# Ensure the Sphinx version remains synchronized with docs/requirements.txt
51
# to maintain consistent output during both development and publishing on
0 commit comments