Skip to content

Commit 4d7a70e

Browse files
build(deps): bump the dev-dependencies group across 1 directory with 5 updates
Updates the requirements on [pylint](https://github.com/pylint-dev/pylint), [pytest-cov](https://github.com/pytest-dev/pytest-cov), [hypothesis](https://github.com/HypothesisWorks/hypothesis), [ruff](https://github.com/astral-sh/ruff) and [coverage](https://github.com/nedbat/coveragepy) to permit the latest version. Updates `pylint` to 3.3.7 - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](pylint-dev/pylint@v3.2.5...v3.3.7) Updates `pytest-cov` to 6.1.1 - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](pytest-dev/pytest-cov@v4.1.0...v6.1.1) Updates `hypothesis` to 6.132.0 - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](HypothesisWorks/hypothesis@hypothesis-python-6.104.2...hypothesis-python-6.132.0) Updates `ruff` to 0.11.12 - [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.5.0...0.11.12) Updates `coverage` to 7.8.2 - [Release notes](https://github.com/nedbat/coveragepy/releases) - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst) - [Commits](coveragepy/coveragepy@7.5.4...7.8.2) --- updated-dependencies: - dependency-name: pylint dependency-version: 3.3.7 dependency-type: direct:production dependency-group: dev-dependencies - dependency-name: pytest-cov dependency-version: 6.1.1 dependency-type: direct:production dependency-group: dev-dependencies - dependency-name: hypothesis dependency-version: 6.132.0 dependency-type: direct:production dependency-group: dev-dependencies - dependency-name: ruff dependency-version: 0.11.12 dependency-type: direct:production dependency-group: dev-dependencies - dependency-name: coverage dependency-version: 7.8.2 dependency-type: direct:production dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b35e60b commit 4d7a70e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,12 @@ python_template = { path = ".", editable = true }
3434

3535
[project.optional-dependencies]
3636
test = [
37-
"pylint>=3.2.5,<=3.3.6",
38-
"pytest-cov>=4.1,<=6.0.0",
37+
"pylint>=3.2.5,<=3.3.7",
38+
"pytest-cov>=4.1,<=6.1.1",
3939
"pytest>=7.4,<=8.3.5",
40-
"hypothesis>=6.104.2,<=6.130.6",
41-
"ruff>=0.5.0,<=0.11.2",
42-
"coverage>=7.5.4,<=7.8.0",
40+
"hypothesis>=6.104.2,<=6.132.0",
41+
"ruff>=0.5.0,<=0.11.12",
42+
"coverage>=7.5.4,<=7.8.2",
4343
"pre-commit<=4.2.0",
4444
]
4545

0 commit comments

Comments
 (0)