Skip to content

Commit ce4d6c8

Browse files
committed
Upgrade Pytest version to min 8.4.0
1 parent dd688a6 commit ce4d6c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,15 +37,15 @@ prompt-toolkit = ">=3.0.0,<4.0.0"
3737
pyrsistent = ">=0.18.0,<1.0.0"
3838
typing-extensions = ">=4.7.0,<5.0.0"
3939

40-
pytest = { version = ">=7.0.0,<9.0.0", optional = true }
40+
pytest = { version = ">=8.4.0,<9.0.0", optional = true }
4141
pygments = { version = ">=2.9.0,<3.0.0", optional = true }
4242

4343
[tool.poetry.group.dev.dependencies]
4444
black = ">=24.0.0"
4545
docutils = "*"
4646
isort = "*"
4747
pygments = "*"
48-
pytest = ">=7.0.0,<9.0.0"
48+
pytest = ">=8.4.0,<9.0.0"
4949
pytest-pycharm = "*"
5050
# Ensure the Sphinx version remains synchronized with docs/requirements.txt
5151
# to maintain consistent output during both development and publishing on

0 commit comments

Comments
 (0)