Skip to content

Commit

Permalink
bumped wheel, pytest and docker packages
Browse files Browse the repository at this point in the history
  • Loading branch information
prdpsvs committed Aug 10, 2023
1 parent 33add82 commit 6d72dea
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integration-tests-azure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python_version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
python_version: ["3.8", "3.9", "3.10", "3.11"]
profile: ["ci_azure_auto"]
msodbc_version: ["17", "18"]
max-parallel: 1
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
publish-docker-client:
strategy:
matrix:
python_version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
python_version: ["3.8", "3.9", "3.10", "3.11"]
docker_target: ["msodbc17", "msodbc18"]
runs-on: ubuntu-latest
permissions:
Expand All @@ -24,7 +24,7 @@ jobs:
uses: actions/checkout@v3

- name: Log in to the Container registry
uses: docker/login-action@v2.1.0
uses: docker/login-action@v2.2.0
with:
registry: ghcr.io
username: ${{ github.actor }}
Expand Down
8 changes: 4 additions & 4 deletions dev_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
pytest==7.3.1
twine==4.0.2
wheel==0.40.0
pytest==7.4.0
twine==4.1.1
wheel==0.40.1
pre-commit==2.21.0;python_version<"3.8"
pre-commit==3.3.2;python_version>="3.8"
pre-commit==3.3.3;python_version>="3.8"
pytest-dotenv==0.5.2
dbt-tests-adapter~=1.5.2
flaky==3.7.0
Expand Down

0 comments on commit 6d72dea

Please sign in to comment.