Skip to content

Commit 0a00294

Browse files
chore(deps): update dependency pytest to v9
1 parent dbe0136 commit 0a00294

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
@@ -25,7 +25,7 @@ cryptography = "^43.0.0"
2525
setuptools = "^75.0.0"
2626

2727
[tool.poetry.dev-dependencies]
28-
pytest = "^8.3.2"
28+
pytest = "^9.0.0"
2929
pytest-mock = "^3.14.0"
3030

3131
[tool.poetry.scripts]
@@ -34,7 +34,7 @@ encryption-helper = "encryption_helper.__main__:main"
3434
[tool.poetry.group.dev.dependencies]
3535
pylint = "^3.2.6"
3636
bandit = "^1.7.9"
37-
pytest = "^8.3.2"
37+
pytest = "^9.0.0"
3838
pytest-mock = "^3.14.0"
3939
setuptools = "^75.0.0"
4040

0 commit comments

Comments
 (0)