We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f79a48a commit bff882fCopy full SHA for bff882f
pyproject.toml
@@ -3,7 +3,7 @@ requires = [
3
"setuptools>=50", # 50 is to match mypyc's minimum
4
"setuptools_scm[toml]>=8.0.4,<9",
5
'mypy[mypyc]==1.12.1', # update mypy-requirements as well
6
- "black>=19.10b0,<23.12",
+ "black>=19.10b0,<24.11",
7
"types-requests",
8
"types-dataclasses",
9
"ruamel.yaml>=0.17.6, < 0.19",
requirements.txt
@@ -2,6 +2,6 @@ requests >= 1.0
2
ruamel.yaml >= 0.17.6, < 0.19
rdflib>= 4.2.2, < 8.0.0
mistune>=3,<3.1
-CacheControl[filecache]>= 0.11.7, < 0.15
+CacheControl[filecache]>= 0.13.1, < 0.15
black>=19.10b0,<24.11
mypy_extensions
0 commit comments