Merge bitcoin/bitcoin#36051: ci: use ruff 0.16.x

9d0c38db74 ci: use mypy 2.3.1 (fanquake)
7a53beca06 ci: use pyzmq 27.2.0 (fanquake)
f29f076f3c ci: use ruff 16 (fanquake)

Pull request description:

  Also use mypy `2.3.1` and pyzmq `27.2.0`.

ACKs for top commit:
  willcl-ark:
    ACK 9d0c38db74
  janb84:
    ACK 9d0c38db74
  maflcko:
    lgtm ACK 9d0c38db74

Tree-SHA512: 819fa465d34dd1c3de1753f4b7227a2f7217b108b5a4e4d3ff0527d2273140c9c0bf973b9fc8c60791bfe89dc1e7ed0fa17da8797cebe74fafb3a0b810c603bf
This commit is contained in:
merge-script
2026-08-21 13:40:23 +01:00
2 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
# lief version should match the version used in Guix
lief==0.17.5
mypy==2.3.0
pyzmq==27.1.0
mypy==2.3.1
pyzmq==27.2.0

View File

@@ -10,7 +10,7 @@ FROM mirror.gcr.io/ubuntu:26.04
# https://docs.astral.sh/uv/reference/policies/versioning/
# https://docs.astral.sh/ruff/versioning/
COPY --from=ghcr.io/astral-sh/uv:0.11 /uv /uvx /bin/
COPY --from=ghcr.io/astral-sh/ruff:0.15 /ruff /bin/
COPY --from=ghcr.io/astral-sh/ruff:0.16 /ruff /bin/
COPY ./ci/retry/retry /ci_retry
COPY ./.python-version /.python-version