From 2df8fd02f1f5e1cc85ee80426fd03d9271018ab6 Mon Sep 17 00:00:00 2001 From: jianquanye Date: Wed, 19 Jul 2023 17:45:06 +0800 Subject: [PATCH 1/2] [sonic-mgmt docker image] Upgrade celery in the python3 to 5.2.7, upgrade ipython to 8.13.0 --- dockers/docker-sonic-mgmt/Dockerfile.j2 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/dockers/docker-sonic-mgmt/Dockerfile.j2 b/dockers/docker-sonic-mgmt/Dockerfile.j2 index f110d8baa82..3f96e48258e 100755 --- a/dockers/docker-sonic-mgmt/Dockerfile.j2 +++ b/dockers/docker-sonic-mgmt/Dockerfile.j2 @@ -46,7 +46,7 @@ RUN pip3 install aiohttp \ azure-kusto-data \ azure-kusto-ingest \ defusedxml \ - celery[redis]==4.4.7 \ + celery[redis]==5.2.7 \ cffi \ contextlib2==0.6.0.post1 \ cryptography==3.3.2 \ @@ -54,7 +54,7 @@ RUN pip3 install aiohttp \ "future>=0.16.0" \ gitpython \ ipaddr \ - ipython==5.4.1 \ + ipython==8.13.0 \ ixnetwork-restpy==1.0.64 \ ixnetwork-open-traffic-generator==0.0.79 \ jinja2==2.10.1 \ @@ -280,7 +280,7 @@ RUN python3 -m pip install aiohttp \ azure-kusto-data \ azure-kusto-ingest \ defusedxml \ - celery[redis]==4.4.7 \ + celery[redis]==5.2.7 \ cffi \ contextlib2==0.6.0.post1 \ cryptography==3.3.2 \ @@ -288,7 +288,7 @@ RUN python3 -m pip install aiohttp \ "future>=0.16.0" \ gitpython \ ipaddr \ - ipython==5.4.1 \ + ipython==8.13.0 \ ixnetwork-restpy==1.0.64 \ ixnetwork-open-traffic-generator==0.0.79 \ jinja2==2.10.1 \ From d3fbec65ed2ba6566bac7f5ecc13aa6721a6383c Mon Sep 17 00:00:00 2001 From: jianquanye Date: Thu, 20 Jul 2023 09:27:38 +0800 Subject: [PATCH 2/2] Modify ipython to 8.12.2 since 8.13.0 is yanked --- dockers/docker-sonic-mgmt/Dockerfile.j2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dockers/docker-sonic-mgmt/Dockerfile.j2 b/dockers/docker-sonic-mgmt/Dockerfile.j2 index 3f96e48258e..2a48616d853 100755 --- a/dockers/docker-sonic-mgmt/Dockerfile.j2 +++ b/dockers/docker-sonic-mgmt/Dockerfile.j2 @@ -54,7 +54,7 @@ RUN pip3 install aiohttp \ "future>=0.16.0" \ gitpython \ ipaddr \ - ipython==8.13.0 \ + ipython==8.12.2 \ ixnetwork-restpy==1.0.64 \ ixnetwork-open-traffic-generator==0.0.79 \ jinja2==2.10.1 \ @@ -288,7 +288,7 @@ RUN python3 -m pip install aiohttp \ "future>=0.16.0" \ gitpython \ ipaddr \ - ipython==8.13.0 \ + ipython==8.12.2 \ ixnetwork-restpy==1.0.64 \ ixnetwork-open-traffic-generator==0.0.79 \ jinja2==2.10.1 \