Skip to content

Commit 8b60a15

Browse files
dependabot[bot]fhightowerclaude
authored
Update pytest requirement from <9.0,>=8.0.0 to >=8.0.0,<10.0 (#302)
* Update pytest requirement from <9.0,>=8.0.0 to >=8.0.0,<10.0 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@8.0.0...9.0.2) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.2 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> * Adjust pytest version range and update lockfile Apply dev dependency range rule: >=9.0,<10.0 (was >=8.0.0,<10.0). Update uv.lock to resolve the CI --locked failure. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Floyd Hightower <floyd.hightower27@gmail.com> Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 349cf30 commit 8b60a15

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ dev = [
7373
"ipython>=8.18.0,<10.0",
7474
"mkdocs-material>=8.0.1,<10.0",
7575
"mypy>=1.8.0,<2.0",
76-
"pytest>=8.0.0,<9.0",
76+
"pytest>=9.0,<10.0",
7777
"pytest-benchmark>=4.0.0,<6.0",
7878
"pytest-cov>=4.1.0,<7.0",
7979
"pytest-xdist>=3.5.0,<4.0",

requirements_dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ pymdown-extensions==10.21
144144
# via mkdocs-material
145145
pyparsing==3.1.1
146146
# via ioc-finder
147-
pytest==8.4.2
147+
pytest==9.0.2
148148
# via
149149
# pytest-benchmark
150150
# pytest-cov

uv.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)