Skip to content

Commit a68d41e

Browse files
build(deps-dev): bump the dev-dependencies group across 1 directory with 7 updates
Updates the requirements on [pylint](https://github.com/pylint-dev/pylint), [pytest-cov](https://github.com/pytest-dev/pytest-cov), [pytest](https://github.com/pytest-dev/pytest), [hypothesis](https://github.com/HypothesisWorks/hypothesis), [ruff](https://github.com/astral-sh/ruff), [coverage](https://github.com/coveragepy/coveragepy) and [prek](https://github.com/j178/prek) to permit the latest version. Updates `pylint` to 4.0.5 - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](pylint-dev/pylint@v3.2.5...v4.0.5) Updates `pytest-cov` to 7.1.0 - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](pytest-dev/pytest-cov@v4.1.0...v7.1.0) Updates `pytest` 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@7.4.0...9.0.3) Updates `hypothesis` to 6.152.9 - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](HypothesisWorks/hypothesis@hypothesis-python-6.104.2...hypothesis-python-6.152.9) Updates `ruff` to 0.15.14 - [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.15.14) Updates `coverage` to 7.14.0 - [Release notes](https://github.com/coveragepy/coveragepy/releases) - [Changelog](https://github.com/coveragepy/coveragepy/blob/main/CHANGES.rst) - [Commits](coveragepy/coveragepy@7.5.4...7.14.0) Updates `prek` to 0.4.1 - [Release notes](https://github.com/j178/prek/releases) - [Changelog](https://github.com/j178/prek/blob/master/CHANGELOG.md) - [Commits](j178/prek@v0.2.28...v0.4.1) --- updated-dependencies: - dependency-name: coverage dependency-version: 7.13.5 dependency-type: direct:development dependency-group: dev-dependencies - dependency-name: hypothesis dependency-version: 6.152.4 dependency-type: direct:development dependency-group: dev-dependencies - dependency-name: prek dependency-version: 0.3.11 dependency-type: direct:development dependency-group: dev-dependencies - dependency-name: pylint dependency-version: 4.0.5 dependency-type: direct:development dependency-group: dev-dependencies - dependency-name: pytest dependency-version: 9.0.3 dependency-type: direct:development dependency-group: dev-dependencies - dependency-name: pytest-cov dependency-version: 7.1.0 dependency-type: direct:development dependency-group: dev-dependencies - dependency-name: ruff dependency-version: 0.15.12 dependency-type: direct:development dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a95190a commit a68d41e

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

pyproject.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,13 @@ python_template = { path = ".", editable = true }
3737

3838
[project.optional-dependencies]
3939
test = [
40-
"pylint>=3.2.5,<=4.0.5",
41-
"pytest-cov>=4.1,<=7.1.0",
42-
"pytest>=7.4,<=9.0.2",
43-
"hypothesis>=6.104.2,<=6.151.10",
44-
"ruff>=0.5.0,<=0.15.8",
45-
"coverage>=7.5.4,<=7.13.5",
46-
"prek>=0.2.28,<0.4.0",
40+
"pylint<=4.0.5,>=4.0.5",
41+
"pytest-cov<=7.1.0,>=7.1.0",
42+
"pytest<=9.0.3,>=9.0.3",
43+
"hypothesis<=6.152.9,>=6.152.9",
44+
"ruff<=0.15.14,>=0.15.14",
45+
"coverage<=7.14.0,>=7.14.0",
46+
"prek>=0.4.1,<0.5.0",
4747
"ty<=0.0.33,>=0.0.33",
4848
]
4949

0 commit comments

Comments
 (0)