Skip to content

Commit 2f64b2c

Browse files
build(deps): bump pytest from 8.3.4 to 8.3.5
Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.3.4 to 8.3.5. - [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.3.5) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ac72355 commit 2f64b2c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

+1-1
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.3.5
77
PyYAML==6.0.2
88
PyMySQL==1.1.1

setup.py

+1-1
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.3.5",
2323
"PyMySQL==1.1.1",
2424
]
2525

0 commit comments

Comments
 (0)