From ca9a82c523bec0cf8ec39b18217288c4789ee2e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 13:25:25 +0000 Subject: [PATCH] Bump skforecast from 0.12.1 to 0.13.0 Bumps [skforecast](https://github.com/JoaquinAmatRodrigo/skforecast) from 0.12.1 to 0.13.0. - [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.1...v0.13.0) --- updated-dependencies: - dependency-name: skforecast dependency-type: direct:production update-type: version-update:semver-minor ... 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 ca3a8983..85ff324a 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.1 +skforecast==0.13.0 markupsafe==2.1.5 Jinja2<3.2 plotly>=5.6.0 diff --git a/requirements.txt b/requirements.txt index 6034cce4..99d3fcf6 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.1 +skforecast==0.13.0 # web server packages flask>=2.0.3 waitress>=2.1.1 diff --git a/setup.py b/setup.py index 1c6540f8..4482d4c0 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.1', + 'skforecast==0.13.0', 'flask>=2.0.3', 'waitress>=2.1.1', 'plotly>=5.6.0'