Skip to content

Commit df2967b

Browse files
authored
Merge branch 'main' into skern-workflow-standardize
2 parents b2d4b1e + 1a48a33 commit df2967b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ all = [
3737
development = [
3838
"build==1.4.0",
3939
"coverage==7.10.7; python_version <= '3.11'",
40-
"coverage==7.13.1; python_version > '3.11'",
40+
"coverage==7.13.2; python_version > '3.11'",
4141
"cryptography==46.0.3",
4242
"psutil==7.2.1",
4343
"pytest-cov==7.0.0",
@@ -86,7 +86,7 @@ test = [
8686
"pytest==8.4.2; python_version <= '3.11'",
8787
"pytest==9.0.2; python_version > '3.11'",
8888
"coverage==7.10.7; python_version <= '3.11'",
89-
"coverage==7.13.1; python_version > '3.11'",
89+
"coverage==7.13.2; python_version > '3.11'",
9090
]
9191

9292
[tool.setuptools.packages.find]

0 commit comments

Comments
 (0)