Skip to content

Commit 386ce93

Browse files
build(deps): update pytest requirement
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...9.0.1) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent bf947df commit 386ce93

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
@@ -32,7 +32,7 @@
3232
'typing-extensions~=4.0'
3333
],
3434
tests_require=[
35-
'pytest>=7.2.2, <8.4.0',
35+
'pytest>=7.2.2, <9.1.0',
3636
'coverage>=7.2.2, <7.7.0',
3737
'pytest-cov>=4.0, <6.1',
3838
'testfixtures>=8.3.0, <= 10.0.0'

test-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
pytest>=7.2.2, <8.4.0
1+
pytest>=7.2.2, <9.1.0
22
pytest-mock~=3.14.0
33
coverage>=7.2.2, <7.7.0
44
testfixtures>=8.3.0, <= 10.0.0

0 commit comments

Comments
 (0)