Skip to content

Commit 22caa53

Browse files
build(deps): update pytest requirement from ~=7.2.2 to >=7.2.2, <8.4.0 (#78)
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> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Muhammad Sufyan <muhammad.sufyan@apimatic.io>
1 parent 24aa0e5 commit 22caa53

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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',
35+
'pytest>=7.2.2, <8.4.0',
3636
'coverage>=7.2.2, <7.7.0',
3737
'pytest-cov>=4.0, <6.1'
3838
]

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
1+
pytest>=7.2.2, <8.4.0
22
pytest-mock~=3.14.0
33
coverage>=7.2.2, <7.7.0
44
testfixtures~=8.2.0

0 commit comments

Comments
 (0)