Skip to content

Commit

Permalink
Closes #57 - Bumping dependencies (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
petruki authored Apr 25, 2023
1 parent fc3da39 commit 1aecdb4
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 16 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
run: sed -i 's@'$GITHUB_WORKSPACE'@/github/workspace/@g' coverage.xml

- name: SonarCloud Scan
uses: sonarsource/sonarcloud-github-action@master
uses: sonarsource/sonarcloud-github-action@v1.8
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
Expand Down
15 changes: 8 additions & 7 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
slack_bolt==1.14.3
python_dotenv==0.20.0
slack_bolt==1.17.2
python_dotenv==1.0.0
gunicorn==20.1.0
flask==2.2.2
requests==2.25.1
pyjwt==2.4.0
flask==2.2.3
requests==2.28.2
pyjwt==2.6.0
gql==3.4.0
requests-toolbelt==0.9.1
requests-toolbelt==0.10.1
certifi>=2022.12.7 # not directly required, pinned by Snyk to avoid a vulnerability
setuptools>=65.5.1 # not directly required, pinned by Snyk to avoid a vulnerability
setuptools>=65.5.1 # not directly required, pinned by Snyk to avoid a vulnerability
werkzeug>=2.2.3 # not directly required, pinned by Snyk to avoid a vulnerability
16 changes: 8 additions & 8 deletions tests/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
slack_bolt==1.14.3
python_dotenv==0.20.0
slack_bolt==1.17.2
python_dotenv==1.0.0
gunicorn==20.1.0
flask==2.2.2
requests==2.25.1
pyjwt==2.4.0
pytest==7.1.2
pytest-cov==3.0.0
flask==2.2.3
requests==2.28.2
pyjwt==2.6.0
pytest==7.3.1
pytest-cov==4.0.0
pytest-dotenv==0.5.2
gql==3.4.0
requests-toolbelt==0.9.1
requests-toolbelt==0.10.1

0 comments on commit 1aecdb4

Please sign in to comment.