Skip to content

Commit

Permalink
Merge branch 'main' of github.com:jheddings/wxdat into renovate/pytho…
Browse files Browse the repository at this point in the history
…n-3.x
  • Loading branch information
jheddings committed Jan 8, 2025
2 parents e0a492b + 8520132 commit 132c584
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
type=sha
- name: Set up QEMU
uses: docker/setup-qemu-action@v3.2.0
uses: docker/setup-qemu-action@v3.3.0

- name: Set up Docker Buildx
uses: docker/[email protected]
Expand All @@ -40,7 +40,7 @@ jobs:
password: ${{ secrets.DOCKER_HUB_TOKEN }}

- name: Upload image to Docker Hub
uses: docker/build-push-action@v6.10.0
uses: docker/build-push-action@v6.11.0
with:
push: ${{ github.event_name != 'pull_request' }}
platforms: linux/amd64,linux/arm64
Expand Down
10 changes: 5 additions & 5 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ sqlalchemy = "^2.0.36"
psycopg2 = "^2.9.10"
ratelimit = "^2.2.1"
pyyaml = "^6.0.2"
wamu = "^0.2.1"
wamu = "^0.3.1"

[tool.poetry.group.dev.dependencies]
pre-commit = "^4.0.1"
Expand Down

0 comments on commit 132c584

Please sign in to comment.