Skip to content

Commit 125742b

Browse files
Update and pin dev dependencies
1 parent 0c89f80 commit 125742b

File tree

6 files changed

+227
-217
lines changed

6 files changed

+227
-217
lines changed

.flake8

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,3 @@ docstring-convention = google
66
per-file-ignores = tests/*:S101,__init__.py:F401,post.py:C901
77
rst-roles = class,const,func,meth,mod,ref
88
rst-directives = deprecated
9-
pytest-fixture-no-parentheses = True
10-
pytest-mark-no-parentheses = True

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,12 +70,12 @@ repos:
7070
hooks:
7171
- id: nbstripout
7272
- repo: https://github.com/nbQA-dev/nbQA
73-
rev: 1.8.4
73+
rev: 1.9.0
7474
hooks:
7575
- id: nbqa-black
76-
additional_dependencies: [black==24.2.0]
76+
additional_dependencies: [black==24.8.0]
7777
- id: nbqa-pyupgrade
78-
additional_dependencies: [pyupgrade==3.15.1]
78+
additional_dependencies: [pyupgrade==3.17.0]
7979
args: ["--py39-plus"]
8080
- id: nbqa-isort
8181
additional_dependencies: [isort==5.13.2]

docs/requirements.txt

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
1-
furo==2024.01.29
2-
ipykernel==6.29.3
3-
ipython==8.18.1
4-
ipywidgets==8.1.2
5-
nbconvert==7.16.2
6-
nbsphinx==0.9.3
7-
sphinx==7.2.6
8-
sphinx-click==5.1.0
1+
furo==2024.8.6
2+
nbconvert==7.16.4
3+
nbsphinx==0.9.5
4+
sphinx==8.0.2
5+
sphinx-click==6.0.0
96
sphinx-copybutton==0.5.2
107
sphinxext-opengraph==0.9.1

0 commit comments

Comments
 (0)