From 5c9469e7eb896928ad6887f3f9701843658961b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 27 May 2023 22:21:33 +0000 Subject: [PATCH] Bump skforecast from 0.8.0 to 0.8.1 Bumps [skforecast](https://github.com/JoaquinAmatRodrigo/skforecast) from 0.8.0 to 0.8.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.8.0...v0.8.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 +- requirements_webserver.txt | 2 +- setup.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 298ef4b3..20a35bca 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -12,7 +12,7 @@ pulp>=2.4 pyyaml>=5.4.1 netcdf4>=1.5.3 tables==3.7.0 -skforecast==0.8.0 +skforecast==0.8.1 markupsafe==2.1.2 Jinja2<3.2 sphinx==5.3.0 diff --git a/requirements.txt b/requirements.txt index d5be2574..555bdd32 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,4 +12,4 @@ pulp>=2.4 pyyaml>=5.4.1 netcdf4>=1.5.3 tables==3.7.0 -skforecast==0.8.0 \ No newline at end of file +skforecast==0.8.1 \ No newline at end of file diff --git a/requirements_webserver.txt b/requirements_webserver.txt index a9a50be6..233a15d9 100644 --- a/requirements_webserver.txt +++ b/requirements_webserver.txt @@ -12,7 +12,7 @@ pulp>=2.4 pyyaml>=5.4.1 netcdf4>=1.5.3 tables==3.7.0 -skforecast==0.8.0 +skforecast==0.8.1 flask>=2.0.3 waitress>=2.1.1 plotly>=5.6.0 diff --git a/setup.py b/setup.py index 9a69be18..96283fbc 100644 --- a/setup.py +++ b/setup.py @@ -57,7 +57,7 @@ 'pyyaml>=5.4.1', 'netcdf4>=1.5.3', 'tables==3.7.0', - 'skforecast==0.8.0', + 'skforecast==0.8.1', ], # Optional entry_points={ # Optional 'console_scripts': [