Update pip requirements 44/12244/1 release-v12.0-start v12.0.0 v12.0.0rc1
authorgarciadeblas <gerardo.garciadeblas@telefonica.com>
Fri, 24 Jun 2022 15:35:45 +0000 (17:35 +0200)
committergarciadeblas <gerardo.garciadeblas@telefonica.com>
Fri, 24 Jun 2022 15:35:45 +0000 (17:35 +0200)
Change-Id: I5861a620eb42d5d50e2e3e8ef1f339ec1f85f485
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
requirements-test.txt
requirements.txt
tox.ini

index e355475..40c7f11 100644 (file)
 # See the License for the specific language governing permissions and
 # limitations under the License.
 #######################################################################################
-coverage==6.2
+coverage==6.4.1
     # via
     #   -r requirements-test.in
     #   nose2
-nose2==0.10.0
+nose2==0.11.0
     # via -r requirements-test.in
 six==1.16.0
     # via nose2
index 2901c33..9572169 100644 (file)
 # See the License for the specific language governing permissions and
 # limitations under the License.
 #######################################################################################
-bitarray==2.3.5
+bitarray==2.5.1
     # via pyangbind
 enum34==1.1.10
     # via pyangbind
-lxml==4.7.1
+lxml==4.9.0
     # via
     #   pyang
     #   pyangbind
-pyang==2.5.2
+pyang==2.5.3
     # via
     #   -r requirements.in
     #   pyangbind
@@ -30,7 +30,7 @@ pyangbind==0.8.1
     # via -r requirements.in
 pyyaml==5.4.1
     # via -r requirements.in
-regex==2021.11.10
+regex==2022.6.2
     # via pyangbind
 six==1.16.0
     # via pyangbind
diff --git a/tox.ini b/tox.ini
index f1cf7c9..4a2494a 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -76,7 +76,7 @@ commands =
 
 #######################################################################################
 [testenv:pip-compile]
-deps =  pip-tools==6.4.0
+deps =  pip-tools==6.6.2
 skip_install = true
 whitelist_externals = bash
         [