From a71482e75d69ab108dde8b14dc2848acaa351a7e Mon Sep 17 00:00:00 2001 From: Roger Floriano <31597636+petruki@users.noreply.github.com> Date: Thu, 19 Dec 2024 18:52:56 -0800 Subject: [PATCH] Bump slack_bolt@1.22.0 (#97) --- requirements.txt | 2 +- sonar-project.properties | 2 +- src/utils/constants.py | 2 +- tests/requirements.txt | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements.txt b/requirements.txt index 8e4bb73..025a50e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -slack_bolt==1.21.3 +slack_bolt==1.22.0 python_dotenv==1.0.1 gunicorn==23.0.0 flask==3.1.0 diff --git a/sonar-project.properties b/sonar-project.properties index f8ca69b..012e90f 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -1,6 +1,6 @@ sonar.projectKey=switcherapi_switcher-slack-app sonar.projectName=switcher-slack-app -sonar.projectVersion=2.0.1 +sonar.projectVersion=2.1.0 sonar.organization=switcherapi sonar.links.homepage=https://github.com/switcherapi/switcher-slack-app diff --git a/src/utils/constants.py b/src/utils/constants.py index fa630ad..76a8e05 100644 --- a/src/utils/constants.py +++ b/src/utils/constants.py @@ -7,4 +7,4 @@ SWITCHER_URL = os.environ.get("SWITCHER_URL") SWITCHER_API_URL = os.environ.get("SWITCHER_API_URL") RELEASE_TIME = os.environ.get("RELEASE_TIME", "latest") -VERSION = f"2.0.1 {RELEASE_TIME}" \ No newline at end of file +VERSION = f"2.1.0 {RELEASE_TIME}" \ No newline at end of file diff --git a/tests/requirements.txt b/tests/requirements.txt index 4fe5f99..7b2c203 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -1,4 +1,4 @@ -slack_bolt==1.21.3 +slack_bolt==1.22.0 python_dotenv==1.0.1 gunicorn==23.0.0 flask==3.1.0