Skip to content

Commit 6fe9663

Browse files
authored
Bumped versions in pre-commit and npm configurations.
1 parent f9a44cc commit 6fe9663

3 files changed

Lines changed: 9 additions & 9 deletions

File tree

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
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: 25.1.0
3+
rev: 25.9.0
44
hooks:
55
- id: black
66
exclude: \.py-tpl$
77
- repo: https://github.com/adamchainz/blacken-docs
8-
rev: 1.19.1
8+
rev: 1.20.0
99
hooks:
1010
- id: blacken-docs
1111
additional_dependencies:
12-
- black==25.1.0
12+
- black==25.9.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.2.0
20+
rev: 7.3.0
2121
hooks:
2222
- id: flake8
2323
- repo: https://github.com/pre-commit/mirrors-eslint
24-
rev: v9.24.0
24+
rev: v9.36.0
2525
hooks:
2626
- id: eslint

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
"npm": ">=1.3.0"
1010
},
1111
"devDependencies": {
12-
"eslint": "^9.24.0",
13-
"puppeteer": "^24.6.1",
14-
"globals": "^16.0.0",
12+
"eslint": "^9.36.0",
13+
"puppeteer": "^24.22.0",
14+
"globals": "^16.4.0",
1515
"grunt": "^1.6.1",
1616
"grunt-cli": "^1.5.0",
1717
"grunt-contrib-qunit": "^10.1.1",

tests/requirements/py3.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ aiosmtpd >= 1.4.5
22
asgiref >= 3.9.1
33
argon2-cffi >= 23.1.0
44
bcrypt >= 4.1.1
5-
black >= 25.1.0
5+
black >= 25.9.0
66
docutils >= 0.19
77
geoip2 >= 4.8.0
88
jinja2 >= 2.11.0

0 commit comments

Comments
 (0)