summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMariusz Felisiak <felisiak.mariusz@gmail.com>2025-02-01 08:53:14 +0100
committerGitHub <noreply@github.com>2025-02-01 08:53:14 +0100
commit0d131c158234df544532830b7752fe43fcf4bb39 (patch)
tree0fe3921446f7d3b69db981946e8afb7e8ab0ec87
parent89e28e13ecbf9fbcf235e16d453c08bbf2271244 (diff)
Bumped versions in pre-commit and npm configurations.
-rw-r--r--.pre-commit-config.yaml8
-rw-r--r--package.json8
-rw-r--r--tests/requirements/py3.txt2
3 files changed, 9 insertions, 9 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 5f20568b34..6863d15277 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: 24.10.0
+ rev: 25.1.0
hooks:
- id: black
exclude: \.py-tpl$
- repo: https://github.com/adamchainz/blacken-docs
- rev: 1.19.0
+ rev: 1.19.1
hooks:
- id: blacken-docs
additional_dependencies:
- - black==24.10.0
+ - black==25.1.0
files: 'docs/.*\.txt$'
args: ["--rst-literal-block"]
- repo: https://github.com/PyCQA/isort
@@ -21,6 +21,6 @@ repos:
hooks:
- id: flake8
- repo: https://github.com/pre-commit/mirrors-eslint
- rev: v9.12.0
+ rev: v9.19.0
hooks:
- id: eslint
diff --git a/package.json b/package.json
index b3bc782c40..2619566c6f 100644
--- a/package.json
+++ b/package.json
@@ -9,12 +9,12 @@
"npm": ">=1.3.0"
},
"devDependencies": {
- "eslint": "^9.12.0",
- "puppeteer": "^23.5.1",
- "globals": "^15.8.0",
+ "eslint": "^9.19.0",
+ "puppeteer": "^24.1.1",
+ "globals": "^15.14.0",
"grunt": "^1.6.1",
"grunt-cli": "^1.5.0",
"grunt-contrib-qunit": "^10.1.1",
- "qunit": "^2.21.1"
+ "qunit": "^2.24.1"
}
}
diff --git a/tests/requirements/py3.txt b/tests/requirements/py3.txt
index 131d84b1a5..8a6db24e48 100644
--- a/tests/requirements/py3.txt
+++ b/tests/requirements/py3.txt
@@ -2,7 +2,7 @@ aiosmtpd >= 1.4.5
asgiref >= 3.8.1
argon2-cffi >= 23.1.0
bcrypt >= 4.1.1
-black >= 2.4.10
+black >= 25.1.0
docutils >= 0.19
geoip2 >= 4.8.0
jinja2 >= 2.11.0