Skip to content

Commit

Permalink
update jsonschema
Browse files Browse the repository at this point in the history
  • Loading branch information
Qiao Qiao committed Aug 2, 2024
1 parent 1e0c61b commit ca8d8a7
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 4 deletions.
30 changes: 27 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ca8d8a7

Please sign in to comment.