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

Update dependencies. #377

Merged
merged 3 commits into from
Dec 11, 2023
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
2 changes: 2 additions & 0 deletions .github/workflows/demonet.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: demonet

on: workflow_dispatch
permissions:
contents: read

jobs:
build:
Expand Down
6 changes: 3 additions & 3 deletions ci/demonet/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Dockerfile that produces an ubuntu-based image with BMV2 and Mininet.

FROM docker.io/opennetworking/mn-stratum:latest@sha256:70de614e7877cc1ee44f5123d7da2d326f92262b8db3cf5f37ee08c81b4b7967 AS stratum
FROM docker.io/opennetworking/mn-stratum:latest@sha256:3dc917d59ed173fd56bd6c27067e40219005718a175ef77e43c99ce54ef16a1e AS stratum

FROM ubuntu:22.04@sha256:2b7412e6465c3c7fc5bb21d3e6f1917c167358449fecac8176c6e496e5c1f05f AS builder
FROM ubuntu:22.04@sha256:8eab65df33a6de2844c9aefd19efe8ddb87b7df5e9185a4ab73af936225685bb AS builder
WORKDIR /root
COPY build.sh p4switch.py ./
COPY --from=stratum /stratum_bmv2_deb.deb \
Expand All @@ -14,7 +14,7 @@ COPY --from=stratum /stratum_bmv2_deb.deb \
./stratum/
RUN ./build.sh

FROM ubuntu:22.04@sha256:2b7412e6465c3c7fc5bb21d3e6f1917c167358449fecac8176c6e496e5c1f05f
FROM ubuntu:22.04@sha256:8eab65df33a6de2844c9aefd19efe8ddb87b7df5e9185a4ab73af936225685bb
ARG BMV2_DEPS="libpcap0.8 libboost-filesystem1.74.0 libboost-program-options1.74.0 libboost-thread1.74.0"
ARG MININET_DEPS="python3 net-tools iproute2 iputils-ping socat psmisc procps ethtool iperf tcpdump telnet"
ARG OTHER_DEPS="python3-venv"
Expand Down
2 changes: 1 addition & 1 deletion ci/requirements-demonet.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Poetry (version 1.7.1) export at Sun Dec 10 16:43:53 MST 2023
# Poetry (version 1.7.1) export at Mon Dec 11 14:23:32 MST 2023
pygraphviz==1.11 ; python_version >= "3.10" and python_version < "4.0" \
--hash=sha256:a97eb5ced266f45053ebb1f2c6c6d29091690503e3a5c14be7f908b37b06f2d4
258 changes: 7 additions & 251 deletions ci/requirements-dev.txt

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion ci/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Poetry (version 1.7.1) export at Sun Dec 10 16:43:53 MST 2023
# Poetry (version 1.7.1) export at Mon Dec 11 14:23:32 MST 2023
grpcio==1.60.0 ; python_version >= "3.10" and python_version < "4.0" \
--hash=sha256:073f959c6f570797272f4ee9464a9997eaf1e98c27cb680225b82b53390d61e6 \
--hash=sha256:0fd3b3968ffe7643144580f260f04d39d869fcc2cddb745deef078b09fd2b328 \
Expand Down
476 changes: 8 additions & 468 deletions poetry.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ prometheus-client = "^0.19.0"
pylint = "^3.0.2"
pyright = "^1.1.339"
pytest = "^7.4.3"
pytest-asyncio = "^0.21.1"
pytest-asyncio = "0.21.1" # FIXME
pytest-cov = "^4.1.0"
ruff = "^0.1.7"
shellous = "^0.33.0"
Expand Down
Loading