Skip to content

Commit

Permalink
Bump gunicorn from 21.2.0 to 22.0.0 in /tests (#78)
Browse files Browse the repository at this point in the history
* Bump gunicorn from 21.2.0 to 22.0.0 in /tests

Bumps [gunicorn](https://github.com/benoitc/gunicorn) from 21.2.0 to 22.0.0.
- [Release notes](https://github.com/benoitc/gunicorn/releases)
- [Commits](benoitc/gunicorn@21.2.0...22.0.0)

---
updated-dependencies:
- dependency-name: gunicorn
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>

* Bump deps - fixed CI pipeline Sonar action

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: petruki <[email protected]>
  • Loading branch information
dependabot[bot] and petruki committed Apr 17, 2024
1 parent 738fed5 commit 565e4f3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down
8 changes: 4 additions & 4 deletions tests/requirements.txt
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 565e4f3

Please sign in to comment.