From b01774fcb7f0fc603780a0ba6cea46224a46878c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 15 Jun 2023 09:09:00 +0000 Subject: [PATCH] Bump wheel from 0.36.2 to 0.38.1 in /src/lamplib Bumps [wheel](https://github.com/pypa/wheel) from 0.36.2 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.36.2...0.38.1) --- updated-dependencies: - dependency-name: wheel dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src/lamplib/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lamplib/requirements.txt b/src/lamplib/requirements.txt index 5de7963d54..d67db622af 100644 --- a/src/lamplib/requirements.txt +++ b/src/lamplib/requirements.txt @@ -1,4 +1,4 @@ -wheel==0.36.2 +wheel==0.38.1 pymongo>=3.9 click==8.1.2 click-option-group==0.5.5