From 1a8da08449fcf50e619ba50b283088598a7d29e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Jan 2023 22:16:01 +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 4fcc4106d9..cd69ed4975 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