diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 89efcba5f..d694df95f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -14,11 +14,11 @@ repos: - id: check-executables-have-shebangs - id: check-merge-conflict - repo: https://github.com/psf/black - rev: 22.1.0 + rev: 22.3.0 hooks: - id: black - repo: https://github.com/pre-commit/mirrors-mypy - rev: v0.931 + rev: v0.942 hooks: - id: mypy additional_dependencies: [types-pyOpenSSL==21.0.3] diff --git a/local-requirements.txt b/local-requirements.txt index cf2cbf0d2..162f112d7 100644 --- a/local-requirements.txt +++ b/local-requirements.txt @@ -1,16 +1,16 @@ auditwheel==5.1.2 -autobahn==22.2.2 -black==22.1.0 +autobahn==22.3.2 +black==22.3.0 flake8==4.0.1 flaky==3.7.0 -mypy==0.931 +mypy==0.942 objgraph==3.5.0 -Pillow==9.0.1 -pixelmatch==0.2.4 -pre-commit==2.17.0 +Pillow==9.1.0 +pixelmatch==0.3.0 +pre-commit==2.18.1 pyOpenSSL==22.0.0 -pytest==7.0.1 -pytest-asyncio==0.18.2 +pytest==7.1.1 +pytest-asyncio==0.18.3 pytest-cov==3.0.0 pytest-repeat==0.9.1 pytest-timeout==2.1.0 @@ -20,5 +20,5 @@ service_identity==21.1.0 setuptools==60.9.3 twine==3.8.0 twisted==22.2.0 -types-pyOpenSSL==22.0.0 +types-pyOpenSSL==22.0.1 wheel==0.37.1