Skip to content

Commit db375ee

Browse files
Bump pytest from 8.1.1 to 9.0.3
Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.1.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@8.1.1...9.0.3) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.3 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6e147eb commit db375ee

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

requirements-dev-lock.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -116,9 +116,9 @@ psutil==7.2.2 \
116116
--hash=sha256:eed63d3b4d62449571547b60578c5b2c4bcccc5387148db46e0c2313dad0ee00 \
117117
--hash=sha256:fd04ef36b4a6d599bbdb225dd1d3f51e00105f6d48a28f006da7f9822f2606d8
118118
# via -r requirements-dev.txt
119-
pytest==8.1.1 \
120-
--hash=sha256:2a8386cfc11fa9d2c50ee7b2a57e7d898ef90470a7a34c4b949ff59662bb78b7 \
121-
--hash=sha256:ac978141a75948948817d360297b7aae0fcb9d6ff6bc9ec6d514b85d5a65c044
119+
pytest==9.0.3 \
120+
--hash=sha256:2c5efc453d45394fdd706ade797c0a81091eccd1d6e4bccfcd476e2b8e0ab5d9 \
121+
--hash=sha256:b86ada508af81d19edeb213c681b1d48246c1a91d304c6c81a427674c17eb91c
122122
# via
123123
# -r requirements-dev.txt
124124
# pytest-cov

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ setuptools==80.10.2;python_version>="3.12"
66
packaging==24.1;python_version>="3.12" # Requirement for setuptools>=71
77

88
# Pytest specific deps
9-
pytest==8.1.1
9+
pytest==9.0.3
1010
pytest-cov==5.0.0
1111
atomicwrites>=1.0 # Windows requirement
1212
colorama>0.3.0 # Windows requirement

0 commit comments

Comments
 (0)