Skip to content

Commit 2c108d8

Browse files
Bump the python-dependencies-dev group across 1 directory with 5 updates (#2338)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3a9de35 commit 2c108d8

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ docs = [
101101
testing = [
102102
"build~=1.0",
103103
"jsondiff~=2.0",
104-
"pytest~=8.3",
104+
"pytest>=8.3,<10.0",
105105
"pytest-asyncio>=0.25,<2.0",
106106
"pytest-cov>=6,<8",
107107
"optimade[server]",

requirements-dev.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
build==1.3.0
22
invoke==2.2.1
33
jsondiff==2.2.1
4-
mypy==1.18.2
5-
pre-commit==4.3.0
6-
pytest==8.4.2
7-
pytest-asyncio==1.2.0
4+
mypy==1.19.0
5+
pre-commit==4.5.0
6+
pytest==9.0.1
7+
pytest-asyncio==1.3.0
88
pytest-cov==7.0.0
9-
ruff==0.14.0
9+
ruff==0.14.7
1010
types-pyyaml
1111
types-requests

0 commit comments

Comments
 (0)