Skip to content

Commit

Permalink
Switch to Python 3.12 so tests run
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike committed Oct 27, 2023
1 parent 1def12d commit cf80895
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ test = """
"""

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

[tool.hatch.envs.lint]
detached = true
Expand Down
26 changes: 13 additions & 13 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# pip-compile --all-extras --output-file=requirements.txt --resolver=backtracking pyproject.toml
#
annotated-types==0.5.0
annotated-types==0.6.0
# via pydantic
attrs==23.1.0
# via
Expand All @@ -17,7 +17,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
click==8.1.7
# via typer
Expand All @@ -29,7 +29,7 @@ distlib==0.3.7
# via virtualenv
et-xmlfile==1.1.0
# via openpyxl
filelock==3.12.4
filelock==3.13.0
# via virtualenv
frictionless==5.16.0
# via hdx-python-utilities
Expand Down Expand Up @@ -63,7 +63,7 @@ loguru==0.7.2
# via hdx-python-utilities
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 @@ -85,7 +85,7 @@ ply==3.11
# via
# jsonpath-ng
# libhxl
pre-commit==3.4.0
pre-commit==3.5.0
# via hdx-python-country (pyproject.toml)
pydantic==2.4.2
# via frictionless
Expand All @@ -95,9 +95,9 @@ pygments==2.16.1
# via rich
pyphonetics==0.5.3
# via hdx-python-country (pyproject.toml)
pyrsistent==0.19.3
pyrsistent==0.20.0
# via jsonschema
pytest==7.4.2
pytest==7.4.3
# via
# hdx-python-country (pyproject.toml)
# pytest-cov
Expand Down Expand Up @@ -130,11 +130,11 @@ rfc3986==2.0.0
# via frictionless
rich==13.6.0
# via typer
ruamel-yaml==0.17.34
ruamel-yaml==0.18.2
# 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 All @@ -145,7 +145,7 @@ six==1.16.0
# requests-file
stringcase==1.2.0
# via frictionless
structlog==23.1.0
structlog==23.2.0
# via libhxl
tableschema-to-template==0.0.13
# via hdx-python-utilities
Expand All @@ -165,21 +165,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
# via libhxl
xlrd==2.0.1
# via hdx-python-utilities
xlrd3==1.1.0
# via libhxl
xlsxwriter==3.1.6
xlsxwriter==3.1.9
# via tableschema-to-template
xlwt==1.3.0
# via hdx-python-utilities
Expand Down

0 comments on commit cf80895

Please sign in to comment.