From: Mark Beierl Date: Thu, 26 Jan 2023 02:20:07 +0000 (-0500) Subject: Updating Python Dependencies X-Git-Tag: release-v14.0-start~13 X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2Fcommon.git;a=commitdiff_plain;h=ee6c89fd655a76eb9b9695cd326bfc6b297580fd Updating Python Dependencies Update of Python packages (using pip-compile) in preparation for Release FOURTEEN Change-Id: I604fa3686d79d04c9937c2d363889b100e2d1dd2 Signed-off-by: Mark Beierl --- diff --git a/releasenotes/notes/update_pip_requirements-6d71643a51c7333f.yaml b/releasenotes/notes/update_pip_requirements-6d71643a51c7333f.yaml new file mode 100644 index 0000000..2d646aa --- /dev/null +++ b/releasenotes/notes/update_pip_requirements-6d71643a51c7333f.yaml @@ -0,0 +1,21 @@ +####################################################################################### +# Copyright ETSI Contributors and Others. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or +# implied. +# See the License for the specific language governing permissions and +# limitations under the License. +####################################################################################### +--- +other: + - | + Update pip requirements at start of v14 branch + diff --git a/requirements-test.txt b/requirements-test.txt index 13c777b..bed91b0 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -14,27 +14,21 @@ # See the License for the specific language governing permissions and # limitations under the License. ####################################################################################### -attrs==21.4.0 +attrs==22.2.0 # via pytest -coverage==6.4.1 - # via - # -r requirements-test.in - # nose2 -iniconfig==1.1.1 +coverage==7.1.0 + # via -r requirements-test.in +exceptiongroup==1.1.0 + # via pytest +iniconfig==2.0.0 # via pytest -nose2==0.11.0 +nose2==0.12.0 # via -r requirements-test.in -packaging==21.3 +packaging==23.0 # via pytest pluggy==1.0.0 # via pytest -py==1.11.0 - # via pytest -pyparsing==3.0.9 - # via packaging -pytest==7.1.2 +pytest==7.2.1 # via -r requirements-test.in -six==1.16.0 - # via nose2 tomli==2.0.1 # via pytest diff --git a/requirements.txt b/requirements.txt index 5d297e0..5995b6a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -14,15 +14,19 @@ # See the License for the specific language governing permissions and # limitations under the License. ####################################################################################### -aiokafka==0.7.2 +aiokafka==0.8.0 # via -r requirements.in +async-timeout==4.0.2 + # via aiokafka dataclasses==0.6 # via -r requirements.in kafka-python==2.0.2 # via aiokafka +packaging==23.0 + # via aiokafka pycrypto==2.6.1 # via -r requirements.in -pymongo==3.12.3 +pymongo==3.13.0 # via -r requirements.in pyyaml==5.4.1 # via -r requirements.in