Skip to content

Commit 3e7658e

Browse files
build(deps): bump pytest from 8.3.4 to 9.0.3
Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.3.4 to 9.0.3. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pytest@8.3.4...9.0.3) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b942b9a commit 3e7658e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ blspy==2.0.3
33
setuptools~=75.6.0
44
aiosqlite==0.20.0
55
aiohttp==3.13.3
6-
pytest==8.3.4
6+
pytest==9.0.3
77
PyYAML==6.0.2
88
PyMySQL==1.1.1

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ def read(fname):
1919
"setuptools>=56.1,<75.7",
2020
"aiosqlite==0.20.0",
2121
"aiohttp==3.13.3",
22-
"pytest==8.3.4",
22+
"pytest==9.0.3",
2323
"PyMySQL==1.1.1",
2424
]
2525

0 commit comments

Comments
 (0)