Skip to content

Commit

Permalink
chore: bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
alexfikl committed Nov 4, 2023
1 parent b501a11 commit 3533009
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ ignore = [
"I001", # unsorted-imports
"N806", # non-lowercase-variable-in-function
"N803", # non-lowercase-argument
"PLC0415", # import-outside-top-level
"PLR0911", # too-many-return-statements
"PLR0912", # too-many-branches
"PLR0913", # too-many-arguments
Expand Down
6 changes: 3 additions & 3 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ build==1.0.3
# via pip-tools
click==8.1.7
# via pip-tools
contourpy==1.1.1
contourpy==1.2.0
# via matplotlib
cycler==0.12.1
# via matplotlib
differint==1.0.0
# via pycaputo (pyproject.toml)
fonttools==4.43.1
fonttools==4.44.0
# via matplotlib
iniconfig==2.0.0
# via pytest
Expand Down Expand Up @@ -65,7 +65,7 @@ python-dateutil==2.8.2
# via matplotlib
rich==13.6.0
# via pycaputo (pyproject.toml)
ruff==0.1.3
ruff==0.1.4
# via pycaputo (pyproject.toml)
scipy==1.11.3
# via pycaputo (pyproject.toml)
Expand Down

0 comments on commit 3533009

Please sign in to comment.