Skip to content

Commit 48cece3

Browse files
build(deps-dev): bump the dev-dependencies group with 2 updates
Updates the requirements on [pylint](https://github.com/pylint-dev/pylint) and [hypothesis](https://github.com/HypothesisWorks/hypothesis) to permit the latest version. Updates `pylint` to 4.0.4 - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](pylint-dev/pylint@v3.2.5...v4.0.4) Updates `hypothesis` to 6.148.5 - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](HypothesisWorks/hypothesis@hypothesis-python-6.104.2...hypothesis-python-6.148.5) --- updated-dependencies: - dependency-name: pylint dependency-version: 4.0.4 dependency-type: direct:development dependency-group: dev-dependencies - dependency-name: hypothesis dependency-version: 6.148.5 dependency-type: direct:development dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent bb26f4c commit 48cece3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@ python_template = { path = ".", editable = true }
3535

3636
[project.optional-dependencies]
3737
test = [
38-
"pylint>=3.2.5,<=4.0.3",
38+
"pylint>=3.2.5,<=4.0.4",
3939
"pytest-cov>=4.1,<=7.0.0",
4040
"pytest>=7.4,<=9.0.1",
41-
"hypothesis>=6.104.2,<=6.148.3",
41+
"hypothesis>=6.104.2,<=6.148.5",
4242
"ruff>=0.5.0,<=0.14.7",
4343
"coverage>=7.5.4,<=7.12.0",
4444
"pre-commit<=4.5.0",

0 commit comments

Comments
 (0)