Skip to content

Commit 2fc924f

Browse files
Update dependency pytest to v9 [SECURITY]
1 parent 066f300 commit 2fc924f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ aiofiles = "^24.1.0"
1717

1818

1919
[tool.poetry.group.test.dependencies]
20-
pytest = "^8.3.2"
20+
pytest = "^9.0.0"
2121
pytest-asyncio = "^0.24.0"
2222
pytest-cov = "^5.0.0"
2323
codecov-cli="^0.7.4"

requirements-test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ pluggy==1.5.0 ; python_version >= "3.11" and python_version < "4.0"
2525
protobuf==5.28.0 ; python_version >= "3.11" and python_version < "4.0"
2626
pytest-asyncio==0.24.0 ; python_version >= "3.11" and python_version < "4.0"
2727
pytest-cov==5.0.0 ; python_version >= "3.11" and python_version < "4.0"
28-
pytest==8.3.2 ; python_version >= "3.11" and python_version < "4.0"
28+
pytest==9.0.3 ; python_version >= "3.11" and python_version < "4.0"
2929
pyyaml==6.0.2 ; python_version >= "3.11" and python_version < "4.0"
3030
regex==2024.7.24 ; python_version >= "3.11" and python_version < "4.0"
3131
requests==2.32.3 ; python_version >= "3.11" and python_version < "4.0"

0 commit comments

Comments
 (0)