diff --git a/requirements.txt b/requirements.txt index cd0220d..c8f9f45 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,8 +2,14 @@ # This file is autogenerated by pip-compile with Python 3.8 # by the following command: # -# pip-compile +# pip-compile --index-url=https://nexus.osdc.io/repository/pypi-all/simple # +--index-url https://nexus.osdc.io/repository/pypi-all/simple + +attrs==23.2.0 + # via + # jsonschema + # referencing certifi==2024.7.4 # via requests cffi==1.15.1 @@ -18,14 +24,22 @@ idna==2.8 # via requests importlib-metadata==7.0.1 # via gdc-client (pyproject.toml) +importlib-resources==6.4.0 + # via + # jsonschema + # jsonschema-specifications intervaltree==3.0.2 # via gdc-client (pyproject.toml) -jsonschema==2.6.0 +jsonschema==4.23.0 # via gdc-client (pyproject.toml) +jsonschema-specifications==2023.12.1 + # via jsonschema lxml==4.4.2 # via gdc-client (pyproject.toml) ndg-httpsclient==0.5.0 # via gdc-client (pyproject.toml) +pkgutil-resolve-name==1.3.10 + # via jsonschema progressbar2==3.55.0 # via gdc-client (pyproject.toml) pyasn1==0.4.8 @@ -42,8 +56,16 @@ python-utils==2.7.1 # via progressbar2 pyyaml==5.3.1 # via gdc-client (pyproject.toml) +referencing==0.35.1 + # via + # jsonschema + # jsonschema-specifications requests==2.22.0 # via gdc-client (pyproject.toml) +rpds-py==0.19.1 + # via + # jsonschema + # referencing six==1.16.0 # via # progressbar2 @@ -55,4 +77,6 @@ termcolor==1.1.0 urllib3==1.25.11 # via requests zipp==3.17.0 - # via importlib-metadata + # via + # importlib-metadata + # importlib-resources diff --git a/setup.cfg b/setup.cfg index c0f7eb1..32cd845 100644 --- a/setup.cfg +++ b/setup.cfg @@ -26,7 +26,7 @@ package_dir = python_requires = >=3.8 install_requires = cryptography - jsonschema~=2.6.0 + jsonschema lxml~=4.4.2 ndg-httpsclient~=0.5.0 pyasn1