Skip to content
This repository was archived by the owner on Aug 29, 2026. It is now read-only.

Commit dd3c034

Browse files
dependabot[bot]mrmn2
authored andcommitted
chore: bump the pdfding group with 2 updates
Bumps the pdfding group with 2 updates: [huey](https://github.com/coleifer/huey) and [markdown](https://github.com/Python-Markdown/markdown). Updates `huey` from 3.3.0 to 3.3.2 - [Release notes](https://github.com/coleifer/huey/releases) - [Changelog](https://github.com/coleifer/huey/blob/master/CHANGELOG.md) - [Commits](coleifer/huey@3.3.0...3.3.2) Updates `markdown` from 3.10.2 to 3.10.3 - [Release notes](https://github.com/Python-Markdown/markdown/releases) - [Changelog](https://github.com/Python-Markdown/markdown/blob/master/docs/changelog.md) - [Commits](Python-Markdown/markdown@3.10.2...3.10.3) chore: bump the pdfding group with 8 updates Bumps the pdfding group with 8 updates: | Package | From | To | | --- | --- | --- | | [actions/checkout](https://github.com/actions/checkout) | `5.0.0` | `7.0.1` | | [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) | `3.6.0` | `4.2.0` | | [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) | `3.11.1` | `4.2.0` | | [docker/login-action](https://github.com/docker/login-action) | `3.6.0` | `4.6.0` | | [docker/build-push-action](https://github.com/docker/build-push-action) | `6.18.0` | `7.3.0` | | [actions/setup-python](https://github.com/actions/setup-python) | `6.0.0` | `7.0.0` | | [actions/create-github-app-token](https://github.com/actions/create-github-app-token) | `2.1.4` | `3.2.0` | | [actions/setup-node](https://github.com/actions/setup-node) | `6.0.0` | `7.0.0` | Updates `actions/checkout` from 5.0.0 to 7.0.1 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@08c6903...3d3c42e) Updates `docker/setup-qemu-action` from 3.6.0 to 4.2.0 - [Release notes](https://github.com/docker/setup-qemu-action/releases) - [Commits](docker/setup-qemu-action@2910929...96fe6ef) Updates `docker/setup-buildx-action` from 3.11.1 to 4.2.0 - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](docker/setup-buildx-action@e468171...bb05f3f) Updates `docker/login-action` from 3.6.0 to 4.6.0 - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@5e57cd1...dbcb813) Updates `docker/build-push-action` from 6.18.0 to 7.3.0 - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@2634353...53b7df9) Updates `actions/setup-python` from 6.0.0 to 7.0.0 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@e797f83...5fda3b9) Updates `actions/create-github-app-token` from 2.1.4 to 3.2.0 - [Release notes](https://github.com/actions/create-github-app-token/releases) - [Changelog](https://github.com/actions/create-github-app-token/blob/main/CHANGELOG.md) - [Commits](actions/create-github-app-token@6701853...bcd2ba4) Updates `actions/setup-node` from 6.0.0 to 7.0.0 - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](actions/setup-node@2028fbc...8207627) --- updated-dependencies: - dependency-name: huey dependency-version: 3.3.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pdfding - dependency-name: markdown dependency-version: 3.10.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pdfding - dependency-name: actions/checkout dependency-version: 7.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: pdfding - dependency-name: docker/setup-qemu-action dependency-version: 4.2.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: pdfding - dependency-name: docker/setup-buildx-action dependency-version: 4.2.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: pdfding - dependency-name: docker/login-action dependency-version: 4.6.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: pdfding - dependency-name: docker/build-push-action dependency-version: 7.3.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: pdfding - dependency-name: actions/setup-python dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: pdfding - dependency-name: actions/create-github-app-token dependency-version: 3.2.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: pdfding - dependency-name: actions/setup-node dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: pdfding ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1830651 commit dd3c034

5 files changed

Lines changed: 33 additions & 33 deletions

File tree

.github/workflows/manual_publish.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,20 +26,20 @@ jobs:
2626
name: Manual Publish
2727
runs-on: ubuntu-latest
2828
steps:
29-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v.5.0.0
29+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v.7.0.1
3030
with:
3131
ref: ${{ inputs.branch }}
3232
- name: Set up QEMU
33-
uses: docker/setup-qemu-action@29109295f81e9208d7d86ff1c6c12d2833863392 # v3.6.0
33+
uses: docker/setup-qemu-action@96fe6ef7f33517b61c61be40b68a1882f3264fb8 # v4.2.0
3434
- name: Set up Docker Buildx
35-
uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # 3.11.1
35+
uses: docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c # 4.2.0
3636
- name: Login to Docker Hub
37-
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
37+
uses: docker/login-action@dbcb813823bdd20940b903addbd779551569679f # v4.6.0
3838
with:
3939
username: mrmn
4040
password: ${{ secrets.DOCKERHUB_TOKEN }}
4141
- name: Build and push
42-
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
42+
uses: docker/build-push-action@53b7df96c91f9c12dcc8a07bcb9ccacbed38856a # v7.3.0
4343
with:
4444
context: .
4545
build-args: |

.github/workflows/release.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,18 @@ jobs:
1010
name: Publish release
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v.5.0.0
13+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v.7.0.1
1414
- name: Set up QEMU
15-
uses: docker/setup-qemu-action@29109295f81e9208d7d86ff1c6c12d2833863392 # v3.6.0
15+
uses: docker/setup-qemu-action@96fe6ef7f33517b61c61be40b68a1882f3264fb8 # v4.2.0
1616
- name: Set up Docker Buildx
17-
uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # 3.11.1
17+
uses: docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c # 4.2.0
1818
- name: Login to Docker Hub
19-
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
19+
uses: docker/login-action@dbcb813823bdd20940b903addbd779551569679f # v4.6.0
2020
with:
2121
username: mrmn
2222
password: ${{ secrets.DOCKERHUB_TOKEN }}
2323
- name: Build and push
24-
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
24+
uses: docker/build-push-action@53b7df96c91f9c12dcc8a07bcb9ccacbed38856a # v7.3.0
2525
with:
2626
context: .
2727
build-args: |
@@ -38,10 +38,10 @@ jobs:
3838
runs-on: ubuntu-latest
3939
needs: publish_release
4040
steps:
41-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
41+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
4242
with:
4343
ref: ${{ github.event.repository.default_branch }}
44-
- uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
44+
- uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0.0
4545
with:
4646
python-version: "3.13"
4747
- name: Update changelog
@@ -63,7 +63,7 @@ jobs:
6363
needs: publish_release
6464
steps:
6565
# we need to use a github app to trigger a workflow in a separate repo
66-
- uses: actions/create-github-app-token@67018539274d69449ef7c02e8e71183d1719ab42 # v2.1.4
66+
- uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3.2.0
6767
id: app-token
6868
with:
6969
app-id: ${{ vars.PDFDING_APP_ID }}

.github/workflows/tests.yaml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ jobs:
1919
name: Code quality
2020
runs-on: ubuntu-latest
2121
steps:
22-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
22+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
2323
- name: Install poetry
2424
run: pipx install poetry
2525
- name: Set up Python
26-
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
26+
uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0.0
2727
with:
2828
python-version: '3.12'
2929
cache: 'poetry'
@@ -40,11 +40,11 @@ jobs:
4040
name: Unit Tests
4141
runs-on: ubuntu-latest
4242
steps:
43-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
43+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
4444
- name: Install poetry
4545
run: pipx install poetry
4646
- name: Set up Python
47-
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
47+
uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0.0
4848
with:
4949
python-version: '3.12'
5050
cache: 'poetry'
@@ -59,11 +59,11 @@ jobs:
5959
name: E2E tests
6060
runs-on: ubuntu-latest
6161
steps:
62-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
62+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
6363
- name: Install poetry
6464
run: pipx install poetry
6565
- name: Set up Python
66-
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
66+
uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0.0
6767
with:
6868
python-version: '3.12'
6969
cache: 'poetry'
@@ -72,7 +72,7 @@ jobs:
7272
poetry install
7373
poetry run playwright install chromium
7474
- name: Set up Node
75-
uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
75+
uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
7676
with:
7777
node-version: 22
7878
cache: 'npm'
@@ -88,13 +88,13 @@ jobs:
8888
name: Publish dry run
8989
runs-on: ubuntu-latest
9090
steps:
91-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
91+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
9292
- name: Set up QEMU
93-
uses: docker/setup-qemu-action@29109295f81e9208d7d86ff1c6c12d2833863392 # v3.6.0
93+
uses: docker/setup-qemu-action@96fe6ef7f33517b61c61be40b68a1882f3264fb8 # v4.2.0
9494
- name: Set up Docker Buildx
95-
uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # 3.11.1
95+
uses: docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c # 4.2.0
9696
- name: Build
97-
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
97+
uses: docker/build-push-action@53b7df96c91f9c12dcc8a07bcb9ccacbed38856a # v7.3.0
9898
with:
9999
context: .
100100
push: false

poetry.lock

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ django = "==5.2.16"
1616
django-allauth = { extras = ["mfa", "socialaccount"], version = "==65.18.0" }
1717
django-htmx = "==1.28.0"
1818
gunicorn = "==26.0.0"
19-
huey = "==3.3.0"
20-
Markdown = "==3.10.2"
19+
huey = "==3.3.2"
20+
Markdown = "==3.10.3"
2121
minio = "==7.2.20"
2222
nh3 = "==0.3.6"
2323
psycopg2-binary = "==2.9.12"

0 commit comments

Comments
 (0)