From 438663048dd0ccd118a34b8df9104461d31fc82c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Dec 2022 20:28:30 +0000 Subject: [PATCH] Bump wheel from 0.29.0 to 0.38.1 Bumps [wheel](https://github.com/pypa/wheel) from 0.29.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.29.0...0.38.1) --- updated-dependencies: - dependency-name: wheel dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- sphinx_docs/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index bc619a5..f483f63 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -wheel==0.29.0 +wheel==0.38.1 numpy==1.13.1 statsmodels==0.8.0 pandas==0.20.3 diff --git a/sphinx_docs/requirements.txt b/sphinx_docs/requirements.txt index 500dbc3..78b8707 100644 --- a/sphinx_docs/requirements.txt +++ b/sphinx_docs/requirements.txt @@ -1,7 +1,7 @@ # This should just be used for building the docs on RTD # I can't get the project to build on RTD right now so I'm giving up. I'll # leave this file in case I want to try again some day. -wheel==0.23.0 +wheel==0.38.1 numpy==1.9.2 pandas==0.16.2 statsmodels==0.6.1