1
0
mirror of https://github.com/django/django.git synced 2025-09-25 07:59:11 +00:00

Bumped versions in pre-commit and npm configurations.

This commit is contained in:
Mariusz Felisiak 2025-09-22 17:25:19 +02:00 committed by GitHub
parent f9a44cc0fa
commit 6fe96639ba
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 9 additions and 9 deletions

View File

@ -1,15 +1,15 @@
repos: repos:
- repo: https://github.com/psf/black-pre-commit-mirror - repo: https://github.com/psf/black-pre-commit-mirror
rev: 25.1.0 rev: 25.9.0
hooks: hooks:
- id: black - id: black
exclude: \.py-tpl$ exclude: \.py-tpl$
- repo: https://github.com/adamchainz/blacken-docs - repo: https://github.com/adamchainz/blacken-docs
rev: 1.19.1 rev: 1.20.0
hooks: hooks:
- id: blacken-docs - id: blacken-docs
additional_dependencies: additional_dependencies:
- black==25.1.0 - black==25.9.0
files: 'docs/.*\.txt$' files: 'docs/.*\.txt$'
args: ["--rst-literal-block"] args: ["--rst-literal-block"]
- repo: https://github.com/PyCQA/isort - repo: https://github.com/PyCQA/isort
@ -17,10 +17,10 @@ repos:
hooks: hooks:
- id: isort - id: isort
- repo: https://github.com/PyCQA/flake8 - repo: https://github.com/PyCQA/flake8
rev: 7.2.0 rev: 7.3.0
hooks: hooks:
- id: flake8 - id: flake8
- repo: https://github.com/pre-commit/mirrors-eslint - repo: https://github.com/pre-commit/mirrors-eslint
rev: v9.24.0 rev: v9.36.0
hooks: hooks:
- id: eslint - id: eslint

View File

@ -9,9 +9,9 @@
"npm": ">=1.3.0" "npm": ">=1.3.0"
}, },
"devDependencies": { "devDependencies": {
"eslint": "^9.24.0", "eslint": "^9.36.0",
"puppeteer": "^24.6.1", "puppeteer": "^24.22.0",
"globals": "^16.0.0", "globals": "^16.4.0",
"grunt": "^1.6.1", "grunt": "^1.6.1",
"grunt-cli": "^1.5.0", "grunt-cli": "^1.5.0",
"grunt-contrib-qunit": "^10.1.1", "grunt-contrib-qunit": "^10.1.1",

View File

@ -2,7 +2,7 @@ aiosmtpd >= 1.4.5
asgiref >= 3.9.1 asgiref >= 3.9.1
argon2-cffi >= 23.1.0 argon2-cffi >= 23.1.0
bcrypt >= 4.1.1 bcrypt >= 4.1.1
black >= 25.1.0 black >= 25.9.0
docutils >= 0.19 docutils >= 0.19
geoip2 >= 4.8.0 geoip2 >= 4.8.0
jinja2 >= 2.11.0 jinja2 >= 2.11.0