From 79c9da078e0e87a84b9e62d2332cc13192bb26a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Nov 2023 15:27:59 +0000 Subject: [PATCH] Bump wheel from 0.41.2 to 0.41.3 in /glean-core/python Bumps [wheel](https://github.com/pypa/wheel) from 0.41.2 to 0.41.3. - [Release notes](https://github.com/pypa/wheel/releases) - [Changelog](https://github.com/pypa/wheel/blob/main/docs/news.rst) - [Commits](https://github.com/pypa/wheel/compare/0.41.2...0.41.3) --- updated-dependencies: - dependency-name: wheel dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- glean-core/python/requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glean-core/python/requirements_dev.txt b/glean-core/python/requirements_dev.txt index 0e0393cb2d..593395505a 100644 --- a/glean-core/python/requirements_dev.txt +++ b/glean-core/python/requirements_dev.txt @@ -16,6 +16,6 @@ semver==2.13.0 setuptools-git==1.2 twine==3.8.0 types-pkg_resources==0.1.3 -wheel==0.41.2 +wheel==0.41.3 maturin==1.3.1 patchelf>=0.17; sys_platform == "linux"