Skip to content

Commit cb54099

Browse files
authored
chore: bump dev dependencies (microsoft#865)
1 parent 1c86a35 commit cb54099

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,18 @@ repos:
1010
- id: check-toml
1111
- id: requirements-txt-fixer
1212
- repo: https://github.com/psf/black
13-
rev: 21.6b0
13+
rev: 21.7b0
1414
hooks:
1515
- id: black
1616
- repo: https://github.com/pre-commit/mirrors-mypy
17-
rev: v0.902
17+
rev: v0.910
1818
hooks:
1919
- id: mypy
2020
- repo: https://gitlab.com/pycqa/flake8
2121
rev: 3.9.2
2222
hooks:
2323
- id: flake8
2424
- repo: https://github.com/pycqa/isort
25-
rev: 5.8.0
25+
rev: 5.9.3
2626
hooks:
2727
- id: isort

local-requirements.txt

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
11
auditwheel==4.0.0
22
autobahn==21.3.1
3-
black==21.6b0
3+
black==21.7b0
44
flake8==3.9.2
55
flaky==3.7.0
6-
mypy==0.902
6+
mypy==0.910
77
objgraph==3.5.0
8-
Pillow==8.2.0
8+
Pillow==8.3.1
99
pixelmatch==0.2.3
10-
pre-commit==2.13.0
10+
pre-commit==2.14.0
1111
pyOpenSSL==20.0.1
1212
pytest==6.2.4
1313
pytest-asyncio==0.15.1
1414
pytest-cov==2.12.1
1515
pytest-repeat==0.9.1
1616
pytest-sugar==0.9.4
1717
pytest-timeout==1.4.2
18-
pytest-xdist==2.2.1
19-
requests==2.25.1
18+
pytest-xdist==2.3.0
19+
requests==2.26.0
2020
service_identity==21.1.0
21-
setuptools==57.0.0
22-
twine==3.4.1
23-
twisted==21.2.0
24-
wheel==0.36.2
21+
setuptools==57.4.0
22+
twine==3.4.2
23+
twisted==21.7.0
24+
wheel==0.37.0

0 commit comments

Comments
 (0)