Skip to content

Commit 66f5b62

Browse files
committed
bump
1 parent a9095e8 commit 66f5b62

File tree

2 files changed

+17
-16
lines changed

2 files changed

+17
-16
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ repos:
1111
- id: check-toml
1212

1313
- repo: https://github.com/nbQA-dev/nbQA
14-
rev: 1.7.1
14+
rev: 1.8.4
1515
hooks:
1616
- id: nbqa-isort
1717

@@ -21,20 +21,20 @@ repos:
2121
- id: isort
2222

2323
- repo: https://github.com/astral-sh/ruff-pre-commit
24-
rev: v0.2.1
24+
rev: v0.3.2
2525
hooks:
2626
- id: ruff-format
2727
types_or: [python, pyi, jupyter]
2828

2929
- repo: https://github.com/astral-sh/ruff-pre-commit
30-
rev: 'v0.2.0'
30+
rev: 'v0.3.2'
3131
hooks:
3232
- id: ruff
3333
types_or: [python, pyi, jupyter]
3434
args: [ --fix, --exit-non-zero-on-fix ]
3535

3636
- repo: https://github.com/pre-commit/mirrors-mypy
37-
rev: v1.8.0
37+
rev: v1.9.0
3838
hooks:
3939
- id: mypy
4040
language: system

requirements-dev.txt

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,37 @@
11
# Packaging
22
# python -m pip install -U pip
3-
build>=1.0.3
3+
build>=1.1.1
44
twine>=5.0.0
5-
setuptools>=69.1.0
5+
setuptools>=69.1.1
66

77
# Jupyter
8-
ipython>=8.21.0
9-
ipykernel>=6.29.2
8+
ipython>=8.18.1
9+
ipykernel>=6.29.3
1010

1111
# Linting/Formatting
12-
ruff>=0.2.1
12+
ruff>=0.3.2
1313
black>=24.2.0
1414
isort>=5.13.2
1515

1616
# Tooling
17-
pre-commit>=3.6.1
17+
pre-commit>=3.6.2
18+
nbQA==1.8.4
1819

1920
# Type Checker
20-
mypy>=1.8.0
21+
mypy>=1.9.0
2122
mypy-extensions>=1.0.0
22-
pyright>=1.1.350
23+
pyright>=1.1.353
2324

2425
# Testing
25-
pytest>=8.0.0
26+
pytest>=8.1.1
2627
pytest-cov>=4.1.0
2728
pytest-benchmark>=4.0.0
2829
codecov>=2.1.13
29-
tox>=4.12.1
30+
tox>=4.14.1
3031

3132
# Documentation
3233
mkdocs>=1.5.3
33-
mkdocstrings>=0.24.0
34-
mkdocs-material>=9.5.9
34+
mkdocstrings>=0.24.1
35+
mkdocs-material>=9.5.13
3536
mkdocstrings-python>=1.8.0
3637
Pygments>=2.17.2

0 commit comments

Comments
 (0)