Skip to content

Commit 22a198c

Browse files
authored
chore: upgrade dev dependencies (microsoft#1237)
1 parent 417a5b0 commit 22a198c

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ repos:
1414
- id: check-executables-have-shebangs
1515
- id: check-merge-conflict
1616
- repo: https://github.com/psf/black
17-
rev: 22.1.0
17+
rev: 22.3.0
1818
hooks:
1919
- id: black
2020
- repo: https://github.com/pre-commit/mirrors-mypy
21-
rev: v0.931
21+
rev: v0.942
2222
hooks:
2323
- id: mypy
2424
additional_dependencies: [types-pyOpenSSL==21.0.3]

local-requirements.txt

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
auditwheel==5.1.2
2-
autobahn==22.2.2
3-
black==22.1.0
2+
autobahn==22.3.2
3+
black==22.3.0
44
flake8==4.0.1
55
flaky==3.7.0
6-
mypy==0.931
6+
mypy==0.942
77
objgraph==3.5.0
8-
Pillow==9.0.1
9-
pixelmatch==0.2.4
10-
pre-commit==2.17.0
8+
Pillow==9.1.0
9+
pixelmatch==0.3.0
10+
pre-commit==2.18.1
1111
pyOpenSSL==22.0.0
12-
pytest==7.0.1
13-
pytest-asyncio==0.18.2
12+
pytest==7.1.1
13+
pytest-asyncio==0.18.3
1414
pytest-cov==3.0.0
1515
pytest-repeat==0.9.1
1616
pytest-timeout==2.1.0
@@ -20,5 +20,5 @@ service_identity==21.1.0
2020
setuptools==60.9.3
2121
twine==3.8.0
2222
twisted==22.2.0
23-
types-pyOpenSSL==22.0.0
23+
types-pyOpenSSL==22.0.1
2424
wheel==0.37.1

0 commit comments

Comments
 (0)