Skip to content

Commit 2c15f67

Browse files
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 4a951dd commit 2c15f67

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ pip~=26.0
22
setuptools==80.3.1
33
lxml~=6.1.0
44
ruff==0.11.5
5-
pytest>=7.0.0
5+
pytest>=9.0.3
66
pytest-cov>=4.0.0
77
pytest-html>=4.2.0
88
black>=24.3.0

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def run(self):
3939

4040
],
4141
setup_requires=['pytest-runner'],
42-
tests_require=['pytest==4.4.1'],
42+
tests_require=['pytest==9.0.3'],
4343
test_suite='tests',
4444
cmdclass={"build_py": BuildPyWithRegions},
4545
classifiers=[

0 commit comments

Comments
 (0)