From bba912dca3b3e3859884611b3cc601030f3aaf1d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 17 Nov 2024 08:47:33 +0000 Subject: [PATCH] fix(deps): update dependencies (renov): all minor updates --- .github/workflows/issue.yml | 2 +- .github/workflows/pull-request.yml | 2 +- .github/workflows/push.yml | 4 ++-- .node-version | 2 +- Dockerfile.dev | 2 +- docker-compose.dev.yaml | 2 +- requirements.txt | 4 ++-- 7 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/issue.yml b/.github/workflows/issue.yml index bef52e9a02..f3b3a47209 100644 --- a/.github/workflows/issue.yml +++ b/.github/workflows/issue.yml @@ -18,7 +18,7 @@ jobs: name: Adding Issue Label runs-on: ubuntu-latest steps: - - uses: Renato66/auto-label@v2.3.0 + - uses: Renato66/auto-label@v2.4.0 with: repo-token: ${{ secrets.GITHUB_TOKEN }} ignore-comments: true diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 171970c82e..270a309937 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -195,7 +195,7 @@ jobs: ports: - 27017:27017 redis: - image: redis:6.0 + image: redis:6.2 options: >- --health-cmd "redis-cli ping" --health-interval 10s diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index d94f50a3d8..ccfeabe6f7 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -34,7 +34,7 @@ jobs: node-version: [22.x] services: redis: - image: redis:6.0 + image: redis:6.2 options: >- --health-cmd "redis-cli ping" --health-interval 10s @@ -112,7 +112,7 @@ jobs: echo "::add-mask::$secret" - name: Execute remote ssh commands - uses: appleboy/ssh-action@v1.0.3 + uses: appleboy/ssh-action@v1.2.0 env: INPUT_RECAPTCHA_SECRET_KEY: ${{ secrets.API_DEMO_RECAPTCHA_SECRET_KEY }} INPUT_MAIL_USERNAME: ${{ secrets.API_DEMO_MAIL_USERNAME }} diff --git a/.node-version b/.node-version index 751f4c9f38..7af24b7ddb 100644 --- a/.node-version +++ b/.node-version @@ -1 +1 @@ -v22.7.0 +22.11.0 diff --git a/Dockerfile.dev b/Dockerfile.dev index 93e0564184..59b08b62d8 100644 --- a/Dockerfile.dev +++ b/Dockerfile.dev @@ -1,5 +1,5 @@ # Stage 1: Install Dependencies -FROM node:20.10.0 AS builder +FROM node:20.18.0 AS builder WORKDIR /usr/src/app diff --git a/docker-compose.dev.yaml b/docker-compose.dev.yaml index a40aee1718..44a04984dc 100644 --- a/docker-compose.dev.yaml +++ b/docker-compose.dev.yaml @@ -50,7 +50,7 @@ services: - REDIS_PORT=6379 caddy: - image: caddy/caddy:2.2.1-alpine + image: caddy/caddy:2.8.4-alpine container_name: caddy-service restart: unless-stopped ports: diff --git a/requirements.txt b/requirements.txt index ecfd2552ef..a1e0d27876 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ -black==24.3.0 +black==24.10.0 pydocstyle==6.3.0 -pylint==2.15.10 +pylint==2.17.7 pymongo==4.3.3 getpass4==0.0.14.1 python-dotenv==0.21.1 \ No newline at end of file