Skip to content

Commit

Permalink
Upgrade dependencies
Browse files Browse the repository at this point in the history
* Upgrade pre-commit dependencies
* Upgrade Python requirements
* Update README
  • Loading branch information
replaceafill authored May 9, 2024
1 parent e31e2a4 commit 3ab43dc
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
19 changes: 9 additions & 10 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -18,15 +18,15 @@ 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
docutils==0.20.1
# via
# sphinx
# sphinx-rtd-theme
exceptiongroup==1.2.0
exceptiongroup==1.2.1
# via pytest
idna==3.7
# via requests
Expand All @@ -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)
Expand All @@ -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
Expand Down Expand Up @@ -105,7 +105,6 @@ tomli==2.0.1
# build
# coverage
# pip-tools
# pyproject-hooks
# pytest
urllib3==2.2.1
# via requests
Expand All @@ -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

0 comments on commit 3ab43dc

Please # to comment.