diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index c73097c..8e96ffb 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -35,7 +35,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 + uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # Install the cosign tool except on PR # https://github.com/sigstore/cosign-installer @@ -71,7 +71,7 @@ jobs: # https://github.com/docker/build-push-action - name: Build and push Docker image id: build-and-push - uses: docker/build-push-action@5cd11c3a4ced054e52742c5fd54dca954e0edd85 # v6.7.0 + uses: docker/build-push-action@32945a339266b759abcbdc89316275140b0fc960 # v6.8.0 with: context: . push: ${{ github.event_name != 'pull_request' }} diff --git a/.github/workflows/freeze-for-pr.yml b/.github/workflows/freeze-for-pr.yml index 0da6ff0..d9ad76a 100644 --- a/.github/workflows/freeze-for-pr.yml +++ b/.github/workflows/freeze-for-pr.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 + - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 with: submodules: "true" diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index fe3b34f..21f11c4 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -20,7 +20,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 + - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 with: submodules: "true" diff --git a/.github/workflows/reformat.yml b/.github/workflows/reformat.yml index 676182f..a5c90be 100644 --- a/.github/workflows/reformat.yml +++ b/.github/workflows/reformat.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 + - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 with: submodules: "true" diff --git a/.github/workflows/resync-piped.yml b/.github/workflows/resync-piped.yml index 8847f98..791a44a 100644 --- a/.github/workflows/resync-piped.yml +++ b/.github/workflows/resync-piped.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 + - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 with: submodules: "true" diff --git a/.github/workflows/type-check.yml b/.github/workflows/type-check.yml index 6d2080c..1376689 100644 --- a/.github/workflows/type-check.yml +++ b/.github/workflows/type-check.yml @@ -20,7 +20,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 + - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 with: submodules: "true" diff --git a/.github/workflows/upgrade-locks.yml b/.github/workflows/upgrade-locks.yml index 2813561..660c2dc 100644 --- a/.github/workflows/upgrade-locks.yml +++ b/.github/workflows/upgrade-locks.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 + - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 with: submodules: "true" @@ -28,7 +28,7 @@ jobs: run: python -m nox -s freeze-locks - name: Create Pull Request - uses: peter-evans/create-pull-request@6cd32fd93684475c31847837f87bb135d40a2b79 + uses: peter-evans/create-pull-request@5e914681df9dc83aa4e4905692ca88beb2f9e91f with: author: "always-on-duty[bot] <120557446+always-on-duty[bot]@users.noreply.github.com>" branch: task/upgrade-deps diff --git a/.github/workflows/verify-locks.yml b/.github/workflows/verify-locks.yml index 60965bd..36e5f10 100644 --- a/.github/workflows/verify-locks.yml +++ b/.github/workflows/verify-locks.yml @@ -18,7 +18,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 + - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 with: submodules: "true" diff --git a/dev-requirements/constraints.txt b/dev-requirements/constraints.txt index 634dc4c..a966638 100644 --- a/dev-requirements/constraints.txt +++ b/dev-requirements/constraints.txt @@ -2,7 +2,7 @@ # This file is autogenerated by pip-compile-cross-platform # To update, run: # -# pip-compile-cross-platform dev-requirements/constraints.in --output-file dev-requirements/constraints.txt --min-python-version 3.11,<3.13 +# pip-compile-cross-platform dev-requirements/constraints.in --output-file dev-requirements/constraints.txt --min-python-version 3.11,<3.13 --generate-hashes # certifi==2024.8.30 ; python_version >= "3.11" and python_version < "3.13" \ --hash=sha256:922820b53db7a7257ffbda3f597266d435245903d80737e34f8a45ff3e3230d8 \ diff --git a/dev-requirements/type-checking.txt b/dev-requirements/type-checking.txt index a4f5d89..c761ff1 100644 --- a/dev-requirements/type-checking.txt +++ b/dev-requirements/type-checking.txt @@ -2,7 +2,7 @@ # This file is autogenerated by pip-compile-cross-platform # To update, run: # -# pip-compile-cross-platform dev-requirements/type-checking.in --output-file dev-requirements/type-checking.txt --min-python-version 3.11,<3.13 +# 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 # annotated-types==0.7.0 ; python_version >= "3.11" and python_version < "3.13" \ --hash=sha256:1f02e8b43a8fbbc3f3e0d4f0f4bfc8131bcb4eebe8849b8e5c773f3a1c582a53 \ @@ -322,9 +322,9 @@ pydantic-core==2.23.4 ; python_version >= "3.11" and python_version < "3.13" \ pydantic==2.9.2 ; python_version >= "3.11" and python_version < "3.13" \ --hash=sha256:d155cef71265d1e9807ed1c32b4c8deec042a44a50a4188b25ac67ecd81a9c0f \ --hash=sha256:f048cec7b26778210e28a0459867920654d48e5e62db0958433636cde4254f12 -pyright==1.1.381 ; python_version >= "3.11" and python_version < "3.13" \ - --hash=sha256:314cf0c1351c189524fb10c7ac20688ecd470e8cc505c394d642c9c80bf7c3a5 \ - --hash=sha256:5dc0aa80a265675d36abab59c674ae01dbe476714f91845b61b841d34aa99081 +pyright==1.1.382.post1 ; python_version >= "3.11" and python_version < "3.13" \ + --hash=sha256:21a4749dd1740e209f88d3a601e9f40748670d39481ea32b9d77edf7f3f1fb2e \ + --hash=sha256:66a5d4e83be9452853d73e9dd9e95ba0ac3061845270e4e331d0070a597d3445 python-dateutil==2.9.0.post0 ; python_version >= "3.11" and python_version < "3.13" \ --hash=sha256:37dd54208da7e1cd875388217d5e00ebd4179249f90fb72437e91a35459a0ad3 \ --hash=sha256:a8b2bc7bffae282281c8140a97d3aa9c14da0b136dfe83f850eea9a5f7470427 @@ -346,6 +346,6 @@ typing-extensions==4.12.2 ; python_version >= "3.11" and python_version < "3.13" urllib3==2.2.3 ; python_version >= "3.11" and python_version < "3.13" \ --hash=sha256:ca899ca043dcb1bafa3e262d73aa25c465bfb49e0bd9dd5d59f1d0acba2f8fac \ --hash=sha256:e7d814a81dad81e6caf2ec9fdedb284ecc9c73076b62654547cc64ccdcae26e9 -virtualenv==20.26.5 ; python_version >= "3.11" and python_version < "3.13" \ - --hash=sha256:4f3ac17b81fba3ce3bd6f4ead2749a72da5929c01774948e243db9ba41df4ff6 \ - --hash=sha256:ce489cac131aa58f4b25e321d6d186171f78e6cb13fafbf32a840cee67733ff4 +virtualenv==20.26.6 ; python_version >= "3.11" and python_version < "3.13" \ + --hash=sha256:280aede09a2a5c317e409a00102e7077c6432c5a38f0ef938e643805a7ad2c48 \ + --hash=sha256:7345cc5b25405607a624d8418154577459c3e0277f5466dd79c49d5e492995f2 diff --git a/piped b/piped index e15c1db..8dbd4bf 160000 --- a/piped +++ b/piped @@ -1 +1 @@ -Subproject commit e15c1db8138810919be49bf74c3d1b2cebc7eddd +Subproject commit 8dbd4bf119a77b403db02f254b212de7dfef5316