From e394665e2a0bc4e31379c8ae1db981a88a720eb9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Jan 2023 08:22:28 +0000 Subject: [PATCH] Bump wheel from 0.37.0 to 0.38.1 in /libvirt Bumps [wheel](https://github.com/pypa/wheel) from 0.37.0 to 0.38.1. - [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.37.0...0.38.1) --- updated-dependencies: - dependency-name: wheel dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- libvirt/dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libvirt/dev-requirements.txt b/libvirt/dev-requirements.txt index 239afc6..921cfff 100644 --- a/libvirt/dev-requirements.txt +++ b/libvirt/dev-requirements.txt @@ -59,6 +59,6 @@ typed-ast==1.4.3 typing-extensions==3.10.0.2; python_version < '3.10' urllib3==1.26.7; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4' and python_version < '4' webencodings==0.5.1 -wheel==0.37.0 +wheel==0.38.1 wrapt==1.13.3; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4' zipp==3.6.0; python_version >= '3.6'