From da334fbe2f8ac01db5958a60daf76898bfecb4f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 May 2024 13:24:54 +0000 Subject: [PATCH] Bump skforecast from 0.12.0 to 0.12.1 Bumps [skforecast](https://github.com/JoaquinAmatRodrigo/skforecast) from 0.12.0 to 0.12.1. - [Release notes](https://github.com/JoaquinAmatRodrigo/skforecast/releases) - [Changelog](https://github.com/JoaquinAmatRodrigo/skforecast/blob/master/changelog.md) - [Commits](https://github.com/JoaquinAmatRodrigo/skforecast/compare/v0.12.0...v0.12.1) --- updated-dependencies: - dependency-name: skforecast dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- docs/requirements.txt | 2 +- requirements.txt | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 7aedca92..ca3a8983 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -10,7 +10,7 @@ beautifulsoup4>=4.9.3 pulp>=2.4 pyyaml>=5.4.1 tables==3.9.1 -skforecast==0.12.0 +skforecast==0.12.1 markupsafe==2.1.5 Jinja2<3.2 plotly>=5.6.0 diff --git a/requirements.txt b/requirements.txt index 84a36928..6034cce4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,7 +10,7 @@ h5py==3.11.0 pulp>=2.4 pyyaml>=5.4.1 tables<=3.9.1 -skforecast==0.12.0 +skforecast==0.12.1 # web server packages flask>=2.0.3 waitress>=2.1.1 diff --git a/setup.py b/setup.py index 0d583e5c..b1dfa761 100644 --- a/setup.py +++ b/setup.py @@ -52,7 +52,7 @@ 'pulp>=2.4', 'pyyaml>=5.4.1', 'tables<=3.9.1', - 'skforecast==0.12.0', + 'skforecast==0.12.1', 'flask>=2.0.3', 'waitress>=2.1.1', 'plotly>=5.6.0'