diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml index c20b1f8..1c40cd7 100644 --- a/.github/workflows/master.yml +++ b/.github/workflows/master.yml @@ -35,7 +35,7 @@ jobs: run: sed -i 's@'$GITHUB_WORKSPACE'@/github/workspace/@g' coverage.xml - name: SonarCloud Scan - uses: sonarsource/sonarcloud-github-action@v2.0.2 + uses: sonarsource/sonarcloud-github-action@master env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} diff --git a/requirements.txt b/requirements.txt index 4a0b78b..7335392 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ slack_bolt==1.18.1 python_dotenv==1.0.1 -gunicorn==21.2.0 -flask==3.0.2 +gunicorn==22.0.0 +flask==3.0.3 requests==2.31.0 pyjwt==2.8.0 gql==3.5.0 diff --git a/tests/requirements.txt b/tests/requirements.txt index 14695e9..ce76a5e 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -1,11 +1,11 @@ slack_bolt==1.18.1 python_dotenv==1.0.1 -gunicorn==21.2.0 -flask==3.0.2 +gunicorn==22.0.0 +flask==3.0.3 requests==2.31.0 pyjwt==2.8.0 -pytest==8.0.0 -pytest-cov==4.1.0 +pytest==8.1.1 +pytest-cov==5.0.0 pytest-dotenv==0.5.2 gql==3.5.0 requests-toolbelt==1.0.0 \ No newline at end of file