Skip to content

Commit f5f1207

Browse files
authored
Merge branch 'main' into docs/add_latest_changes
2 parents 9ccbcf8 + 50e333d commit f5f1207

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,17 +42,17 @@ dependencies = [
4242
[project.optional-dependencies]
4343
tests = [
4444
"black>=24.2.0",
45-
"click==8.1.8",
45+
"click==8.2.1",
4646
"inflect==7.5.0",
4747
"pygithub==2.6.1",
4848
"lxml==5.3.0",
4949
"numpy==2.2.6",
5050
"parse==1.20.2",
51-
"pytest==8.3.4",
51+
"pytest==8.4.1",
5252
"pytest-cov==6.2.1",
53-
"pytest-rerunfailures==15.0",
53+
"pytest-rerunfailures==15.1",
5454
"pyyaml==6.0.2",
55-
"regex==2024.11.6",
55+
"regex==2025.7.34",
5656
]
5757
doc = [
5858
"Sphinx==8.2.3",
@@ -67,7 +67,7 @@ doc = [
6767
"parse==1.20.2",
6868
"pypandoc==1.15",
6969
"pytest-sphinx==0.6.3",
70-
"regex==2024.11.6",
70+
"regex==2025.7.34",
7171
"sphinx-autobuild==2024.10.3",
7272
"sphinx-autodoc-typehints==3.2.0",
7373
"sphinx-click==6.0.0",

0 commit comments

Comments
 (0)