Skip to content

Commit

Permalink
deps/py: Update aidocker and remove workaround (#35327)
Browse files Browse the repository at this point in the history

Signed-off-by: Ryan Northey <[email protected]>
  • Loading branch information
phlax authored Jul 22, 2024
1 parent aebe271 commit ec2ab0c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions tools/base/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ abstracts>=0.0.12
aio.api.bazel
aio.api.github>=0.2.5
aio.core>=0.10.2
aiodocker>=0.22.2
aiohttp>=3.8.1
aioquic>=0.9.21
cffi>=1.15.0
Expand Down
7 changes: 4 additions & 3 deletions tools/base/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -76,10 +76,11 @@ aio-run-runner==0.3.3 \
# envoy-github-abstract
# envoy-github-release
# envoy-gpg-sign
aiodocker==0.22.1 \
--hash=sha256:4e42d6e6cbf8f2afb431b77208be0f7e81d07eb38c8176f18d58761115b2acf5 \
--hash=sha256:fb969fdf2ac574d800ddf132940e0337fe459e191b8024ef66ec8328effa63ce
aiodocker==0.22.2 \
--hash=sha256:8730795a817836d22df36efb04dc0f07c09f5f66b61dac539a7e436d6f4e1af0 \
--hash=sha256:ac16c9e13c01446a57b32481edca3557cdb8678fe19bb1d2debfe0cb7dc2ab29
# via
# -r requirements.in
# envoy-distribution-distrotest
# envoy-distribution-verify
# envoy-docker-utils
Expand Down
1 change: 0 additions & 1 deletion tools/distribution/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ envoy_entry_point(
envoy_entry_point(
name = "verify",
pkg = "envoy.distribution.verify",
deps = [requirement("typing-extensions")],
)

envoy_pytool_binary(
Expand Down

0 comments on commit ec2ab0c

Please sign in to comment.