Skip to content

Commit bff882f

Browse files
committed
synchronize requirements.txt and pyproject.toml:build_depends
1 parent f79a48a commit bff882f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ requires = [
33
"setuptools>=50", # 50 is to match mypyc's minimum
44
"setuptools_scm[toml]>=8.0.4,<9",
55
'mypy[mypyc]==1.12.1', # update mypy-requirements as well
6-
"black>=19.10b0,<23.12",
6+
"black>=19.10b0,<24.11",
77
"types-requests",
88
"types-dataclasses",
99
"ruamel.yaml>=0.17.6, < 0.19",

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ requests >= 1.0
22
ruamel.yaml >= 0.17.6, < 0.19
33
rdflib>= 4.2.2, < 8.0.0
44
mistune>=3,<3.1
5-
CacheControl[filecache]>= 0.11.7, < 0.15
5+
CacheControl[filecache]>= 0.13.1, < 0.15
66
black>=19.10b0,<24.11
77
mypy_extensions

0 commit comments

Comments
 (0)