Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike committed Nov 1, 2023
1 parent 601cf16 commit 02247c0
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ test = """
"""

[[tool.hatch.envs.test.matrix]]
python = ["3.11"]
python = ["3.12"]

[tool.hatch.envs.lint]
detached = true
Expand Down
34 changes: 17 additions & 17 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ cfgv==3.4.0
# via pre-commit
chardet==5.2.0
# via frictionless
charset-normalizer==3.3.0
charset-normalizer==3.3.1
# via requests
ckanapi==4.7
# via hdx-python-api
Expand All @@ -29,7 +29,7 @@ colorama==0.4.6
# via typer
coverage[toml]==7.3.2
# via pytest-cov
cryptography==41.0.4
cryptography==41.0.5
# via pyopenssl
defopt==6.4.0
# via hdx-python-api
Expand All @@ -43,23 +43,23 @@ docopt==0.6.2
# num2words
docutils==0.20.1
# via defopt
email-validator==2.0.0.post2
email-validator==2.1.0.post1
# via hdx-python-api
et-xmlfile==1.1.0
# via openpyxl
filelock==3.12.4
filelock==3.13.1
# via virtualenv
frictionless==5.16.0
# via hdx-python-utilities
hdx-python-api==6.1.3
# via hdx-scraper-geonode (pyproject.toml)
hdx-python-country==3.5.7
hdx-python-country==3.5.8
# via hdx-python-api
hdx-python-utilities==3.6.2
# via hdx-python-country
humanize==4.8.0
# via frictionless
identify==2.5.30
identify==2.5.31
# via pre-commit
idna==3.4
# via
Expand Down Expand Up @@ -91,7 +91,7 @@ makefun==1.15.1
# via hdx-python-api
markdown-it-py==3.0.0
# via rich
marko==2.0.0
marko==2.0.1
# via frictionless
markupsafe==2.1.3
# via jinja2
Expand All @@ -101,7 +101,7 @@ ndg-httpsclient==0.5.1
# via hdx-python-api
nodeenv==1.8.0
# via pre-commit
num2words==0.5.12
num2words==0.5.13
# via quantulum3
openpyxl==3.1.2
# via hdx-python-utilities
Expand Down Expand Up @@ -135,15 +135,15 @@ pydantic-core==2.10.1
# via pydantic
pygments==2.16.1
# via rich
pyopenssl==23.2.0
pyopenssl==23.3.0
# via
# hdx-python-api
# ndg-httpsclient
pyphonetics==0.5.3
# via hdx-python-country
pyrsistent==0.19.3
pyrsistent==0.20.0
# via jsonschema
pytest==7.4.2
pytest==7.4.3
# via
# hdx-scraper-geonode (pyproject.toml)
# pytest-cov
Expand Down Expand Up @@ -182,11 +182,11 @@ rfc3986==2.0.0
# via frictionless
rich==13.6.0
# via typer
ruamel-yaml==0.17.35
ruamel-yaml==0.18.3
# via hdx-python-utilities
ruamel-yaml-clib==0.2.8
# via ruamel-yaml
shellingham==1.5.3
shellingham==1.5.4
# via typer
simpleeval==0.9.13
# via frictionless
Expand Down Expand Up @@ -223,21 +223,21 @@ unidecode==1.3.7
# via
# libhxl
# pyphonetics
urllib3==2.0.6
urllib3==2.0.7
# via
# libhxl
# requests
validators==0.22.0
# via frictionless
virtualenv==20.24.5
virtualenv==20.24.6
# via pre-commit
wheel==0.41.2
wheel==0.41.3
# via libhxl
xlrd==2.0.1
# via hdx-python-utilities
xlrd3==1.1.0
# via libhxl
xlsxwriter==3.1.8
xlsxwriter==3.1.9
# via tableschema-to-template
xlwt==1.3.0
# via hdx-python-utilities
Expand Down

0 comments on commit 02247c0

Please sign in to comment.