Skip to content

Commit

Permalink
chore: update dev dependencies (#2076)
Browse files Browse the repository at this point in the history
  • Loading branch information
mxschmitt authored Sep 15, 2023
1 parent 0e92fbc commit f416689
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 22 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,16 @@ repos:
- id: check-executables-have-shebangs
- id: check-merge-conflict
- repo: https://github.com/psf/black
rev: 23.1.0
rev: 23.9.1
hooks:
- id: black
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.982
rev: v1.5.1
hooks:
- id: mypy
additional_dependencies: [types-pyOpenSSL==22.1.0.1]
additional_dependencies: [types-pyOpenSSL==23.2.0.2]
- repo: https://github.com/pycqa/flake8
rev: 5.0.4
rev: 6.1.0
hooks:
- id: flake8
- repo: https://github.com/pycqa/isort
Expand Down
36 changes: 18 additions & 18 deletions local-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
auditwheel==5.3.0
autobahn==23.1.1
black==23.1.0
flake8==5.0.4
auditwheel==5.4.0
autobahn==23.1.2
black==23.9.1
flake8==6.1.0
flaky==3.7.0
mypy==0.982
objgraph==3.5.0
Pillow==9.4.0
mypy==1.5.1
objgraph==3.6.0
Pillow==10.0.0
pixelmatch==0.3.0
pre-commit==2.20.0
pyOpenSSL==23.0.0
pytest==7.2.1
pytest-asyncio==0.20.3
pytest-cov==4.0.0
pre-commit==3.4.0
pyOpenSSL==23.2.0
pytest==7.4.2
pytest-asyncio==0.21.1
pytest-cov==4.1.0
pytest-repeat==0.9.1
pytest-timeout==2.1.0
pytest-xdist==3.1.0
pytest-xdist==3.3.1
requests==2.31.0
service_identity==21.1.0
setuptools==67.1.0
service_identity==23.1.0
setuptools==68.2.2
twine==4.0.2
twisted==22.10.0
types-pyOpenSSL==23.0.0.2
wheel==0.38.4
twisted==23.8.0
types-pyOpenSSL==23.2.0.2
wheel==0.41.2
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ warn_redundant_casts = true
warn_unused_configs = true
check_untyped_defs = true
disallow_untyped_defs = true
no_implicit_optional = false

[[tool.mypy.overrides]]
module = "tests/async.*"
Expand Down
Empty file added scripts/__init__.py
Empty file.

0 comments on commit f416689

Please sign in to comment.