Skip to content

Commit 6032fc4

Browse files
Bump the python-dependencies-dev group across 1 directory with 6 updates (#2322)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b00e512 commit 6032fc4

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ testing = [
103103
"jsondiff~=2.0",
104104
"pytest~=8.3",
105105
"pytest-asyncio>=0.25,<2.0",
106-
"pytest-cov~=6.0",
106+
"pytest-cov>=6,<8",
107107
"optimade[server]",
108108
]
109109

requirements-dev.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
build==1.3.0
2-
invoke==2.2.0
2+
invoke==2.2.1
33
jsondiff==2.2.1
4-
mypy==1.17.1
4+
mypy==1.18.2
55
pre-commit==4.3.0
6-
pytest==8.4.1
7-
pytest-asyncio==1.1.0
8-
pytest-cov==6.2.1
9-
ruff==0.12.9
6+
pytest==8.4.2
7+
pytest-asyncio==1.2.0
8+
pytest-cov==7.0.0
9+
ruff==0.14.0
1010
types-pyyaml
1111
types-requests

0 commit comments

Comments
 (0)