From 66276764112469494edb915d829901f8176890ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Nov 2023 13:39:52 +0000 Subject: [PATCH] Bump skforecast from 0.10.1 to 0.11.0 Bumps [skforecast](https://github.com/JoaquinAmatRodrigo/skforecast) from 0.10.1 to 0.11.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.10.1...v0.11.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 14aedd23..6de14f6d 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.7.0 -skforecast==0.10.1 +skforecast==0.11.0 markupsafe==2.1.3 Jinja2<3.2 sphinx==6.2.1 diff --git a/requirements.txt b/requirements.txt index 8677f835..457273d6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,4 +10,4 @@ beautifulsoup4>=4.9.3 pulp>=2.4 pyyaml>=5.4.1 tables==3.7.0 -skforecast==0.10.1 +skforecast==0.11.0 diff --git a/setup.py b/setup.py index 4833a302..2f867d73 100644 --- a/setup.py +++ b/setup.py @@ -51,7 +51,7 @@ 'pulp>=2.4', 'pyyaml>=5.4.1', 'tables==3.7.0', - 'skforecast==0.10.1', + 'skforecast==0.11.0', ], # Optional entry_points={ # Optional 'console_scripts': [