Skip to content

Commit f6fd319

Browse files
dependabot[bot]insolor
authored andcommitted
Bump the dev-dependencies group with 4 updates
Bumps the dev-dependencies group with 4 updates: [ruff](https://github.com/astral-sh/ruff), [pytest](https://github.com/pytest-dev/pytest), [hypothesis](https://github.com/HypothesisWorks/hypothesis) and [mypy](https://github.com/python/mypy). Updates `ruff` from 0.12.11 to 0.14.7 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](astral-sh/ruff@0.12.11...0.14.7) Updates `pytest` from 8.4.2 to 9.0.1 - [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.4.2...9.0.1) Updates `hypothesis` from 6.142.5 to 6.148.5 - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](HypothesisWorks/hypothesis@hypothesis-python-6.142.5...hypothesis-python-6.148.5) Updates `mypy` from 1.18.2 to 1.19.0 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.18.2...v1.19.0) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.14.7 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: pytest dependency-version: 9.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dev-dependencies - dependency-name: hypothesis dependency-version: 6.148.5 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: mypy dependency-version: 1.19.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b21a371 commit f6fd319

File tree

2 files changed

+137
-73
lines changed

2 files changed

+137
-73
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ search = "search_offsets.search:main"
2020

2121
[dependency-groups]
2222
dev = [
23-
"ruff>=0.12.1,<0.13",
24-
"pytest>=8.4.1,<9",
23+
"ruff>=0.12.1,<0.15",
24+
"pytest>=8.4.1,<10",
2525
"hypothesis>=6.135.20,<7",
2626
"mypy>=1.18.2",
2727
]

0 commit comments

Comments
 (0)