From 3ab43dc9842f19edb2066fccc2224b1fcbd7ca17 Mon Sep 17 00:00:00 2001 From: Douglas Cerna Date: Thu, 9 May 2024 14:59:57 -0600 Subject: [PATCH] Upgrade dependencies * Upgrade pre-commit dependencies * Upgrade Python requirements * Update README --- .pre-commit-config.yaml | 2 +- README.md | 5 +++-- requirements-dev.txt | 19 +++++++++---------- 3 files changed, 13 insertions(+), 13 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3c59e5f..c330037 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -22,6 +22,6 @@ repos: - flake8-bugbear==24.2.6 - flake8-comprehensions==3.14.0 - repo: https://github.com/igorshubovych/markdownlint-cli - rev: v0.39.0 + rev: v0.40.0 hooks: - id: markdownlint diff --git a/README.md b/README.md index fd37702..54b0f5f 100644 --- a/README.md +++ b/README.md @@ -22,10 +22,11 @@ METSRW can be installed with pip. METSRW has been tested with: -* Python 3.6 -* Python 3.7 * Python 3.8 * Python 3.9 +* Python 3.10 +* Python 3.11 +* Python 3.12 ## Basic Usage diff --git a/requirements-dev.txt b/requirements-dev.txt index 8f8984f..e6881b1 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -8,7 +8,7 @@ alabaster==0.7.13 # via # metsrw (pyproject.toml) # sphinx -babel==2.14.0 +babel==2.15.0 # via sphinx build==1.2.1 # via pip-tools @@ -18,7 +18,7 @@ charset-normalizer==3.3.2 # via requests click==8.1.7 # via pip-tools -coverage[toml]==7.4.4 +coverage[toml]==7.5.1 # via # metsrw (pyproject.toml) # pytest-cov @@ -26,7 +26,7 @@ docutils==0.20.1 # via # sphinx # sphinx-rtd-theme -exceptiongroup==1.2.0 +exceptiongroup==1.2.1 # via pytest idna==3.7 # via requests @@ -38,7 +38,7 @@ importlib-metadata==7.1.0 # sphinx iniconfig==2.0.0 # via pytest -jinja2==3.1.3 +jinja2==3.1.4 # via sphinx lxml==5.2.1 # via metsrw (pyproject.toml) @@ -51,15 +51,15 @@ packaging==24.0 # sphinx pip-tools==7.4.1 # via metsrw (pyproject.toml) -pluggy==1.4.0 +pluggy==1.5.0 # via pytest -pygments==2.17.2 +pygments==2.18.0 # via sphinx -pyproject-hooks==1.0.0 +pyproject-hooks==1.1.0 # via # build # pip-tools -pytest==8.1.1 +pytest==8.2.0 # via # metsrw (pyproject.toml) # pytest-cov @@ -105,7 +105,6 @@ tomli==2.0.1 # build # coverage # pip-tools - # pyproject-hooks # pytest urllib3==2.2.1 # via requests @@ -117,5 +116,5 @@ zipp==3.18.1 # The following packages are considered to be unsafe in a requirements file: pip==24.0 # via pip-tools -setuptools==69.2.0 +setuptools==69.5.1 # via pip-tools