Skip to content

Commit 1ed3043

Browse files
Bump piped from e15c1db to 8dbd4bf (#55)
* Bump piped from `e15c1db` to `8dbd4bf` Bumps [piped](https://github.com/FasterSpeeding/Piped) from `e15c1db` to `8dbd4bf`. - [Release notes](https://github.com/FasterSpeeding/Piped/releases) - [Commits](FasterSpeeding/Piped@e15c1db...8dbd4bf) --- updated-dependencies: - dependency-name: piped dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> * Resync piped * Freeze PR dependency changes --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: always-on-duty[bot] <120557446+always-on-duty[bot]@users.noreply.github.com>
1 parent 9f14bad commit 1ed3043

File tree

11 files changed

+19
-19
lines changed

11 files changed

+19
-19
lines changed

.github/workflows/docker-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535

3636
steps:
3737
- name: Checkout repository
38-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
38+
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
3939

4040
# Install the cosign tool except on PR
4141
# https://github.com/sigstore/cosign-installer
@@ -71,7 +71,7 @@ jobs:
7171
# https://github.com/docker/build-push-action
7272
- name: Build and push Docker image
7373
id: build-and-push
74-
uses: docker/build-push-action@5cd11c3a4ced054e52742c5fd54dca954e0edd85 # v6.7.0
74+
uses: docker/build-push-action@32945a339266b759abcbdc89316275140b0fc960 # v6.8.0
7575
with:
7676
context: .
7777
push: ${{ github.event_name != 'pull_request' }}

.github/workflows/freeze-for-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616

1717
steps:
18-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
18+
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
1919
with:
2020
submodules: "true"
2121

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ubuntu-latest
2121

2222
steps:
23-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
23+
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
2424
with:
2525
submodules: "true"
2626

.github/workflows/reformat.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515

1616
steps:
17-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
17+
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
1818
with:
1919
submodules: "true"
2020

.github/workflows/resync-piped.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616

1717
steps:
18-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
18+
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
1919
with:
2020
submodules: "true"
2121

.github/workflows/type-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ubuntu-latest
2121

2222
steps:
23-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
23+
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
2424
with:
2525
submodules: "true"
2626

.github/workflows/upgrade-locks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111

1212
steps:
13-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
13+
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
1414
with:
1515
submodules: "true"
1616

@@ -28,7 +28,7 @@ jobs:
2828
run: python -m nox -s freeze-locks
2929

3030
- name: Create Pull Request
31-
uses: peter-evans/create-pull-request@6cd32fd93684475c31847837f87bb135d40a2b79
31+
uses: peter-evans/create-pull-request@5e914681df9dc83aa4e4905692ca88beb2f9e91f
3232
with:
3333
author: "always-on-duty[bot] <120557446+always-on-duty[bot]@users.noreply.github.com>"
3434
branch: task/upgrade-deps

.github/workflows/verify-locks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-latest
1919

2020
steps:
21-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
21+
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
2222
with:
2323
submodules: "true"
2424

dev-requirements/constraints.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# This file is autogenerated by pip-compile-cross-platform
33
# To update, run:
44
#
5-
# pip-compile-cross-platform dev-requirements/constraints.in --output-file dev-requirements/constraints.txt --min-python-version 3.11,<3.13
5+
# pip-compile-cross-platform dev-requirements/constraints.in --output-file dev-requirements/constraints.txt --min-python-version 3.11,<3.13 --generate-hashes
66
#
77
certifi==2024.8.30 ; python_version >= "3.11" and python_version < "3.13" \
88
--hash=sha256:922820b53db7a7257ffbda3f597266d435245903d80737e34f8a45ff3e3230d8 \

dev-requirements/type-checking.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# This file is autogenerated by pip-compile-cross-platform
33
# To update, run:
44
#
5-
# pip-compile-cross-platform dev-requirements/type-checking.in --output-file dev-requirements/type-checking.txt --min-python-version 3.11,<3.13
5+
# pip-compile-cross-platform dev-requirements/type-checking.in --output-file dev-requirements/type-checking.txt --min-python-version 3.11,<3.13 --generate-hashes
66
#
77
annotated-types==0.7.0 ; python_version >= "3.11" and python_version < "3.13" \
88
--hash=sha256:1f02e8b43a8fbbc3f3e0d4f0f4bfc8131bcb4eebe8849b8e5c773f3a1c582a53 \
@@ -322,9 +322,9 @@ pydantic-core==2.23.4 ; python_version >= "3.11" and python_version < "3.13" \
322322
pydantic==2.9.2 ; python_version >= "3.11" and python_version < "3.13" \
323323
--hash=sha256:d155cef71265d1e9807ed1c32b4c8deec042a44a50a4188b25ac67ecd81a9c0f \
324324
--hash=sha256:f048cec7b26778210e28a0459867920654d48e5e62db0958433636cde4254f12
325-
pyright==1.1.381 ; python_version >= "3.11" and python_version < "3.13" \
326-
--hash=sha256:314cf0c1351c189524fb10c7ac20688ecd470e8cc505c394d642c9c80bf7c3a5 \
327-
--hash=sha256:5dc0aa80a265675d36abab59c674ae01dbe476714f91845b61b841d34aa99081
325+
pyright==1.1.382.post1 ; python_version >= "3.11" and python_version < "3.13" \
326+
--hash=sha256:21a4749dd1740e209f88d3a601e9f40748670d39481ea32b9d77edf7f3f1fb2e \
327+
--hash=sha256:66a5d4e83be9452853d73e9dd9e95ba0ac3061845270e4e331d0070a597d3445
328328
python-dateutil==2.9.0.post0 ; python_version >= "3.11" and python_version < "3.13" \
329329
--hash=sha256:37dd54208da7e1cd875388217d5e00ebd4179249f90fb72437e91a35459a0ad3 \
330330
--hash=sha256:a8b2bc7bffae282281c8140a97d3aa9c14da0b136dfe83f850eea9a5f7470427
@@ -346,6 +346,6 @@ typing-extensions==4.12.2 ; python_version >= "3.11" and python_version < "3.13"
346346
urllib3==2.2.3 ; python_version >= "3.11" and python_version < "3.13" \
347347
--hash=sha256:ca899ca043dcb1bafa3e262d73aa25c465bfb49e0bd9dd5d59f1d0acba2f8fac \
348348
--hash=sha256:e7d814a81dad81e6caf2ec9fdedb284ecc9c73076b62654547cc64ccdcae26e9
349-
virtualenv==20.26.5 ; python_version >= "3.11" and python_version < "3.13" \
350-
--hash=sha256:4f3ac17b81fba3ce3bd6f4ead2749a72da5929c01774948e243db9ba41df4ff6 \
351-
--hash=sha256:ce489cac131aa58f4b25e321d6d186171f78e6cb13fafbf32a840cee67733ff4
349+
virtualenv==20.26.6 ; python_version >= "3.11" and python_version < "3.13" \
350+
--hash=sha256:280aede09a2a5c317e409a00102e7077c6432c5a38f0ef938e643805a7ad2c48 \
351+
--hash=sha256:7345cc5b25405607a624d8418154577459c3e0277f5466dd79c49d5e492995f2

0 commit comments

Comments
 (0)