diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 82153a4..ab99544 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,15 +1,15 @@ repos: - repo: https://github.com/PyCQA/bandit - rev: 1.7.8 + rev: 1.7.10 hooks: - id: bandit args: [-r, -c, .bandit.yml] - repo: https://github.com/PyCQA/flake8 - rev: 7.0.0 + rev: 7.1.1 hooks: - id: flake8 - repo: https://github.com/psf/black.git - rev: 24.4.2 + rev: 24.10.0 hooks: - id: black - repo: https://github.com/pycqa/isort diff --git a/tox.ini b/tox.ini index f25ed04..cc59a86 100644 --- a/tox.ini +++ b/tox.ini @@ -18,23 +18,23 @@ commands = basepython = python3 deps = {[testenv]deps} - pylint==3.1.0 + pylint==3.3.1 commands = pylint {posargs:queuelib setup.py} [testenv:typing] basepython = python3 deps = - mypy==1.10.0 - pytest==8.2.0 + mypy==1.11.2 + pytest==8.3.3 commands = mypy --strict {posargs:queuelib} [testenv:twinecheck] basepython = python3 deps = - twine==5.0.0 - build==1.2.1 + twine==5.1.1 + build==1.2.2 commands = python -m build --sdist twine check dist/*