Skip to content

Commit a3ce148

Browse files
Bump the dev-dependencies group with 3 updates
Updates the requirements on [pylint](https://github.com/pylint-dev/pylint), [hypothesis](https://github.com/HypothesisWorks/hypothesis) and [ruff](https://github.com/astral-sh/ruff) to permit the latest version. Updates `pylint` to 3.3.1 - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](pylint-dev/pylint@v3.2.5...v3.3.1) Updates `hypothesis` to 6.112.2 - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](HypothesisWorks/hypothesis@hypothesis-python-6.104.2...hypothesis-python-6.112.2) Updates `ruff` to 0.6.8 - [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.6.8) --- updated-dependencies: - dependency-name: pylint dependency-type: direct:production dependency-group: dev-dependencies - dependency-name: hypothesis dependency-type: direct:production dependency-group: dev-dependencies - dependency-name: ruff dependency-type: direct:production dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ee03c19 commit a3ce148

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
@@ -33,11 +33,11 @@ python_template = { path = ".", editable = true }
3333
[project.optional-dependencies]
3434
test = [
3535
"black>=23,<=24.8.0",
36-
"pylint>=3.2.5,<=3.2.7",
36+
"pylint>=3.2.5,<=3.3.1",
3737
"pytest-cov>=4.1,<=5.0.0",
3838
"pytest>=7.4,<=8.3.3",
39-
"hypothesis>=6.104.2,<=6.112.1",
40-
"ruff>=0.5.0,<=0.6.5",
39+
"hypothesis>=6.104.2,<=6.112.2",
40+
"ruff>=0.5.0,<=0.6.8",
4141
"coverage>=7.5.4,<=7.6.1",
4242
]
4343

0 commit comments

Comments
 (0)