From 7f56513a11f5ba0abb489d6cb814c744b2c12304 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Aug 2024 13:27:38 +0300 Subject: [PATCH] build(deps): bump gunicorn from 20.0.4 to 22.0.0 (#48) * 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](https://github.com/benoitc/gunicorn/compare/20.0.4...22.0.0) --- updated-dependencies: - dependency-name: gunicorn dependency-type: direct:production ... Signed-off-by: dependabot[bot] * Fix: docker-compose is not docker compose --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: alvaro.gonzalez --- .github/workflows/test.yml | 4 ++-- requirements.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 500bb0c..bed15fd 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -11,7 +11,7 @@ jobs: uses: actions/checkout@v4.1.7 - 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: | @@ -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 \ No newline at end of file + run: docker compose down diff --git a/requirements.txt b/requirements.txt index 4e4f742..6641f68 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ foca==0.13.0 -gunicorn==20.0.4 setuptools==70.0.0 +gunicorn==22.0.0