Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
18 changes: 9 additions & 9 deletions local-requirements.txt
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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