From decbd08b8149c095ed3c7a01c23f4c5785d18ea9 Mon Sep 17 00:00:00 2001 From: GitHub CI Date: Fri, 25 Aug 2023 10:26:45 +0000 Subject: [PATCH] AUTO docusaurus 20230825 --- CHANGELOG.mdx | 7 +++++++ docs/docs/changelog.mdx | 7 +++++++ docs/docs/sources/rasa_interactive___help.txt | 2 +- docs/docs/sources/rasa_shell___help.txt | 2 +- poetry.lock | 1 + pyproject.toml | 4 ++-- 6 files changed, 19 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.mdx b/CHANGELOG.mdx index a7f7ef724426..a376979a92b9 100644 --- a/CHANGELOG.mdx +++ b/CHANGELOG.mdx @@ -16,6 +16,13 @@ https://github.com/RasaHQ/rasa/tree/main/changelog/ . --> +## [3.6.6] - 2023-08-23 + +Rasa 3.6.6 (2023-08-23) +### Bugfixes +- [#12755](https://github.com/rasahq/rasa/issues/12755): Updated setuptools and wheel to address security vulnerabilities. + + ## [3.6.5] - 2023-08-17 Rasa 3.6.5 (2023-08-17) diff --git a/docs/docs/changelog.mdx b/docs/docs/changelog.mdx index a7f7ef724426..a376979a92b9 100644 --- a/docs/docs/changelog.mdx +++ b/docs/docs/changelog.mdx @@ -16,6 +16,13 @@ https://github.com/RasaHQ/rasa/tree/main/changelog/ . --> +## [3.6.6] - 2023-08-23 + +Rasa 3.6.6 (2023-08-23) +### Bugfixes +- [#12755](https://github.com/rasahq/rasa/issues/12755): Updated setuptools and wheel to address security vulnerabilities. + + ## [3.6.5] - 2023-08-17 Rasa 3.6.5 (2023-08-17) diff --git a/docs/docs/sources/rasa_interactive___help.txt b/docs/docs/sources/rasa_interactive___help.txt index 9d2553a16343..c9b005eff841 100644 --- a/docs/docs/sources/rasa_interactive___help.txt +++ b/docs/docs/sources/rasa_interactive___help.txt @@ -39,7 +39,7 @@ options: --conversation-id CONVERSATION_ID Specify the id of the conversation the messages are in. Defaults to a UUID that will be randomly - generated. (default: c06af1be2a214157891c3f7ef678dbc1) + generated. (default: 8c645882ac2a4c34948282a7209f5c1b) --endpoints ENDPOINTS Configuration file for the model server and the connectors as a yml file. (default: endpoints.yml) diff --git a/docs/docs/sources/rasa_shell___help.txt b/docs/docs/sources/rasa_shell___help.txt index d96e1576c537..a21dbb943105 100644 --- a/docs/docs/sources/rasa_shell___help.txt +++ b/docs/docs/sources/rasa_shell___help.txt @@ -30,7 +30,7 @@ options: -h, --help show this help message and exit --conversation-id CONVERSATION_ID Set the conversation ID. (default: - 343dd043cff942f8a45d94f8edcc2c7b) + 1d482ae9279d4a3584db8c458ffea8fc) -m MODEL, --model MODEL Path to a trained Rasa model. If a directory is specified, it will use the latest model in this diff --git a/poetry.lock b/poetry.lock index 1376be320001..3293d167def1 100644 --- a/poetry.lock +++ b/poetry.lock @@ -4798,6 +4798,7 @@ prompt-toolkit = ">=3.0,<3.0.29" "ruamel.yaml" = ">=0.16.5,<0.18.0" sanic = ">=21.12.0,<22.0.0" Sanic-Cors = ">=2.0.0,<3.0.0" +setuptools = ">=65.5.1" typing-extensions = ">=4.1.1,<5.0.0" websockets = ">=10.0,<12.0" diff --git a/pyproject.toml b/pyproject.toml index 574c08ae76c8..e2998539c02f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -132,7 +132,7 @@ psycopg2-binary = ">=2.8.2,<2.10.0" python-dateutil = "~2.8" protobuf = ">=4.23.3,< 4.23.4" tensorflow_hub = "^0.13.0" -setuptools = ">=41.0.0" +setuptools = ">=65.5.1" ujson = ">=1.35,<6.0" regex = ">=2020.6,<2022.11" joblib = ">=0.15.1,<1.3.0" @@ -154,7 +154,7 @@ structlog-sentry = "^2.0.2" # pin dnspython to avoid dependency incompatibility # in order to fix https://rasahq.atlassian.net/browse/ATO-1419 dnspython = "2.3.0" - +wheel = ">=0.38.1" [[tool.poetry.dependencies.tensorflow-io-gcs-filesystem]] version = "==0.31" markers = "sys_platform == 'win32'"