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 1, 2023
1 parent dc56c2b commit e68aecc
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
22 changes: 11 additions & 11 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,27 +6,27 @@
#
build==0.10.0
# via pip-tools
click==8.1.6
click==8.1.7
# via pip-tools
contourpy==1.1.0
# via matplotlib
cycler==0.11.0
# via matplotlib
differint==1.0.0
# via pycaputo (pyproject.toml)
fonttools==4.42.0
fonttools==4.42.1
# via matplotlib
iniconfig==2.0.0
# via pytest
kiwisolver==1.4.4
kiwisolver==1.4.5
# via matplotlib
markdown-it-py==3.0.0
# via rich
matplotlib==3.7.2
# via pycaputo (pyproject.toml)
mdurl==0.1.2
# via markdown-it-py
mypy==1.4.1
mypy==1.5.1
# via pycaputo (pyproject.toml)
mypy-extensions==1.0.0
# via mypy
Expand All @@ -47,15 +47,15 @@ packaging==23.1
# pytest
pillow==10.0.0
# via matplotlib
pip-tools==7.2.0
pip-tools==7.3.0
# via pycaputo (pyproject.toml)
pluggy==1.2.0
pluggy==1.3.0
# via pytest
pygments==2.15.1
pygments==2.16.1
# via rich
pyparsing==3.0.9
# via matplotlib
pyproject-fmt==0.13.0
pyproject-fmt==1.1.0
# via pycaputo (pyproject.toml)
pyproject-hooks==1.0.0
# via build
Expand All @@ -65,9 +65,9 @@ python-dateutil==2.8.2
# via matplotlib
rich==13.5.2
# via pycaputo (pyproject.toml)
ruff==0.0.282
ruff==0.0.286
# via pycaputo (pyproject.toml)
scipy==1.11.1
scipy==1.11.2
# via pycaputo (pyproject.toml)
six==1.16.0
# via python-dateutil
Expand All @@ -79,7 +79,7 @@ typing-extensions==4.7.1
# via
# mypy
# pycaputo (pyproject.toml)
wheel==0.41.1
wheel==0.41.2
# via pip-tools

# The following packages are considered to be unsafe in a requirements file:
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ numpy==1.25.2
# via
# pycaputo (pyproject.toml)
# scipy
pygments==2.15.1
pygments==2.16.1
# via rich
rich==13.5.2
# via pycaputo (pyproject.toml)
scipy==1.11.1
scipy==1.11.2
# via pycaputo (pyproject.toml)
typing-extensions==4.7.1
# via pycaputo (pyproject.toml)

0 comments on commit e68aecc

Please sign in to comment.