Skip to content

Commit

Permalink
Merge pull request #103 from rwxd/renovate/all-non-major-updates
Browse files Browse the repository at this point in the history
fix(deps): update all non-major dependencies
  • Loading branch information
rwxd authored Oct 6, 2024
2 parents be70f76 + b8390c1 commit 7175cb3
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:

- name: Extract metadata (tags, labels) for Docker
id: meta
uses: docker/metadata-action@v4.0.1
uses: docker/metadata-action@v4.6.0
with:
# list of Docker images to use as base name for tags
images: |
Expand Down Expand Up @@ -91,7 +91,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build and push master Docker image
uses: docker/build-push-action@v3.0.0
uses: docker/build-push-action@v3.3.1
with:
context: .
push: ${{ github.event_name == 'push' && (startsWith(github.ref, 'refs/tags') || github.ref == 'main') }}
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.11-alpine
FROM python:3.12-alpine

WORKDIR /app

Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
pre-commit==3.1.1
pre-commit==3.8.0
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
readwise==1.1.0
requests==2.31.0
rich==13.3.2
typer==0.8.0
requests==2.32.3
rich==13.9.2
typer==0.12.5

0 comments on commit 7175cb3

Please sign in to comment.