From 7ab805b62171b3c9c91fa88556f16f13c90b6200 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Dec 2023 21:04:40 +0000 Subject: [PATCH] Bump autots from 0.6.0 to 0.6.5 Bumps [autots](https://github.com/winedarksea/AutoTS) from 0.6.0 to 0.6.5. - [Release notes](https://github.com/winedarksea/AutoTS/releases) - [Commits](https://github.com/winedarksea/AutoTS/compare/0.6.0...0.6.5) --- updated-dependencies: - dependency-name: autots dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/poetry.lock b/poetry.lock index 4acf6a1d7..cf70e164c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -216,13 +216,13 @@ tomli = "*" [[package]] name = "autots" -version = "0.6.0" +version = "0.6.5" description = "Automated Time Series Forecasting" optional = false python-versions = ">=3.6" files = [ - {file = "autots-0.6.0-py3-none-any.whl", hash = "sha256:9226d70d9b5f52fc84b5f39f15985f2c022d1e7d18ee563c8856c9ea9dd7d4a4"}, - {file = "autots-0.6.0.tar.gz", hash = "sha256:ed85b511e70d32bfe2230f653c4133c626061b25f24f2d193f49288275e0b070"}, + {file = "autots-0.6.5-py3-none-any.whl", hash = "sha256:618454fe693fd43d9aa6d3822b4a39e93de725466cbe7dc241c3e63bb538ec25"}, + {file = "autots-0.6.5.tar.gz", hash = "sha256:9bf4fabe8982cbb6d1b29b3f1062ac251b87d13e5a6fa3a09548bbcb91fe6cf6"}, ] [package.dependencies] @@ -232,7 +232,7 @@ scikit-learn = ">=0.20.0" statsmodels = ">=0.10.0" [package.extras] -additional = ["arch", "bottleneck", "fredapi", "holidays (>=0.9)", "joblib", "lightgbm", "matplotlib", "numexpr", "prophet (>=0.4.0)", "pytrends", "requests", "scipy", "tensorflow", "xgboost", "yfinance"] +additional = ["arch", "bottleneck", "fredapi", "holidays (>=0.9)", "joblib", "lightgbm", "matplotlib", "numexpr", "prophet (>=0.4.0)", "pytrends", "requests", "scipy", "seaborn", "tensorflow", "xgboost (>=1.6)", "yfinance"] [[package]] name = "babel"