diff --git a/.github/workflows/security-scans.yml b/.github/workflows/security-scans.yml index 9713fb3d9..93dd1a0c2 100644 --- a/.github/workflows/security-scans.yml +++ b/.github/workflows/security-scans.yml @@ -5,18 +5,6 @@ on: types: [opened, synchronize, labeled] jobs: - snyk: - runs-on: ubuntu-22.04 - steps: - - uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 - - name: Run Snyk to check for package vulnerabilities - uses: snyk/actions/python-3.8@master - continue-on-error: true - env: - SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }} - with: - command: monitor - args: --all-projects --org=rasa --skip-unresolved trivy: name: Detecting hardcoded secrets diff --git a/pyproject.toml b/pyproject.toml index 2026e20fe..4494c7b75 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ exclude = "((.eggs | .git | .mypy_cache | .pytest_cache | build | dist))" [tool.poetry] name = "rasa-sdk" -version = "3.7.0a1" +version = "3.7.0rc3" description = "Open source machine learning framework to automate text- and voice-based conversations: NLU, dialogue management, connect to Slack, Facebook, and more - Create chatbots and voice assistants" authors = [ "Rasa Technologies GmbH ",] maintainers = [ "Tom Bocklisch ",] diff --git a/rasa_sdk/version.py b/rasa_sdk/version.py index 45324effe..fe91b1bb4 100644 --- a/rasa_sdk/version.py +++ b/rasa_sdk/version.py @@ -1,3 +1,3 @@ # this file will automatically be changed, # do not add anything but the version number here! -__version__ = "3.7.0a1" +__version__ = "3.7.0rc3"