diff --git a/poetry.lock b/poetry.lock index 4acf6a1d7..25884b6af 100644 --- a/poetry.lock +++ b/poetry.lock @@ -216,13 +216,13 @@ tomli = "*" [[package]] name = "autots" -version = "0.6.0" +version = "0.6.6" 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.6-py3-none-any.whl", hash = "sha256:9c226e76d74549c75d9120d712f10a0b8ee23914fa5fd37d8225ebb206375ef1"}, + {file = "autots-0.6.6.tar.gz", hash = "sha256:d7b2d0c3a15786ccc67b847adf9ec1df06efdd8767c30c133251306e1d05f2a2"}, ] [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"