Skip to content

Commit 0a1c8b7

Browse files
chore: Bump twisted to PyPI release (microsoft#543)
1 parent fb2dfcf commit 0a1c8b7

File tree

2 files changed

+29
-29
lines changed

2 files changed

+29
-29
lines changed

.pre-commit-config.yaml

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,27 @@
11
# See https://pre-commit.com for more information
22
# See https://pre-commit.com/hooks.html for more hooks
33
repos:
4-
- repo: https://github.com/pre-commit/pre-commit-hooks
4+
- repo: https://github.com/pre-commit/pre-commit-hooks
55
rev: v3.4.0
66
hooks:
7-
- id: trailing-whitespace
8-
- id: end-of-file-fixer
7+
- id: trailing-whitespace
8+
- id: end-of-file-fixer
99
exclude: ^playwright/drivers/browsers.json$
10-
- id: check-yaml
11-
- repo: https://github.com/psf/black
10+
- id: check-yaml
11+
- id: requirements-txt-fixer
12+
- repo: https://github.com/psf/black
1213
rev: 20.8b1
1314
hooks:
14-
- id: black
15-
- repo: https://github.com/pre-commit/mirrors-mypy
15+
- id: black
16+
- repo: https://github.com/pre-commit/mirrors-mypy
1617
rev: v0.812
1718
hooks:
18-
- id: mypy
19-
- repo: https://gitlab.com/pycqa/flake8
19+
- id: mypy
20+
- repo: https://gitlab.com/pycqa/flake8
2021
rev: 3.8.4
2122
hooks:
22-
- id: flake8
23-
- repo: https://github.com/pycqa/isort
23+
- id: flake8
24+
- repo: https://github.com/pycqa/isort
2425
rev: 5.7.0
2526
hooks:
26-
- id: isort
27+
- id: isort

local-requirements.txt

Lines changed: 16 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,23 @@
1-
autobahn==21.2.2
1+
auditwheel==3.3.1
2+
autobahn==21.3.1
3+
black==20.8b1
4+
flake8==3.8.4
5+
flaky==3.7.0
6+
mypy==0.812
7+
objgraph==3.5.0
8+
pandas==1.2.3
9+
Pillow==8.1.0
10+
pixelmatch==0.2.3
11+
pre-commit==2.10.1
12+
pyOpenSSL==20.0.1
213
pytest==6.2.2
314
pytest-asyncio==0.14.0
415
pytest-cov==2.11.1
516
pytest-sugar==0.9.4
6-
pytest-xdist==2.2.1
717
pytest-timeout==1.4.2
8-
flaky==3.7.0
9-
pixelmatch==0.2.3
10-
Pillow==8.1.0
11-
mypy==0.812
18+
pytest-xdist==2.2.1
19+
service_identity==18.1.0
1220
setuptools==54.0.0
13-
# TODO: use PyPi version after >20.3.0 is released
14-
git+https://github.com/twisted/twisted.git@4ff22287cab3b54f51cee41ea2619e72d1bff2e4
15-
wheel==0.36.2
16-
auditwheel==3.3.1
17-
black==20.8b1
18-
pre-commit==2.10.1
19-
flake8==3.8.4
2021
twine==3.3.0
21-
pyOpenSSL==20.0.1
22-
service_identity==18.1.0
23-
pandas==1.2.2
24-
objgraph==3.5.0
22+
twisted==21.2.0
23+
wheel==0.36.2

0 commit comments

Comments
 (0)