From 3d145357ccaf75634b54148670f3fe9269abfe62 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 13:19:18 +0000 Subject: [PATCH] Bump skforecast from 0.9.1 to 0.10.0 Bumps [skforecast](https://github.com/JoaquinAmatRodrigo/skforecast) from 0.9.1 to 0.10.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.9.1...v0.10.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 66efebc7..db1f497d 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.9.1 +skforecast==0.10.0 markupsafe==2.1.3 Jinja2<3.2 sphinx==6.2.1 diff --git a/requirements.txt b/requirements.txt index 5a64bb02..ad3e34b8 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.9.1 +skforecast==0.10.0 diff --git a/setup.py b/setup.py index d40afec8..3af82368 100644 --- a/setup.py +++ b/setup.py @@ -51,7 +51,7 @@ 'pulp>=2.4', 'pyyaml>=5.4.1', 'tables==3.7.0', - 'skforecast==0.9.1', + 'skforecast==0.10.0', ], # Optional entry_points={ # Optional 'console_scripts': [