Skip to content

Commit 95c059f

Browse files
Update pytest requirement from ~=8.3.4 to ~=8.4.1
Updates the requirements on [pytest](https://github.com/pytest-dev/pytest) to permit the latest version. - [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.1) --- updated-dependencies: - dependency-name: pytest dependency-version: 8.4.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 212ce28 commit 95c059f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ruff~=0.9.9
44
# higher versions require urllib3>=2.0
55
types-requests~=2.31.0.6
66
types-setuptools~=75.8.0.20250110
7-
pytest~=8.3.4
7+
pytest~=8.4.1
88
pytest-vcr~=1.0.2
99
# [PINNED] to v6.x since vcrpy>=7.0 requires urllib3>=2.0
1010
# which breaks compatibility with Python 3.8

0 commit comments

Comments
 (0)