Skip to content

Commit 8929a92

Browse files
chore(deps): bump pytest from 4.4.1 to 9.0.3
Bumps [pytest](https://github.com/pytest-dev/pytest) from 4.4.1 to 9.0.3. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pytest@4.4.1...9.0.3) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5a862c1 commit 8929a92

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@
2323
license="MIT",
2424
install_requires=["pyjwt[crypto]>=2,<3", "requests", "httpx>=0.28.1"],
2525
setup_requires=pytest_runner,
26-
tests_require=["pytest==4.4.1"],
26+
tests_require=["pytest==9.0.3"],
2727
test_suite="tests",
2828
)

0 commit comments

Comments
 (0)