Update pip requirements
Change-Id: I5becd1dd45052c8b1a4024a7be5af18a57e2e3d7
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
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 @@
# 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 @@
#######################################################################################
[testenv:pip-compile]
-deps = pip-tools==6.4.0
+deps = pip-tools==6.6.2
skip_install = true
whitelist_externals = bash
[