Skip to content

Commit

Permalink
chore: bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
alexfikl committed Sep 21, 2023
1 parent 741d25d commit 3bc75a6
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
20 changes: 10 additions & 10 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
#
# pip-compile --extra=dev --output-file=requirements-dev.txt pyproject.toml
#
build==0.10.0
build==1.0.3
# via pip-tools
click==8.1.7
# via pip-tools
contourpy==1.1.0
contourpy==1.1.1
# via matplotlib
cycler==0.11.0
# via matplotlib
Expand All @@ -22,7 +22,7 @@ kiwisolver==1.4.5
# via matplotlib
markdown-it-py==3.0.0
# via rich
matplotlib==3.7.2
matplotlib==3.8.0
# via pycaputo (pyproject.toml)
mdurl==0.1.2
# via markdown-it-py
Expand All @@ -32,7 +32,7 @@ mypy-extensions==1.0.0
# via mypy
natsort==8.4.0
# via pyproject-fmt
numpy==1.25.2
numpy==1.26.0
# via
# contourpy
# differint
Expand All @@ -45,27 +45,27 @@ packaging==23.1
# matplotlib
# pyproject-fmt
# pytest
pillow==10.0.0
pillow==10.0.1
# via matplotlib
pip-tools==7.3.0
# via pycaputo (pyproject.toml)
pluggy==1.3.0
# via pytest
pygments==2.16.1
# via rich
pyparsing==3.0.9
pyparsing==3.1.1
# via matplotlib
pyproject-fmt==1.1.0
# via pycaputo (pyproject.toml)
pyproject-hooks==1.0.0
# via build
pytest==7.4.0
pytest==7.4.2
# via pycaputo (pyproject.toml)
python-dateutil==2.8.2
# via matplotlib
rich==13.5.2
rich==13.5.3
# via pycaputo (pyproject.toml)
ruff==0.0.286
ruff==0.0.290
# via pycaputo (pyproject.toml)
scipy==1.11.2
# via pycaputo (pyproject.toml)
Expand All @@ -75,7 +75,7 @@ tomlkit==0.12.1
# via pyproject-fmt
types-dataclasses==0.6.6
# via pycaputo (pyproject.toml)
typing-extensions==4.7.1
typing-extensions==4.8.0
# via
# mypy
# pycaputo (pyproject.toml)
Expand Down
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ markdown-it-py==3.0.0
# via rich
mdurl==0.1.2
# via markdown-it-py
numpy==1.25.2
numpy==1.26.0
# via
# pycaputo (pyproject.toml)
# scipy
pygments==2.16.1
# via rich
rich==13.5.2
rich==13.5.3
# via pycaputo (pyproject.toml)
scipy==1.11.2
# via pycaputo (pyproject.toml)
typing-extensions==4.7.1
typing-extensions==4.8.0
# via pycaputo (pyproject.toml)

0 comments on commit 3bc75a6

Please sign in to comment.