Skip to content

Commit 86e78ab

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] <support@github.com>
1 parent 7c69a31 commit 86e78ab

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

setup.py

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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)