Skip to content

Commit 22e21ec

Browse files
authored
Bumped versions in pre-commit and npm configurations.
1 parent 4d11402 commit 22e21ec

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.pre-commit-config.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
11
repos:
22
- repo: https://github.com/psf/black-pre-commit-mirror
3-
rev: 24.4.2
3+
rev: 24.10.0
44
hooks:
55
- id: black
66
exclude: \.py-tpl$
77
- repo: https://github.com/adamchainz/blacken-docs
8-
rev: 1.18.0
8+
rev: 1.19.0
99
hooks:
1010
- id: blacken-docs
1111
additional_dependencies:
12-
- black==24.4.2
12+
- black==24.10.0
1313
files: 'docs/.*\.txt$'
1414
args: ["--rst-literal-block"]
1515
- repo: https://github.com/PyCQA/isort
1616
rev: 5.13.2
1717
hooks:
1818
- id: isort
1919
- repo: https://github.com/PyCQA/flake8
20-
rev: 7.1.0
20+
rev: 7.1.1
2121
hooks:
2222
- id: flake8
2323
- repo: https://github.com/pre-commit/mirrors-eslint
24-
rev: v9.7.0
24+
rev: v9.12.0
2525
hooks:
2626
- id: eslint

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
"npm": ">=1.3.0"
1010
},
1111
"devDependencies": {
12-
"eslint": "^9.7.0",
13-
"puppeteer": "^22.13.1",
12+
"eslint": "^9.12.0",
13+
"puppeteer": "^23.5.1",
1414
"globals": "^15.8.0",
1515
"grunt": "^1.6.1",
1616
"grunt-cli": "^1.5.0",

0 commit comments

Comments
 (0)