From: garciadeblas Date: Fri, 24 Jun 2022 15:35:34 +0000 (+0200) Subject: Update pip requirements X-Git-Tag: v12.0.0rc1^0 X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2Fcommon.git;a=commitdiff_plain;h=22cd57a4c6e35b6f07f1a2391e5a5bb85f340b21 Update pip requirements Change-Id: I5becd1dd45052c8b1a4024a7be5af18a57e2e3d7 Signed-off-by: garciadeblas --- diff --git a/releasenotes/notes/update_pip_requirements-01300482292b21d7.yaml b/releasenotes/notes/update_pip_requirements-01300482292b21d7.yaml new file mode 100644 index 0000000..6590952 --- /dev/null +++ b/releasenotes/notes/update_pip_requirements-01300482292b21d7.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 before creating v12 branch + diff --git a/requirements-test.txt b/requirements-test.txt index bfa751a..13c777b 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -16,13 +16,13 @@ ####################################################################################### attrs==21.4.0 # via pytest -coverage==6.2 +coverage==6.4.1 # via # -r requirements-test.in # nose2 iniconfig==1.1.1 # via pytest -nose2==0.10.0 +nose2==0.11.0 # via -r requirements-test.in packaging==21.3 # via pytest @@ -30,11 +30,11 @@ pluggy==1.0.0 # via pytest py==1.11.0 # via pytest -pyparsing==3.0.6 +pyparsing==3.0.9 # via packaging -pytest==6.2.5 +pytest==7.1.2 # via -r requirements-test.in six==1.16.0 # via nose2 -toml==0.10.2 +tomli==2.0.1 # via pytest diff --git a/tox.ini b/tox.ini index e763ca2..3a5b32b 100644 --- a/tox.ini +++ b/tox.ini @@ -78,7 +78,7 @@ commands = ####################################################################################### [testenv:pip-compile] -deps = pip-tools==6.4.0 +deps = pip-tools==6.6.2 skip_install = true whitelist_externals = bash [