From 0e531fe39cc7636ba98d88a9df901408f51ca980 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Dec 2022 21:48:39 +0000 Subject: [PATCH] Bump wheel from 0.37.0 to 0.38.1 in /Python/fast-api-minimal 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: indirect ... Signed-off-by: dependabot[bot] --- Python/fast-api-minimal/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Python/fast-api-minimal/requirements.txt b/Python/fast-api-minimal/requirements.txt index 0ffd408..d50ca2a 100644 --- a/Python/fast-api-minimal/requirements.txt +++ b/Python/fast-api-minimal/requirements.txt @@ -61,7 +61,7 @@ watchgod==0.7 # via uvicorn websockets==10.1 # via uvicorn -wheel==0.37.0 +wheel==0.38.1 # via pip-tools # The following packages are considered to be unsafe in a requirements file: