Skip to content

Commit

Permalink
bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
alexfikl committed Jul 19, 2023
1 parent 72d8e88 commit bb20db5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,27 +2,27 @@
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# pip-compile --extra=dev --output-file=requirements-dev.txt --resolver=backtracking pyproject.toml
# pip-compile --extra=dev --output-file=requirements-dev.txt pyproject.toml
#
build==0.10.0
# via pip-tools
click==8.1.3
click==8.1.6
# 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.40.0
fonttools==4.41.0
# via matplotlib
iniconfig==2.0.0
# via pytest
kiwisolver==1.4.4
# via matplotlib
markdown-it-py==3.0.0
# via rich
matplotlib==3.7.1
matplotlib==3.7.2
# 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.0
numpy==1.25.1
# via
# contourpy
# differint
Expand All @@ -47,13 +47,13 @@ packaging==23.1
# pytest
pillow==10.0.0
# via matplotlib
pip-tools==6.14.0
pip-tools==7.1.0
# via pycaputo (pyproject.toml)
pluggy==1.2.0
# via pytest
pygments==2.15.1
# via rich
pyparsing==3.1.0
pyparsing==3.0.9
# via matplotlib
pyproject-fmt==0.13.0
# via pycaputo (pyproject.toml)
Expand All @@ -65,7 +65,7 @@ python-dateutil==2.8.2
# via matplotlib
rich==13.4.2
# via pycaputo (pyproject.toml)
ruff==0.0.277
ruff==0.0.278
# via pycaputo (pyproject.toml)
scipy==1.11.1
# via pycaputo (pyproject.toml)
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# pip-compile --output-file=requirements.txt --resolver=backtracking pyproject.toml
# pip-compile --output-file=requirements.txt pyproject.toml
#
markdown-it-py==3.0.0
# via rich
mdurl==0.1.2
# via markdown-it-py
numpy==1.25.0
numpy==1.25.1
# via
# pycaputo (pyproject.toml)
# scipy
Expand Down

0 comments on commit bb20db5

Please sign in to comment.