Skip to content

Commit

Permalink
Update versions of dependencies
Browse files Browse the repository at this point in the history
There were a couple that dependabot was warning about, but I just bumped
everything for good measure.
  • Loading branch information
bmerry committed Jun 25, 2024
1 parent a52e75e commit a3e14b2
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 27 deletions.
20 changes: 10 additions & 10 deletions doc-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
#
alabaster==0.7.13
# via sphinx
babel==2.14.0
babel==2.15.0
# via sphinx
certifi==2024.2.2
certifi==2024.6.2
# via requests
charset-normalizer==3.3.2
# via requests
Expand All @@ -20,19 +20,19 @@ idna==3.7
# via requests
imagesize==1.4.1
# via sphinx
importlib-metadata==7.1.0
importlib-metadata==7.2.1
# via sphinx
jinja2==3.1.3
jinja2==3.1.4
# via sphinx
markupsafe==2.1.5
# via jinja2
packaging==24.0
packaging==24.1
# via sphinx
pygments==2.17.2
pygments==2.18.0
# via sphinx
pytz==2024.1
# via babel
requests==2.31.0
requests==2.32.3
# via sphinx
snowballstemmer==2.2.0
# via sphinx
Expand All @@ -58,9 +58,9 @@ sphinxcontrib-qthelp==1.0.3
# via sphinx
sphinxcontrib-serializinghtml==1.1.5
# via sphinx
sphinxcontrib-tikz==0.4.16
sphinxcontrib-tikz==0.4.19
# via katcp-codec (pyproject.toml)
urllib3==2.2.1
urllib3==2.2.2
# via requests
zipp==3.18.1
zipp==3.19.2
# via importlib-metadata
30 changes: 13 additions & 17 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,49 +4,45 @@
#
# pip-compile --extra=dev --output-file=requirements.txt --strip-extras pyproject.toml
#
build==1.1.1
build==1.2.1
# via katcp-codec (pyproject.toml)
cfgv==3.4.0
# via pre-commit
distlib==0.3.8
# via virtualenv
exceptiongroup==1.2.0
exceptiongroup==1.2.1
# via pytest
filelock==3.13.1
filelock==3.15.4
# via virtualenv
identify==2.5.35
identify==2.5.36
# via pre-commit
importlib-metadata==7.1.0
importlib-metadata==7.2.1
# via build
iniconfig==2.0.0
# via pytest
nodeenv==1.8.0
nodeenv==1.9.1
# via pre-commit
packaging==24.0
packaging==24.1
# via
# build
# pytest
platformdirs==4.2.0
platformdirs==4.2.2
# via virtualenv
pluggy==1.4.0
pluggy==1.5.0
# via pytest
pre-commit==3.5.0
# via katcp-codec (pyproject.toml)
pyproject-hooks==1.0.0
pyproject-hooks==1.1.0
# via build
pytest==8.1.1
pytest==8.2.2
# via katcp-codec (pyproject.toml)
pyyaml==6.0.1
# via pre-commit
tomli==2.0.1
# via
# build
# pyproject-hooks
# pytest
virtualenv==20.25.1
virtualenv==20.26.3
# via pre-commit
zipp==3.18.1
zipp==3.19.2
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
# setuptools

0 comments on commit a3e14b2

Please sign in to comment.