Skip to content

Commit e873324

Browse files
build(deps): update pytest requirement from ~=7.2.2 to ~=8.3.4
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@7.2.2...8.3.4) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ce3dd39 commit e873324

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
'jsonpointer~=2.3'
3232
],
3333
tests_require=[
34-
'pytest~=7.2.2',
34+
'pytest>=7.2.2,<8.4.0',
3535
'pytest-cov~=4.0.0'
3636
]
3737
)

test-requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
pytest~=7.2.2
1+
pytest~=8.3.4
22
coverage~=7.2.2
33
testfixtures~=8.2.0

0 commit comments

Comments
 (0)