Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump piped from e4f43f8 to d676d7a #34

Merged
merged 3 commits into from
Apr 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@cd7d8d697e10461458bc61a30d094dc601a8b017
uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f

# Install the cosign tool except on PR
# https://github.com/sigstore/cosign-installer
- name: Install cosign
if: github.event_name != 'pull_request'
uses: sigstore/cosign-installer@e1523de7571e31dbe865fd2e80c5c7c23ae71eb4 #v3.4.0
uses: sigstore/cosign-installer@59acb6260d9c0ba8f4a2f9d9b48431a222b68e20 #v3.5.0

# Set up BuildKit Docker container builder to be able to build
# multi-platform images and export cache
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/freeze-for-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@cd7d8d697e10461458bc61a30d094dc601a8b017
- uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f
with:
submodules: "true"

Expand All @@ -32,7 +32,7 @@ jobs:
- name: Upgrade dependency locks
run: python -m nox -s freeze-locks bot-package-diff

- uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3
- uses: actions/upload-artifact@1746f4ab65b179e0ea60a494b83293b640dd5bba
with:
name: gogo.patch
path: gogo.patch
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@cd7d8d697e10461458bc61a30d094dc601a8b017
- uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f
with:
submodules: "true"

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/reformat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@cd7d8d697e10461458bc61a30d094dc601a8b017
- uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f
with:
submodules: "true"

Expand All @@ -31,7 +31,7 @@ jobs:
- name: Reformat
run: python -m nox -s reformat bot-package-diff

- uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3
- uses: actions/upload-artifact@1746f4ab65b179e0ea60a494b83293b640dd5bba
with:
name: gogo.patch
path: gogo.patch
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/resync-piped.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@cd7d8d697e10461458bc61a30d094dc601a8b017
- uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f
with:
submodules: "true"

Expand All @@ -32,7 +32,7 @@ jobs:
- name: Resync Piped
run: python -m nox -s copy-piped bot-package-diff

- uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3
- uses: actions/upload-artifact@1746f4ab65b179e0ea60a494b83293b640dd5bba
with:
name: gogo.patch
path: gogo.patch
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/type-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@cd7d8d697e10461458bc61a30d094dc601a8b017
- uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f
with:
submodules: "true"

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/upgrade-locks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@cd7d8d697e10461458bc61a30d094dc601a8b017
- uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f
with:
submodules: "true"

Expand All @@ -28,7 +28,7 @@ jobs:
run: python -m nox -s freeze-locks

- name: Create Pull Request
uses: peter-evans/create-pull-request@70a41aba780001da0a30141984ae2a0c95d8704e
uses: peter-evans/create-pull-request@9153d834b60caba6d51c9b9510b087acf9f33f83
with:
author: "always-on-duty[bot] <120557446+always-on-duty[bot]@users.noreply.github.com>"
branch: task/upgrade-deps
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/verify-locks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@cd7d8d697e10461458bc61a30d094dc601a8b017
- uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f
with:
submodules: "true"

