From bb899069e1edda376a125ada570bb527d1769268 Mon Sep 17 00:00:00 2001 From: sancharigr Date: Fri, 4 Aug 2023 15:18:40 +0200 Subject: [PATCH] Added space to include proper text in autogenerated docs --- docs/yarn.lock | 13 ++++--------- poetry.lock | 5 +++-- pyproject.toml | 2 +- rasa/core/brokers/kafka.py | 12 ++++++++---- 4 files changed, 16 insertions(+), 16 deletions(-) diff --git a/docs/yarn.lock b/docs/yarn.lock index ac7e79bfa8e1..9734d40a53fe 100644 --- a/docs/yarn.lock +++ b/docs/yarn.lock @@ -5634,15 +5634,10 @@ caniuse-api@^3.0.0: lodash.memoize "^4.1.2" lodash.uniq "^4.5.0" -caniuse-lite@^1.0.0, caniuse-lite@^1.0.30000981, caniuse-lite@^1.0.30001109, caniuse-lite@^1.0.30001124, caniuse-lite@^1.0.30001125, caniuse-lite@^1.0.30001173: - version "1.0.30001214" - resolved "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001214.tgz" - integrity sha512-O2/SCpuaU3eASWVaesQirZv1MSjUNOvmugaD8zNSJqw6Vv5SGwoOpA9LJs3pNPfM745nxqPvfZY3MQKY4AKHYg== - -caniuse-lite@^1.0.30001219: - version "1.0.30001240" - resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001240.tgz#ec15d125b590602c8731545c5351ff054ad2d52f" - integrity sha512-nb8mDzfMdxBDN7ZKx8chWafAdBp5DAAlpWvNyUGe5tcDWd838zpzDN3Rah9cjCqhfOKkrvx40G2SDtP0qiWX/w== +caniuse-lite@^1.0.0, caniuse-lite@^1.0.30000981, caniuse-lite@^1.0.30001109, caniuse-lite@^1.0.30001124, caniuse-lite@^1.0.30001125, caniuse-lite@^1.0.30001173, caniuse-lite@^1.0.30001219: + version "1.0.30001519" + resolved "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001519.tgz" + integrity sha512-0QHgqR+Jv4bxHMp8kZ1Kn8CH55OikjKJ6JmKkZYP1F3D7w+lnFXF70nG5eNfsZS89jadi5Ywy5UCSKLAglIRkg== cardinal@^2.1.1: version "2.1.1" diff --git a/poetry.lock b/poetry.lock index c50305dd469a..7e037f5a0b5f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -4921,7 +4921,8 @@ files = [ {file = "ruamel.yaml.clib-0.2.7-cp310-cp310-win32.whl", hash = "sha256:763d65baa3b952479c4e972669f679fe490eee058d5aa85da483ebae2009d231"}, {file = "ruamel.yaml.clib-0.2.7-cp310-cp310-win_amd64.whl", hash = "sha256:d000f258cf42fec2b1bbf2863c61d7b8918d31ffee905da62dede869254d3b8a"}, {file = "ruamel.yaml.clib-0.2.7-cp311-cp311-macosx_10_9_universal2.whl", hash = "sha256:045e0626baf1c52e5527bd5db361bc83180faaba2ff586e763d3d5982a876a9e"}, - {file = "ruamel.yaml.clib-0.2.7-cp311-cp311-macosx_12_6_arm64.whl", hash = "sha256:721bc4ba4525f53f6a611ec0967bdcee61b31df5a56801281027a3a6d1c2daf5"}, + {file = "ruamel.yaml.clib-0.2.7-cp311-cp311-macosx_13_0_arm64.whl", hash = "sha256:1a6391a7cabb7641c32517539ca42cf84b87b667bad38b78d4d42dd23e957c81"}, + {file = "ruamel.yaml.clib-0.2.7-cp311-cp311-manylinux2014_aarch64.whl", hash = "sha256:9c7617df90c1365638916b98cdd9be833d31d337dbcd722485597b43c4a215bf"}, {file = "ruamel.yaml.clib-0.2.7-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl", hash = "sha256:41d0f1fa4c6830176eef5b276af04c89320ea616655d01327d5ce65e50575c94"}, {file = "ruamel.yaml.clib-0.2.7-cp311-cp311-win32.whl", hash = "sha256:f6d3d39611ac2e4f62c3128a9eed45f19a6608670c5a2f4f07f24e8de3441d38"}, {file = "ruamel.yaml.clib-0.2.7-cp311-cp311-win_amd64.whl", hash = "sha256:da538167284de58a52109a9b89b8f6a53ff8437dd6dc26d33b57bf6699153122"}, @@ -7270,4 +7271,4 @@ transformers = ["sentencepiece", "transformers"] [metadata] lock-version = "2.0" python-versions = ">=3.8,<3.11" -content-hash = "50bc9c769d9b3cfc9a614c1fe8d79826b009c4d103d3c1583f4be8c98780dee2" +content-hash = "bc8de203b25a221ec4217c8c55740abdf6a5a4a42f72943ebaa9dffbc8736484" diff --git a/pyproject.toml b/pyproject.toml index 7c630fefc570..cee39cd19ace 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -320,7 +320,7 @@ coveralls = "^3.0.1" towncrier = "^22.8.0" toml = "^0.10.0" pep440-version-utils = "^0.3.0" -pydoc-markdown = "^4.5.1" +pydoc-markdown = "^4.7.0" pytest-timeout = "^2.1.0" mypy = "^1.0.0" bandit = "^1.6.3" diff --git a/rasa/core/brokers/kafka.py b/rasa/core/brokers/kafka.py index 7183be12746a..3e6d86797417 100644 --- a/rasa/core/brokers/kafka.py +++ b/rasa/core/brokers/kafka.py @@ -63,13 +63,17 @@ def __init__( SCRAM-SHA-512. Default: `PLAIN` ssl_cafile: Optional filename of ca file to use in certificate verification. - ssl_certfile: Optional filename of file in pem format containing + + ssl_certfile : Optional filename of file in pem format containing the client certificate, as well as any ca certificates needed to establish the certificate's authenticity. - ssl_keyfile: Optional filename containing the client private key. - ssl_check_hostname: Flag to configure whether ssl handshake + + ssl_keyfile : Optional filename containing the client private key. + + ssl_check_hostname : Flag to configure whether ssl handshake should verify that the certificate matches the broker's hostname. - security_protocol: Protocol used to communicate with brokers. + + security_protocol : Protocol used to communicate with brokers. Valid values are: PLAINTEXT, SSL, SASL_PLAINTEXT, SASL_SSL. """ self.producer: Optional[Producer] = None