Skip to content

Commit d927dfb

Browse files
build(deps): bump the dev-dependencies group across 1 directory with 2 updates
Updates the requirements on [pytest-cov](https://github.com/pytest-dev/pytest-cov) and [hypothesis](https://github.com/HypothesisWorks/hypothesis) to permit the latest version. Updates `pytest-cov` to 6.0.0 - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](pytest-dev/pytest-cov@v4.1.0...v6.0.0) Updates `hypothesis` to 6.115.6 - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](HypothesisWorks/hypothesis@hypothesis-python-6.104.2...hypothesis-python-6.115.6) --- updated-dependencies: - dependency-name: pytest-cov dependency-type: direct:production dependency-group: dev-dependencies - dependency-name: hypothesis dependency-type: direct:production dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 098e6d6 commit d927dfb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ rockervsc = { path = ".", editable = true }
3838
test = [
3939
"black>=23,<=24.10.0",
4040
"pylint>=3.2.5,<=3.3.1",
41-
"pytest-cov>=4.1,<=5.0.0",
41+
"pytest-cov>=4.1,<=6.0.0",
4242
"pytest>=7.4,<=8.3.3",
43-
"hypothesis>=6.104.2,<=6.115.5",
43+
"hypothesis>=6.104.2,<=6.115.6",
4444
"ruff>=0.5.0,<=0.7.1",
4545
"coverage>=7.5.4,<=7.6.4",
4646
]

0 commit comments

Comments
 (0)