Skip to content

Commit

Permalink
chore: bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
alexfikl committed Oct 11, 2024
1 parent e3a7356 commit 1027207
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 20 deletions.
37 changes: 19 additions & 18 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ chardet==5.2.0
# via
# binaryornot
# python-debian
charset-normalizer==3.3.2
charset-normalizer==3.4.0
# via requests
colorama==0.4.6 ; sys_platform == 'win32'
# via
Expand All @@ -34,19 +34,19 @@ contourpy==1.3.0
# via matplotlib
cycler==0.12.1
# via matplotlib
doc8==1.1.1
doc8==1.1.2
# via pycaputo (pyproject.toml)
docutils==0.20.1
docutils==0.21.2
# via
# doc8
# pydata-sphinx-theme
# restructuredtext-lint
# sphinx
exceptiongroup==1.2.2 ; python_full_version < '3.11'
# via pytest
fonttools==4.53.1
fonttools==4.54.1
# via matplotlib
idna==3.8
idna==3.10
# via requests
imagesize==1.4.1
# via sphinx
Expand All @@ -56,13 +56,13 @@ jinja2==3.1.4
# via
# reuse
# sphinx
kiwisolver==1.4.5
kiwisolver==1.4.7
# via matplotlib
license-expression==30.3.1
# via reuse
markdown-it-py==3.0.0
# via rich
markupsafe==2.1.5
markupsafe==3.0.1
# via jinja2
matplotlib==3.9.2
# via pycaputo (pyproject.toml)
Expand All @@ -72,7 +72,7 @@ mypy==1.11.2
# via pycaputo (pyproject.toml)
mypy-extensions==1.0.0
# via mypy
numpy==2.1.0
numpy==2.1.2
# via
# pycaputo (pyproject.toml)
# contourpy
Expand Down Expand Up @@ -103,11 +103,11 @@ pygments==2.18.0
# sphinx
pyparsing==3.1.4
# via matplotlib
pyproject-fmt==2.2.1
pyproject-fmt==2.3.0
# via pycaputo (pyproject.toml)
pyproject-fmt-rust==1.1.6
pyproject-fmt-rust==1.2.0
# via pyproject-fmt
pytest==8.3.2
pytest==8.3.3
# via
# pycaputo (pyproject.toml)
# pytest-benchmark
Expand All @@ -123,9 +123,9 @@ restructuredtext-lint==1.4.0
# via doc8
reuse==4.0.3
# via pycaputo (pyproject.toml)
rich==13.8.0
rich==13.9.2
# via pycaputo (pyproject.toml)
ruff==0.6.3
ruff==0.6.9
# via pycaputo (pyproject.toml)
scipy==1.14.1
# via pycaputo (pyproject.toml)
Expand All @@ -135,7 +135,7 @@ snowballstemmer==2.2.0
# via sphinx
soupsieve==2.6
# via beautifulsoup4
sphinx==8.0.2
sphinx==8.1.0
# via
# pycaputo (pyproject.toml)
# pydata-sphinx-theme
Expand All @@ -159,7 +159,7 @@ sphinxcontrib-serializinghtml==2.0.0
# via sphinx
stevedore==5.3.0
# via doc8
tomli==2.0.1 ; python_full_version < '3.11'
tomli==2.0.2 ; python_full_version < '3.11'
# via
# doc8
# mypy
Expand All @@ -174,9 +174,10 @@ typing-extensions==4.12.2
# via
# mypy
# pydata-sphinx-theme
typos==1.24.3
# rich
typos==1.26.0
# via pycaputo (pyproject.toml)
urllib3==2.2.2
urllib3==2.2.3
# via requests
uv==0.4.1
uv==0.4.20
# via pycaputo (pyproject.toml)
6 changes: 4 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,15 @@ markdown-it-py==3.0.0
# via rich
mdurl==0.1.2
# via markdown-it-py
numpy==2.1.0
numpy==2.1.2
# via
# pycaputo (pyproject.toml)
# scipy
pygments==2.18.0
# via rich
rich==13.8.0
rich==13.9.2
# via pycaputo (pyproject.toml)
scipy==1.14.1
# via pycaputo (pyproject.toml)
typing-extensions==4.12.2 ; python_full_version < '3.11'
# via rich

0 comments on commit 1027207

Please sign in to comment.