diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2025-09-22 17:25:19 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-09-22 17:25:19 +0200 |
| commit | 6fe96639baf656db166997096bddec0f5c76fc65 (patch) | |
| tree | e4658efac92e8fe7cb678b42ee1040501ff86cba | |
| parent | f9a44cc0fac653f8e0c2ab1cdfb12b2cc5c63fc2 (diff) | |
Bumped versions in pre-commit and npm configurations.
| -rw-r--r-- | .pre-commit-config.yaml | 10 | ||||
| -rw-r--r-- | package.json | 6 | ||||
| -rw-r--r-- | tests/requirements/py3.txt | 2 |
3 files changed, 9 insertions, 9 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b1faf024d4..e1d8cec10b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,15 +1,15 @@ repos: - repo: https://github.com/psf/black-pre-commit-mirror - rev: 25.1.0 + rev: 25.9.0 hooks: - id: black exclude: \.py-tpl$ - repo: https://github.com/adamchainz/blacken-docs - rev: 1.19.1 + rev: 1.20.0 hooks: - id: blacken-docs additional_dependencies: - - black==25.1.0 + - black==25.9.0 files: 'docs/.*\.txt$' args: ["--rst-literal-block"] - repo: https://github.com/PyCQA/isort @@ -17,10 +17,10 @@ repos: hooks: - id: isort - repo: https://github.com/PyCQA/flake8 - rev: 7.2.0 + rev: 7.3.0 hooks: - id: flake8 - repo: https://github.com/pre-commit/mirrors-eslint - rev: v9.24.0 + rev: v9.36.0 hooks: - id: eslint diff --git a/package.json b/package.json index aead711287..396ffd8653 100644 --- a/package.json +++ b/package.json @@ -9,9 +9,9 @@ "npm": ">=1.3.0" }, "devDependencies": { - "eslint": "^9.24.0", - "puppeteer": "^24.6.1", - "globals": "^16.0.0", + "eslint": "^9.36.0", + "puppeteer": "^24.22.0", + "globals": "^16.4.0", "grunt": "^1.6.1", "grunt-cli": "^1.5.0", "grunt-contrib-qunit": "^10.1.1", diff --git a/tests/requirements/py3.txt b/tests/requirements/py3.txt index 7ecc3ad044..1a16cc0440 100644 --- a/tests/requirements/py3.txt +++ b/tests/requirements/py3.txt @@ -2,7 +2,7 @@ aiosmtpd >= 1.4.5 asgiref >= 3.9.1 argon2-cffi >= 23.1.0 bcrypt >= 4.1.1 -black >= 25.1.0 +black >= 25.9.0 docutils >= 0.19 geoip2 >= 4.8.0 jinja2 >= 2.11.0 |
