Skip to content

Commit

Permalink
synchronize dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-c committed Nov 13, 2023
1 parent df2a842 commit 689ac49
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ requires = [
"setuptools>=45",
"setuptools_scm[toml]>=8.0.4,<9",
'mypy==1.7.0', # update mypy-requirements as well
"black>=19.10b0",
"black>=19.10b0,<23.12",
"types-pkg_resources",
"types-requests",
"types-dataclasses",
"importlib_resources>=1.4", # equivalent to Python 3.9
"ruamel.yaml>= 0.12.4, != 0.16.6, < 0.18",
"ruamel.yaml>=0.17.6, < 0.19",
"types-setuptools"
]
build-backend = "setuptools.build_meta"
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ruamel.yaml >= 0.17.6, < 0.19
rdflib>= 4.2.2, < 8.0.0
mistune>=2.0.3,<2.1
CacheControl[filecache]>= 0.11.7, < 0.14
black<23.12
black>=19.10b0,<23.12
mypy_extensions
importlib_resources>=1.4
# ^^ equivalent to Python 3.9

0 comments on commit 689ac49

Please sign in to comment.