Skip to content

Commit

Permalink
Upgrade Python requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
replaceafill committed Apr 12, 2024
1 parent 73e26b5 commit ed37497
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 19 deletions.
38 changes: 20 additions & 18 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ alabaster==0.7.13
# sphinx
babel==2.14.0
# via sphinx
build==1.0.3
build==1.2.1
# via pip-tools
certifi==2023.11.17
certifi==2024.2.2
# via requests
charset-normalizer==3.3.2
# via requests
click==8.1.7
# via pip-tools
coverage[toml]==7.4.0
coverage[toml]==7.4.4
# via
# metsrw (pyproject.toml)
# pytest-cov
Expand All @@ -28,40 +28,42 @@ docutils==0.20.1
# sphinx-rtd-theme
exceptiongroup==1.2.0
# via pytest
idna==3.6
idna==3.7
# via requests
imagesize==1.4.1
# via sphinx
importlib-metadata==7.0.1
importlib-metadata==7.1.0
# via
# build
# sphinx
iniconfig==2.0.0
# via pytest
jinja2==3.1.3
# via sphinx
lxml==5.1.0
lxml==5.2.1
# via metsrw (pyproject.toml)
markupsafe==2.1.4
markupsafe==2.1.5
# via jinja2
packaging==23.2
packaging==24.0
# via
# build
# pytest
# sphinx
pip-tools==7.3.0
pip-tools==7.4.1
# via metsrw (pyproject.toml)
pluggy==1.3.0
pluggy==1.4.0
# via pytest
pygments==2.17.2
# via sphinx
pyproject-hooks==1.0.0
# via build
pytest==7.4.4
# via
# build
# pip-tools
pytest==8.1.1
# via
# metsrw (pyproject.toml)
# pytest-cov
pytest-cov==4.1.0
pytest-cov==5.0.0
# via metsrw (pyproject.toml)
requests==2.31.0
# via sphinx
Expand Down Expand Up @@ -105,15 +107,15 @@ tomli==2.0.1
# pip-tools
# pyproject-hooks
# pytest
urllib3==2.1.0
urllib3==2.2.1
# via requests
wheel==0.42.0
wheel==0.43.0
# via pip-tools
zipp==3.17.0
zipp==3.18.1
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
pip==23.3.2
pip==24.0
# via pip-tools
setuptools==69.0.3
setuptools==69.2.0
# via pip-tools
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
#
# pip-compile --allow-unsafe --output-file=requirements.txt pyproject.toml
#
lxml==5.1.0
lxml==5.2.1
# via metsrw (pyproject.toml)

0 comments on commit ed37497

Please sign in to comment.