Skip to content

Commit 1b2669a

Browse files
committed
Bump
1 parent f211aed commit 1b2669a

File tree

2 files changed

+12
-13
lines changed

2 files changed

+12
-13
lines changed

.pre-commit-config.yaml

+10-10
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ default_language_version:
99
python: python3
1010
repos:
1111
- repo: https://github.com/pre-commit/pre-commit-hooks
12-
rev: v4.6.0
12+
rev: v5.0.0
1313
hooks:
1414
- id: check-added-large-files
1515
- id: check-ast
@@ -20,7 +20,7 @@ repos:
2020
- id: mixed-line-ending
2121
# - id: trailing-whitespace
2222
- repo: https://github.com/abravalheri/validate-pyproject
23-
rev: v0.18
23+
rev: v0.20.2
2424
hooks:
2525
- id: validate-pyproject
2626
name: Validate pyproject.toml
@@ -34,29 +34,29 @@ repos:
3434
hooks:
3535
- id: isort
3636
- repo: https://github.com/asottile/pyupgrade
37-
rev: v3.15.2
37+
rev: v3.18.0
3838
hooks:
3939
- id: pyupgrade
40-
args: [--py38-plus]
40+
args: [--py39-plus]
4141
# - repo: https://github.com/MarcoGorelli/auto-walrus
4242
# rev: v0.2.2
4343
# hooks:
4444
# - id: auto-walrus
4545
# args: [--line-length, "100"]
4646
- repo: https://github.com/psf/black
47-
rev: 24.4.2
47+
rev: 24.10.0
4848
hooks:
4949
- id: black
5050
# - id: black-jupyter
5151
- repo: https://github.com/PyCQA/flake8
52-
rev: 7.0.0
52+
rev: 7.1.1
5353
hooks:
5454
- id: flake8
5555
additional_dependencies: &flake8_dependencies
5656
# These versions need updated manually
57-
- flake8==7.0.0
58-
- flake8-comprehensions==3.14.0
59-
- flake8-bugbear==24.4.26
57+
- flake8==7.1.1
58+
- flake8-comprehensions==3.15.0
59+
- flake8-bugbear==24.8.19
6060
# - flake8-simplify==0.20.0
6161
- repo: https://github.com/asottile/yesqa
6262
rev: v1.5.0
@@ -71,6 +71,6 @@ repos:
7171
# - id: pyroma
7272
# args: [-n, "10", .]
7373
- repo: https://github.com/pre-commit/pre-commit-hooks
74-
rev: v4.6.0
74+
rev: v5.0.0
7575
hooks:
7676
- id: no-commit-to-branch # no commit directly to main

pyproject.toml

+2-3
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,8 @@ classifiers = [
6565
"Topic :: Software Development :: Libraries :: Python Modules",
6666
]
6767
dependencies = [
68-
# These are super-old; can/should we update them?
69-
"cffi>=1.11",
70-
"numpy>=1.19",
68+
"cffi>=1.15",
69+
"numpy>=1.23",
7170
]
7271
[project.urls]
7372
homepage = "https://github.com/GraphBLAS/python-suitesparse-graphblas"

0 commit comments

Comments
 (0)