Freeze and upgrade CI packages (#5429)

This commit is contained in:
Adrián Chaves 2022-03-01 17:29:08 +01:00 committed by GitHub
parent 23537a0f95
commit 50c8becbe0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@ attrs
dataclasses; python_version == '3.6'
pyftpdlib
pytest
pytest-cov
pytest-cov==3.0.0
pytest-xdist
sybil >= 1.3.0 # https://github.com/cjw296/sybil/issues/20#issuecomment-605433422
testfixtures

View File

@ -49,7 +49,7 @@ commands =
[testenv:security]
basepython = python3
deps =
bandit
bandit==1.7.3
commands =
bandit -r -c .bandit.yml {posargs:scrapy}
@ -68,7 +68,7 @@ commands =
basepython = python3
deps =
{[testenv:extra-deps]deps}
pylint==2.12.1
pylint==2.12.2
commands =
pylint conftest.py docs extras scrapy setup.py tests