Skip to content

Commit 6a85035

Browse files
chore: bump deps (microsoft#878)
1 parent ab7502c commit 6a85035

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ repos:
1010
- id: check-toml
1111
- id: requirements-txt-fixer
1212
- repo: https://github.com/psf/black
13-
rev: 21.7b0
13+
rev: 21.8b0
1414
hooks:
1515
- id: black
1616
- repo: https://github.com/pre-commit/mirrors-mypy

local-requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
auditwheel==4.0.0
22
autobahn==21.3.1
3-
black==21.7b0
3+
black==21.8b0
44
flake8==3.9.2
55
flaky==3.7.0
66
mypy==0.910
77
objgraph==3.5.0
88
Pillow==8.3.1
99
pixelmatch==0.2.3
10-
pre-commit==2.14.0
10+
pre-commit==2.14.1
1111
pyOpenSSL==20.0.1
1212
pytest==6.2.4
1313
pytest-asyncio==0.15.1

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[build-system]
2-
requires = ["setuptools-scm", "wheel==0.36.2", "auditwheel==4.0.0"]
2+
requires = ["setuptools-scm==6.0.1", "wheel==0.37.0", "auditwheel==4.0.0"]
33
build-backend = "setuptools.build_meta"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ def run(self) -> None:
163163
"write_to": "playwright/_repo_version.py",
164164
"write_to_template": 'version = "{version}"\n',
165165
},
166-
setup_requires=["setuptools_scm", "wheel"],
166+
setup_requires=["setuptools_scm==6.0.1", "wheel==0.37.0"],
167167
entry_points={
168168
"console_scripts": [
169169
"playwright=playwright.__main__:main",

0 commit comments

Comments
 (0)