Skip to content

Commit 3076535

Browse files
build(deps-dev): bump the dev-dependencies group across 1 directory with 5 updates
Updates the requirements on [pylint](https://github.com/pylint-dev/pylint), [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.7 - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](pylint-dev/pylint@v4.0.6...v4.0.7) Updates `hypothesis` to 6.165.10 - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](HypothesisWorks/hypothesis@v6.155.7...v6.165.10) Updates `ruff` to 0.16.5 - [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.15.20...0.16.5) Updates `coverage` to 7.16.0 - [Release notes](https://github.com/coveragepy/coveragepy/releases) - [Changelog](https://github.com/coveragepy/coveragepy/blob/main/CHANGES.rst) - [Commits](coveragepy/coveragepy@7.14.3...7.16.0) Updates `prek` to 0.5.0 - [Release notes](https://github.com/j178/prek/releases) - [Changelog](https://github.com/j178/prek/blob/master/CHANGELOG.md) - [Commits](j178/prek@v0.4.6...v0.5.0) --- updated-dependencies: - dependency-name: pylint dependency-version: 4.0.7 dependency-type: direct:development dependency-group: dev-dependencies - dependency-name: hypothesis dependency-version: 6.165.10 dependency-type: direct:development dependency-group: dev-dependencies - dependency-name: ruff dependency-version: 0.16.5 dependency-type: direct:development dependency-group: dev-dependencies - dependency-name: coverage dependency-version: 7.16.0 dependency-type: direct:development dependency-group: dev-dependencies - dependency-name: prek dependency-version: 0.5.0 dependency-type: direct:development dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1c0a88a commit 3076535

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

pyproject.toml

Lines changed: 5 additions & 5 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<=4.0.6,>=4.0.6",
40+
"pylint<=4.0.7,>=4.0.7",
4141
"pytest-cov<=7.1.0,>=7.1.0",
4242
"pytest<=9.1.1,>=9.1.1",
43-
"hypothesis<=6.155.7,>=6.155.7",
44-
"ruff<=0.15.20,>=0.15.20",
45-
"coverage<=7.14.3,>=7.14.3",
46-
"prek>=0.4.6,<0.5.0",
43+
"hypothesis<=6.165.10,>=6.165.10",
44+
"ruff<=0.16.5,>=0.16.5",
45+
"coverage<=7.16.0,>=7.16.0",
46+
"prek>=0.5.0,<0.6.0",
4747
"ty<=0.0.65,>=0.0.65",
4848
]
4949

0 commit comments

Comments
 (0)