Skip to content

Commit 410a61a

Browse files
build(deps): bump pytest from 8.3.4 to 8.4.0
Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.3.4 to 8.4.0. - [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...8.4.0) --- updated-dependencies: - dependency-name: pytest dependency-version: 8.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ef49150 commit 410a61a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.10.11
6-
pytest==8.3.4
6+
pytest==8.4.0
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.10.11",
22-
"pytest==8.3.4",
22+
"pytest==8.4.0",
2323
"PyMySQL==1.1.1",
2424
]
2525

0 commit comments

Comments
 (0)