Skip to content

Commit e341b9a

Browse files
build(deps): bump wheel from 0.37.1 to 0.38.1 (microsoft#1696)
* build(deps): bump wheel from 0.37.1 to 0.38.1 Bumps [wheel](https://github.com/pypa/wheel) from 0.37.1 to 0.38.1. - [Release notes](https://github.com/pypa/wheel/releases) - [Changelog](https://github.com/pypa/wheel/blob/main/docs/news.rst) - [Commits](pypa/wheel@0.37.1...0.38.1) --- updated-dependencies: - dependency-name: wheel dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> * bump dep in pyproject.toml Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ross Wollman <[email protected]>
1 parent eb4b88a commit e341b9a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

local-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ setuptools==65.5.1
2121
twine==4.0.1
2222
twisted==22.10.0
2323
types-pyOpenSSL==22.1.0.1
24-
wheel==0.37.1
24+
wheel==0.38.1

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[build-system]
2-
requires = ["setuptools==60.9.3", "setuptools-scm==7.0.5", "wheel==0.37.1", "auditwheel==5.1.2"]
2+
requires = ["setuptools==60.9.3", "setuptools-scm==7.0.5", "wheel==0.38.1", "auditwheel==5.1.2"]
33
build-backend = "setuptools.build_meta"
44

55
[tool.pytest.ini_options]

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ def _download_and_extract_local_driver(
236236
"write_to": "playwright/_repo_version.py",
237237
"write_to_template": 'version = "{version}"\n',
238238
},
239-
setup_requires=["setuptools-scm==7.0.5", "wheel==0.37.1"],
239+
setup_requires=["setuptools-scm==7.0.5", "wheel==0.38.1"],
240240
entry_points={
241241
"console_scripts": [
242242
"playwright=playwright.__main__:main",

0 commit comments

Comments
 (0)