Skip to content

Commit

Permalink
synchronize requirements.txt and pyproject.toml:build_depends
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-c committed Oct 21, 2024
1 parent f79a48a commit bff882f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ requires = [
"setuptools>=50", # 50 is to match mypyc's minimum
"setuptools_scm[toml]>=8.0.4,<9",
'mypy[mypyc]==1.12.1', # update mypy-requirements as well
"black>=19.10b0,<23.12",
"black>=19.10b0,<24.11",
"types-requests",
"types-dataclasses",
"ruamel.yaml>=0.17.6, < 0.19",
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ requests >= 1.0
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 comments on commit bff882f

Please sign in to comment.