Expand Down
18 changes: 9 additions & 9 deletions dev-requirements/type-checking.txt
Original file line number Diff line number Diff line change
Expand Up @@ -220,9 +220,9 @@ mypy==1.9.0 ; python_version >= "3.11" and python_version < "3.13" \
nodeenv==1.8.0 ; python_version >= "3.11" and python_version < "3.13" \
--hash=sha256:d51e0c37e64fbf47d017feac3145cdbb58836d7eee8c6f6d3b6880c5456227d2 \
--hash=sha256:df865724bb3c3adc86b3876fa209771517b0cfe596beff01a92700e0e8be4cec
nox==2024.3.2 ; python_version >= "3.11" and python_version < "3.13" \
--hash=sha256:e53514173ac0b98dd47585096a55572fe504fecede58ced708979184d05440be \
--hash=sha256:f521ae08a15adbf5e11f16cb34e8d0e6ea521e0b92868f684e91677deb974553
nox==2024.4.15 ; python_version >= "3.11" and python_version < "3.13" \
--hash=sha256:6492236efa15a460ecb98e7b67562a28b70da006ab0be164e8821177577c0565 \
--hash=sha256:ecf6700199cdfa9e5ea0a41ff5e6ef4641d09508eda6edb89d9987864115817f
packaging==24.0 ; python_version >= "3.11" and python_version < "3.13" \
--hash=sha256:2ddfb553fdf02fb784c234c7ba6ccc288296ceabec964ad2eae3777778130bc5 \
--hash=sha256:eb82c5e3e56209074766e6885bb04b8c38a0c015d0a30036ebe7ece34c9989e9
Expand Down Expand Up @@ -312,9 +312,9 @@ pydantic-core==2.18.1 ; python_version >= "3.11" and python_version < "3.13" \
pydantic==2.7.0 ; python_version >= "3.11" and python_version < "3.13" \
--hash=sha256:9dee74a271705f14f9a1567671d144a851c675b072736f0a7b2608fd9e495352 \
--hash=sha256:b5ecdd42262ca2462e2624793551e80911a1e989f462910bb81aef974b4bb383
pyright==1.1.358 ; python_version >= "3.11" and python_version < "3.13" \
--hash=sha256:0995b6a95eb11bd26f093cd5dee3d5e7258441b1b94d4a171b5dc5b79a1d4f4e \
--hash=sha256:185524a8d52f6f14bbd3b290b92ad905f25b964dddc9e7148aad760bd35c9f60
pyright==1.1.359 ; python_version >= "3.11" and python_version < "3.13" \
--hash=sha256:5582777be7eab73512277ac7da7b41e15bc0737f488629cb9babd96e0769be61 \
--hash=sha256:f0eab50f3dafce8a7302caeafd6a733f39901a2bf5170bb23d77fd607c8a8dbc
python-dateutil==2.9.0.post0 ; python_version >= "3.11" and python_version < "3.13" \
--hash=sha256:37dd54208da7e1cd875388217d5e00ebd4179249f90fb72437e91a35459a0ad3 \
--hash=sha256:a8b2bc7bffae282281c8140a97d3aa9c14da0b136dfe83f850eea9a5f7470427
Expand All @@ -339,6 +339,6 @@ typing-extensions==4.11.0 ; python_version >= "3.11" and python_version < "3.13"
urllib3==2.2.1 ; python_version >= "3.11" and python_version < "3.13" \
--hash=sha256:450b20ec296a467077128bff42b73080516e71b56ff59a60a02bef2232c4fa9d \
--hash=sha256:d0570876c61ab9e520d776c38acbbb5b05a776d3f9ff98a5c8fd5162a444cf19
virtualenv==20.25.1 ; python_version >= "3.11" and python_version < "3.13" \
--hash=sha256:961c026ac520bac5f69acb8ea063e8a4f071bcc9457b9c1f28f6b085c511583a \
--hash=sha256:e08e13ecdca7a0bd53798f356d5831434afa5b07b93f0abdf0797b7a06ffe197
virtualenv==20.25.3 ; python_version >= "3.11" and python_version < "3.13" \
--hash=sha256:7bb554bbdfeaacc3349fa614ea5bff6ac300fc7c335e9facf3a3bcfc703f45be \
--hash=sha256:8aac4332f2ea6ef519c648d0bc48a5b1d324994753519919bddbb1aff25a104e
2 changes: 1 addition & 1 deletion piped
Submodule piped updated 38 files
+2 −2 .github/workflows/docker-publish.yml
+2 −2 .github/workflows/freeze-for-pr.yml
+1 −1 .github/workflows/lint.yml
+2 −2 .github/workflows/reformat.yml
+2 −2 .github/workflows/resync-piped.yml
+1 −1 .github/workflows/type-check.yml
+2 −2 .github/workflows/update-licence.yml
+2 −2 .github/workflows/upgrade-locks.yml
+1 −1 .github/workflows/verify-locks.yml
+1 −1 Dockerfile
+98 −98 bot/requirements.txt
+32 −32 dev-requirements/flake8.txt
+116 −116 dev-requirements/type-checking.txt
+1 −1 github/actions/clippy.yml
+2 −2 github/actions/docker-publish.yml
+2 −2 github/actions/freeze-for-pr.yml
+1 −1 github/actions/lint.yml
+1 −1 github/actions/pr-docs.yml
+1 −1 github/actions/publish.yml
+3 −3 github/actions/py-test.yml
+2 −2 github/actions/reformat.yml
+2 −2 github/actions/release-docs.yml
+2 −2 github/actions/resync-piped.yml
+2 −2 github/actions/rustfmt.yml
+1 −1 github/actions/type-check.yml
+2 −2 github/actions/update-licence.yml
+2 −2 github/actions/upgrade-locks.yml
+1 −1 github/actions/verify-locks.yml
+1 −1 github/actions/verify-types.yml
+118 −118 python/base-requirements/docs.txt
+103 −103 python/base-requirements/freeze-locks.txt
+67 −70 python/base-requirements/library-flake8.txt
+3 −3 python/base-requirements/lint.txt
+98 −98 python/base-requirements/nox.txt
+6 −6 python/base-requirements/publish.txt
+58 −67 python/base-requirements/reformat.txt
+6 −6 python/base-requirements/tests.txt
+9 −9 python/base-requirements/type-checking.txt
Loading