From 68331a2b29f06475ff59cc5d8aea13da25c756a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 May 2024 01:24:09 +0000 Subject: [PATCH 1/2] --- updated-dependencies: - dependency-name: requests dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- tests/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 7335392..7583c29 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ slack_bolt==1.18.1 python_dotenv==1.0.1 gunicorn==22.0.0 flask==3.0.3 -requests==2.31.0 +requests==2.32.2 pyjwt==2.8.0 gql==3.5.0 requests-toolbelt==1.0.0 diff --git a/tests/requirements.txt b/tests/requirements.txt index ce76a5e..87583f1 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -2,7 +2,7 @@ slack_bolt==1.18.1 python_dotenv==1.0.1 gunicorn==22.0.0 flask==3.0.3 -requests==2.31.0 +requests==2.32.2 pyjwt==2.8.0 pytest==8.1.1 pytest-cov==5.0.0 From 27a8bf2be119e3bbb1a43ecffe289dcda8aa82ac Mon Sep 17 00:00:00 2001 From: petruki <31597636+petruki@users.noreply.github.com> Date: Tue, 21 May 2024 18:36:04 -0700 Subject: [PATCH 2/2] Bump version to 1.0.7 --- sonar-project.properties | 2 +- src/utils/constants.py | 2 +- tests/requirements.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sonar-project.properties b/sonar-project.properties index 79903fb..e45ac85 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=1.0.6 +sonar.projectVersion=1.0.7 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 335c34f..ae0ed2e 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"1.0.6 {RELEASE_TIME}" \ No newline at end of file +VERSION = f"1.0.7 {RELEASE_TIME}" \ No newline at end of file diff --git a/tests/requirements.txt b/tests/requirements.txt index 87583f1..d03bb1e 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -4,7 +4,7 @@ gunicorn==22.0.0 flask==3.0.3 requests==2.32.2 pyjwt==2.8.0 -pytest==8.1.1 +pytest==8.2.1 pytest-cov==5.0.0 pytest-dotenv==0.5.2 gql==3.5.0