From 69e6df2a8efe937777a2ade1b014c49eef22c238 Mon Sep 17 00:00:00 2001 From: Pradeep Srikakolapu Date: Sat, 22 Jun 2024 20:48:04 -0700 Subject: [PATCH] Updating dependencies --- .github/workflows/publish-docker.yml | 4 ++-- dev_requirements.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publish-docker.yml b/.github/workflows/publish-docker.yml index 18fd7fa..763baba 100644 --- a/.github/workflows/publish-docker.yml +++ b/.github/workflows/publish-docker.yml @@ -24,14 +24,14 @@ jobs: uses: actions/checkout@v4 - name: Log in to the Container registry - uses: docker/login-action@v3.0.0 + uses: docker/login-action@v3.2.0 with: registry: ghcr.io username: ${{ github.actor }} password: ${{ secrets.GITHUB_TOKEN }} - name: Build and push Docker image - uses: docker/build-push-action@v5.1.0 + uses: docker/build-push-action@v6.1.0 with: context: devops build-args: PYTHON_VERSION=${{ matrix.python_version }} diff --git a/dev_requirements.txt b/dev_requirements.txt index a42c6b9..cb00c65 100644 --- a/dev_requirements.txt +++ b/dev_requirements.txt @@ -5,7 +5,7 @@ git+https://github.com/dbt-labs/dbt-adapters.git git+https://github.com/dbt-labs/dbt-adapters.git#subdirectory=dbt-tests-adapter git+https://github.com/dbt-labs/dbt-common.git -pytest==8.0.1 +pytest==8.2.2 twine==5.0.0 wheel==0.42 pre-commit==3.5.0;python_version<"3.9"