mirror of
https://github.com/django/django.git
synced 2026-02-08 18:39:28 +08:00
Bumped linter versions in requirements files and tox.ini.
Follow-up to 64ac4385c7.
This commit is contained in:
@@ -85,7 +85,7 @@ default environments can be seen as follows:
|
|||||||
docs
|
docs
|
||||||
isort>=7.0.0
|
isort>=7.0.0
|
||||||
lint-docs
|
lint-docs
|
||||||
zizmor>=1.16.3
|
zizmor>=1.19.0
|
||||||
|
|
||||||
Testing other Python versions and database backends
|
Testing other Python versions and database backends
|
||||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|||||||
@@ -9,7 +9,7 @@
|
|||||||
"npm": ">=1.3.0"
|
"npm": ">=1.3.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"eslint": "^9.36.0",
|
"eslint": "^9.39.1",
|
||||||
"puppeteer": "^24.22.0",
|
"puppeteer": "^24.22.0",
|
||||||
"grunt": "^1.6.1",
|
"grunt": "^1.6.1",
|
||||||
"grunt-cli": "^1.5.0",
|
"grunt-cli": "^1.5.0",
|
||||||
|
|||||||
@@ -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.9.0
|
black >= 25.12.0
|
||||||
docutils >= 0.22
|
docutils >= 0.22
|
||||||
geoip2 >= 4.8.0
|
geoip2 >= 4.8.0
|
||||||
jinja2 >= 2.11.0
|
jinja2 >= 2.11.0
|
||||||
|
|||||||
2
tox.ini
2
tox.ini
@@ -103,7 +103,7 @@ commands =
|
|||||||
[testenv:zizmor]
|
[testenv:zizmor]
|
||||||
basepython = python3
|
basepython = python3
|
||||||
usedevelop = false
|
usedevelop = false
|
||||||
deps = zizmor >= 1.16.3
|
deps = zizmor >= 1.19.0
|
||||||
changedir = {toxinidir}
|
changedir = {toxinidir}
|
||||||
commands =
|
commands =
|
||||||
zizmor .
|
zizmor .
|
||||||
|
|||||||
Reference in New Issue
Block a user