Skip to content

Commit a7f1742

Browse files
build(deps): bump the dev-dependencies group with 3 updates
Updates the requirements on [pytest-cov](https://github.com/pytest-dev/pytest-cov), [hypothesis](https://github.com/HypothesisWorks/hypothesis) and [ruff](https://github.com/astral-sh/ruff) to permit the latest version. 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.131.9 - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](HypothesisWorks/hypothesis@hypothesis-python-6.104.2...hypothesis-python-6.131.9) Updates `ruff` to 0.11.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.5.0...0.11.7) --- updated-dependencies: - dependency-name: pytest-cov dependency-version: 6.1.1 dependency-type: direct:production dependency-group: dev-dependencies - dependency-name: hypothesis dependency-version: 6.131.9 dependency-type: direct:production dependency-group: dev-dependencies - dependency-name: ruff dependency-version: 0.11.7 dependency-type: direct:production dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b35e60b commit a7f1742

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@ python_template = { path = ".", editable = true }
3535
[project.optional-dependencies]
3636
test = [
3737
"pylint>=3.2.5,<=3.3.6",
38-
"pytest-cov>=4.1,<=6.0.0",
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",
40+
"hypothesis>=6.104.2,<=6.131.9",
41+
"ruff>=0.5.0,<=0.11.7",
4242
"coverage>=7.5.4,<=7.8.0",
4343
"pre-commit<=4.2.0",
4444
]

0 commit comments

Comments
 (0)