Update pip requirements 43/12243/2 release-v12.0-start v12.0.0 v12.0.0rc1
authorgarciadeblas <gerardo.garciadeblas@telefonica.com>
Fri, 24 Jun 2022 15:35:34 +0000 (17:35 +0200)
committergarciadeblas <gerardo.garciadeblas@telefonica.com>
Fri, 24 Jun 2022 15:46:23 +0000 (17:46 +0200)
Change-Id: I5becd1dd45052c8b1a4024a7be5af18a57e2e3d7
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
releasenotes/notes/update_pip_requirements-01300482292b21d7.yaml [new file with mode: 0644]
requirements-test.txt
tox.ini

diff --git a/releasenotes/notes/update_pip_requirements-01300482292b21d7.yaml b/releasenotes/notes/update_pip_requirements-01300482292b21d7.yaml
new file mode 100644 (file)
index 0000000..6590952
--- /dev/null
@@ -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
+
index bfa751a..13c777b 100644 (file)
 #######################################################################################
 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 (file)
--- 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
         [