Skip to content

Commit b8a9853

Browse files
build(deps): 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 [coverage](https://github.com/nedbat/coveragepy) to permit the latest version. Updates `pylint` to 3.3.3 - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](pylint-dev/pylint@v3.2.5...v3.3.3) Updates `hypothesis` to 6.123.2 - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](HypothesisWorks/hypothesis@hypothesis-python-6.104.2...hypothesis-python-6.123.2) Updates `coverage` to 7.6.10 - [Release notes](https://github.com/nedbat/coveragepy/releases) - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst) - [Commits](nedbat/coveragepy@7.5.4...7.6.10) --- 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: coverage dependency-type: direct:production dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0205f63 commit b8a9853

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
@@ -42,12 +42,12 @@ python = "3.13.*"
4242
[project.optional-dependencies]
4343
test = [
4444
"black>=23,<=24.10.0",
45-
"pylint>=3.2.5,<=3.3.2",
45+
"pylint>=3.2.5,<=3.3.3",
4646
"pytest-cov>=4.1,<=6.0.0",
4747
"pytest>=7.4,<=8.3.4",
48-
"hypothesis>=6.104.2,<=6.123.0",
48+
"hypothesis>=6.104.2,<=6.123.2",
4949
"ruff>=0.5.0,<=0.8.4",
50-
"coverage>=7.5.4,<=7.6.9",
50+
"coverage>=7.5.4,<=7.6.10",
5151
]
5252
#These are a list of externally maintained rocker extensions. use pip install rockerc[extensions] to install all of them
5353
extensions = [

0 commit comments

Comments
 (0)