Skip to content

Commit

Permalink
Merge branch 'main' into ENG-669-deprecation-warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
varunshankar authored Nov 22, 2023
2 parents 7f304ba + ee729a7 commit 1059a32
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 14 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/security-scans.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>",]
maintainers = [ "Tom Bocklisch <[email protected]>",]
Expand Down
2 changes: 1 addition & 1 deletion rasa_sdk/version.py
Original file line number Diff line number Diff line change
@@ -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"

0 comments on commit 1059a32

Please sign in to comment.