Skip to content

Commit a6835a1

Browse files
authored
Merge pull request #157 from blooop/dependabot/pip/dev-dependencies-7a86523276
build(deps-dev): bump the dev-dependencies group with 7 updates
2 parents a95190a + a68d41e commit a6835a1

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

pyproject.toml

Lines changed: 7 additions & 7 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>=3.2.5,<=4.0.5",
41-
"pytest-cov>=4.1,<=7.1.0",
42-
"pytest>=7.4,<=9.0.2",
43-
"hypothesis>=6.104.2,<=6.151.10",
44-
"ruff>=0.5.0,<=0.15.8",
45-
"coverage>=7.5.4,<=7.13.5",
46-
"prek>=0.2.28,<0.4.0",
40+
"pylint<=4.0.5,>=4.0.5",
41+
"pytest-cov<=7.1.0,>=7.1.0",
42+
"pytest<=9.0.3,>=9.0.3",
43+
"hypothesis<=6.152.9,>=6.152.9",
44+
"ruff<=0.15.14,>=0.15.14",
45+
"coverage<=7.14.0,>=7.14.0",
46+
"prek>=0.4.1,<0.5.0",
4747
"ty<=0.0.33,>=0.0.33",
4848
]
4949

0 commit comments

Comments
 (0)