Skip to content

Commit

Permalink
build(deps): bump gunicorn from 20.0.4 to 22.0.0 (#48)
Browse files Browse the repository at this point in the history
* build(deps): bump gunicorn from 20.0.4 to 22.0.0

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

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

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

* Fix: docker-compose is not docker compose

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: alvaro.gonzalez <[email protected]>
  • Loading branch information
dependabot[bot] and lvarin authored Aug 6, 2024
1 parent 194ee78 commit 7f56513
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
uses: actions/[email protected]

- name: Build and run Docker Compose
run: docker-compose up --build -d
run: docker compose up --build -d

- name: Wait for the services to be ready
run: |
Expand Down Expand Up @@ -42,4 +42,4 @@ jobs:
DRS_FILER_URL: http://localhost:8080/ga4gh/drs/v1

- name: Stop and remove Docker Compose services
run: docker-compose down
run: docker compose down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
foca==0.13.0
gunicorn==20.0.4
setuptools==70.0.0
gunicorn==22.0.0

0 comments on commit 7f56513

Please sign in to comment.