diff --git a/setup.cfg b/setup.cfg index 9bb0e8450e..e43033e997 100644 --- a/setup.cfg +++ b/setup.cfg @@ -38,10 +38,10 @@ install_requires = scipy>=1.1.0 # requires numpy, which is required by pyhf and tensorflow click>=8.0.0 # for console scripts tqdm>=4.56.0 # for readxml - jsonschema>=3.0.0 # for utils + jsonschema>=4.15.0 # for utils jsonpatch>=1.15 pyyaml>=5.1 # for parsing CLI equal-delimited options - importlib_resources>=1.3.0; python_version < "3.9" # for resources in schema + importlib_resources>=1.4.0; python_version < "3.9" # for resources in schema typing_extensions>=3.7.4.3; python_version == "3.7" # for SupportsIndex [options.packages.find] diff --git a/tests/constraints.txt b/tests/constraints.txt index 3e21e026a7..5f695f17fc 100644 --- a/tests/constraints.txt +++ b/tests/constraints.txt @@ -2,10 +2,10 @@ scipy==1.1.0 click==8.0.0 # c.f. PR #1958, #1909 tqdm==4.56.0 -jsonschema==3.0.0 +jsonschema==4.15.0 # c.f. PR #1979 jsonpatch==1.15 pyyaml==5.1 -importlib_resources==1.3.0 +importlib_resources==1.4.0 # c.f. PR #1979 typing-extensions==3.7.4.3 # c.f. PR #1961, #1940 # xmlio uproot==4.1.1