We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b2d4b1e + 1a48a33 commit df2967bCopy full SHA for df2967b
1 file changed
pyproject.toml
@@ -37,7 +37,7 @@ all = [
37
development = [
38
"build==1.4.0",
39
"coverage==7.10.7; python_version <= '3.11'",
40
- "coverage==7.13.1; python_version > '3.11'",
+ "coverage==7.13.2; python_version > '3.11'",
41
"cryptography==46.0.3",
42
"psutil==7.2.1",
43
"pytest-cov==7.0.0",
@@ -86,7 +86,7 @@ test = [
86
"pytest==8.4.2; python_version <= '3.11'",
87
"pytest==9.0.2; python_version > '3.11'",
88
89
90
]
91
92
[tool.setuptools.packages.find]
0 commit comments