Skip to content

Commit f416689

Browse files
authored
chore: update dev dependencies (microsoft#2076)
1 parent 0e92fbc commit f416689

File tree

4 files changed

+23
-22
lines changed

4 files changed

+23
-22
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,16 @@ repos:
1515
- id: check-executables-have-shebangs
1616
- id: check-merge-conflict
1717
- repo: https://github.com/psf/black
18-
rev: 23.1.0
18+
rev: 23.9.1
1919
hooks:
2020
- id: black
2121
- repo: https://github.com/pre-commit/mirrors-mypy
22-
rev: v0.982
22+
rev: v1.5.1
2323
hooks:
2424
- id: mypy
25-
additional_dependencies: [types-pyOpenSSL==22.1.0.1]
25+
additional_dependencies: [types-pyOpenSSL==23.2.0.2]
2626
- repo: https://github.com/pycqa/flake8
27-
rev: 5.0.4
27+
rev: 6.1.0
2828
hooks:
2929
- id: flake8
3030
- repo: https://github.com/pycqa/isort

local-requirements.txt

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
1-
auditwheel==5.3.0
2-
autobahn==23.1.1
3-
black==23.1.0
4-
flake8==5.0.4
1+
auditwheel==5.4.0
2+
autobahn==23.1.2
3+
black==23.9.1
4+
flake8==6.1.0
55
flaky==3.7.0
6-
mypy==0.982
7-
objgraph==3.5.0
8-
Pillow==9.4.0
6+
mypy==1.5.1
7+
objgraph==3.6.0
8+
Pillow==10.0.0
99
pixelmatch==0.3.0
10-
pre-commit==2.20.0
11-
pyOpenSSL==23.0.0
12-
pytest==7.2.1
13-
pytest-asyncio==0.20.3
14-
pytest-cov==4.0.0
10+
pre-commit==3.4.0
11+
pyOpenSSL==23.2.0
12+
pytest==7.4.2
13+
pytest-asyncio==0.21.1
14+
pytest-cov==4.1.0
1515
pytest-repeat==0.9.1
1616
pytest-timeout==2.1.0
17-
pytest-xdist==3.1.0
17+
pytest-xdist==3.3.1
1818
requests==2.31.0
19-
service_identity==21.1.0
20-
setuptools==67.1.0
19+
service_identity==23.1.0
20+
setuptools==68.2.2
2121
twine==4.0.2
22-
twisted==22.10.0
23-
types-pyOpenSSL==23.0.0.2
24-
wheel==0.38.4
22+
twisted==23.8.0
23+
types-pyOpenSSL==23.2.0.2
24+
wheel==0.41.2

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ warn_redundant_casts = true
2121
warn_unused_configs = true
2222
check_untyped_defs = true
2323
disallow_untyped_defs = true
24+
no_implicit_optional = false
2425

2526
[[tool.mypy.overrides]]
2627
module = "tests/async.*"

scripts/__init__.py

Whitespace-only changes.

0 commit comments

Comments
 (0)