Skip to content

Commit c98fda5

Browse files
authored
chore: bump dev dependencies (microsoft#1160)
1 parent 42941fa commit c98fda5

File tree

2 files changed

+12
-13
lines changed

2 files changed

+12
-13
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ repos:
1414
- id: check-executables-have-shebangs
1515
- id: check-merge-conflict
1616
- repo: https://github.com/psf/black
17-
rev: 21.12b0
17+
rev: 22.1.0
1818
hooks:
1919
- id: black
2020
- repo: https://github.com/pre-commit/mirrors-mypy

local-requirements.txt

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,24 @@
11
auditwheel==5.1.2
2-
autobahn==21.11.1
3-
black==21.12b0
2+
autobahn==22.1.1
3+
black==22.1.0
44
flake8==4.0.1
55
flaky==3.7.0
66
mypy==0.931
77
objgraph==3.5.0
8-
Pillow==9.0.0
8+
Pillow==9.0.1
99
pixelmatch==0.2.4
10-
pre-commit==2.16.0
11-
pyOpenSSL==21.0.0
12-
pytest==6.2.5
13-
pytest-asyncio==0.17.1
10+
pre-commit==2.17.0
11+
pyOpenSSL==22.0.0
12+
pytest==7.0.1
13+
pytest-asyncio==0.18.1
1414
pytest-cov==3.0.0
1515
pytest-repeat==0.9.1
16-
pytest-sugar==0.9.4
17-
pytest-timeout==2.0.2
16+
pytest-timeout==2.1.0
1817
pytest-xdist==2.5.0
1918
requests==2.27.1
2019
service_identity==21.1.0
21-
setuptools==60.5.0
22-
twine==3.7.1
20+
setuptools==60.9.0
21+
twine==3.8.0
2322
twisted==22.1.0
24-
types-pyOpenSSL==21.0.3
23+
types-pyOpenSSL==22.0.0
2524
wheel==0.37.1

0 commit comments

Comments
 (0)