Rebuild image to fix CVE
PROD-37264

Change-Id: Ic1a9ad6479e20b8ae8d304137d3ece2feca14f78
diff --git a/Dockerfile b/Dockerfile
index 9876505..7d3a928 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -31,11 +31,11 @@
 RUN apt-get update && apt-get  upgrade -y && \
     apt-get install -y build-essential curl git-core iputils-ping libffi-dev libldap2-dev libsasl2-dev libssl-dev patch vim-tiny wget \
     python2.7 python2.7-dev python3.8 python3.8-dev python3-pip \
-    && pip install --upgrade pip setuptools>=65.5.1 wheel>=0.38.0 \
+    && pip install --upgrade pip setuptools wheel \
     && apt-mark manual python3 python3-pip \
     # tox==3.25.1 the latest version which supports python2.7 properly
     # the same for virtualenv==20.21.0
-    && pip install -U tox==3.25.1 virtualenv==20.21.0
+    && pip install -U tox==3.25.1 virtualenv==20.15.1
 RUN tox --recreate \
 # Cleanup
     && apt-get -y purge libx11-data xauth libxmuu1 libxcb1 libx11-6 libxext6 ppp pppconfig pppoeconf popularity-contest cpp gcc g++ libssl-doc && \
diff --git a/test_set/cvp-sanity/requirements.txt b/test_set/cvp-sanity/requirements.txt
index b0980b8..6eb52ca 100644
--- a/test_set/cvp-sanity/requirements.txt
+++ b/test_set/cvp-sanity/requirements.txt
@@ -1,10 +1,36 @@
-pytest>=3.10
-pytest-rerunfailures>=7.0
-requests>=2.24.0
-flake8>=3.8.3
-PyYAML>=5.4
-python-jenkins>=1.7.0
-pygerrit2>=2.0.9
-GitPython>=3.1.7
-ldap3>=2.7
-urllib3==1.26.12
\ No newline at end of file
+bcrypt==4.0.1
+certifi==2023.11.17
+cffi==1.16.0
+charset-normalizer==3.2.0
+cryptography==41.0.5
+distlib==0.3.7
+exceptiongroup==1.1.2
+filelock==3.12.2
+flake8==6.1.0
+gitdb==4.0.10
+GitPython==3.1.40
+idna==3.4
+iniconfig==2.0.0
+ldap3==2.9.1
+mccabe==0.7.0
+multi-key-dict==2.0.3
+packaging==23.1
+paramiko==3.3.1
+pbr==5.11.1
+platformdirs==3.10.0
+pluggy==1.2.0
+pyasn1==0.5.0
+pycodestyle==2.11.0
+pycparser==2.21
+pyflakes==3.1.0
+pygerrit2==2.0.15
+PyNaCl==1.5.0
+pytest==7.4.3
+pytest-rerunfailures==13.0
+python-jenkins==1.8.2
+PyYAML==6.0.1
+requests==2.31.0
+six==1.16.0
+smmap==5.0.0
+tomli==2.0.1
+urllib3==2.1.0
\ No newline at end of file
diff --git a/test_set/cvp-spt/requirements.txt b/test_set/cvp-spt/requirements.txt
index 375d62e..f995fc2 100644
--- a/test_set/cvp-spt/requirements.txt
+++ b/test_set/cvp-spt/requirements.txt
@@ -14,8 +14,10 @@
 cryptography==3.3.2
 debtcollector==1.22.0
 decorator==4.4.2
+distlib==0.3.7
 dogpile.cache==0.9.2
 enum34==1.1.10
+filelock==3.2.1
 funcsigs==1.0.2
 functools32==3.2.3.post2
 futures==3.4.0
@@ -46,9 +48,10 @@
 oslo.serialization==2.29.3
 oslo.utils==3.42.1
 packaging==20.9
-paramiko==2.7.2
+paramiko==2.12.0
 pathlib2==2.3.7.post1
 pbr==5.11.1
+platformdirs==2.0.2
 pluggy==0.13.1
 prettytable==0.7.2
 py==1.11.0
@@ -80,7 +83,7 @@
 texttable==1.2.0
 typing==3.10.0.0
 unicodecsv==0.14.1
-urllib3==1.26.11
+urllib3==1.26.18
 warlock==1.3.3
 wcwidth==0.2.6
 wrapt==1.15.0
diff --git a/test_set/tox.ini b/test_set/tox.ini
index 60ffc08..3041639 100644
--- a/test_set/tox.ini
+++ b/test_set/tox.ini
@@ -7,10 +7,10 @@
 commands = {posargs:pytest --version}
 download = true
 deps3 =
-       pip==21.1
+       pip==23.3.0
        virtualenv==20.21
        setuptools==65.5.1
-       wheel==0.38.0
+       wheel==0.38.1
 deps27 =
        pip==20.3.4
        virtualenv==20.15.1