Skip to content

Commit

Permalink
upgrade lxml
Browse files Browse the repository at this point in the history
  • Loading branch information
Qiao Qiao committed Aug 2, 2024
1 parent ca8d8a7 commit fe17e23
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
6 changes: 2 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,8 @@
# This file is autogenerated by pip-compile with Python 3.8
# by the following command:
#
# pip-compile --index-url=https://nexus.osdc.io/repository/pypi-all/simple
# pip-compile
#
--index-url https://nexus.osdc.io/repository/pypi-all/simple

attrs==23.2.0
# via
# jsonschema
Expand Down Expand Up @@ -34,7 +32,7 @@ jsonschema==4.23.0
# via gdc-client (pyproject.toml)
jsonschema-specifications==2023.12.1
# via jsonschema
lxml==4.4.2
lxml==5.2.2
# via gdc-client (pyproject.toml)
ndg-httpsclient==0.5.0
# via gdc-client (pyproject.toml)
Expand Down
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ classifiers =
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.9
License :: OSI Approved :: Apache Software License
Topic :: Internet :: WWW/HTTP

Expand All @@ -27,7 +27,7 @@ python_requires = >=3.8
install_requires =
cryptography
jsonschema
lxml~=4.4.2
lxml
ndg-httpsclient~=0.5.0
pyasn1
pyOpenSSL
Expand Down

0 comments on commit fe17e23

Please sign in to comment.