From 51b87963205c54ff9f56e5ff697539a8cd945f13 Mon Sep 17 00:00:00 2001 From: Gulsum Atici Date: Thu, 26 Jan 2023 21:21:13 +0300 Subject: [PATCH] Updating python dependencies Update of Python packages (using pip-compile) in preparation for Release FOURTEEN Change-Id: If5a4a317286da4ef526da4f24447cfe949c69554 Signed-off-by: Gulsum Atici --- requirements-test.txt | 10 +++------- requirements.txt | 6 +++--- 2 files changed, 6 insertions(+), 10 deletions(-) diff --git a/requirements-test.txt b/requirements-test.txt index 40c7f11..464774a 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -14,11 +14,7 @@ # See the License for the specific language governing permissions and # limitations under the License. ####################################################################################### -coverage==6.4.1 - # via - # -r requirements-test.in - # nose2 -nose2==0.11.0 +coverage==7.1.0 + # via -r requirements-test.in +nose2==0.12.0 # via -r requirements-test.in -six==1.16.0 - # via nose2 diff --git a/requirements.txt b/requirements.txt index 9572169..99695f7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -14,11 +14,11 @@ # See the License for the specific language governing permissions and # limitations under the License. ####################################################################################### -bitarray==2.5.1 +bitarray==2.6.2 # via pyangbind enum34==1.1.10 # via pyangbind -lxml==4.9.0 +lxml==4.9.2 # via # pyang # pyangbind @@ -30,7 +30,7 @@ pyangbind==0.8.1 # via -r requirements.in pyyaml==5.4.1 # via -r requirements.in -regex==2022.6.2 +regex==2022.10.31 # via pyangbind six==1.16.0 # via pyangbind -- 2.17.1