Manual update of pip requirements 57/12257/1 release-v12.0-start
authorbeierlm <mark.beierl@canonical.com>
Fri, 24 Jun 2022 17:49:51 +0000 (13:49 -0400)
committerbeierlm <mark.beierl@canonical.com>
Fri, 24 Jun 2022 17:49:51 +0000 (13:49 -0400)
Change-Id: I46d9320f86f48090cd6c4aba26118ddb0a641888
Signed-off-by: beierlm <mark.beierl@canonical.com>
requirements-test.txt
requirements.txt
tox.ini

index 7589d84..b312377 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
 mock==4.0.3
     # via -r requirements-test.in
-nose2==0.10.0
+nose2==0.11.0
     # via -r requirements-test.in
 six==1.16.0
     # via nose2
index 8b8b3fa..7036f1b 100644 (file)
@@ -14,9 +14,9 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 #######################################################################################
-jinja2==3.0.3
+jinja2==3.1.2
     # via -r requirements.in
-markupsafe==2.0.1
+markupsafe==2.1.1
     # via jinja2
 pymzn==0.18.3
     # via -r requirements.in
diff --git a/tox.ini b/tox.ini
index d4f93f1..4069746 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -81,7 +81,7 @@ commands =
 
 #######################################################################################
 [testenv:pip-compile]
-deps =  pip-tools==6.4.0
+deps =  pip-tools==6.6.2
 skip_install = true
 whitelist_externals = bash
         [