Manual update of pip requirements
Change-Id: I46d9320f86f48090cd6c4aba26118ddb0a641888
Signed-off-by: beierlm <mark.beierl@canonical.com>
diff --git a/requirements-test.txt b/requirements-test.txt
index 7589d84..b312377 100644
--- a/requirements-test.txt
+++ b/requirements-test.txt
@@ -14,13 +14,13 @@
# 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
diff --git a/requirements.txt b/requirements.txt
index 8b8b3fa..7036f1b 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -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
--- a/tox.ini
+++ b/tox.ini
@@ -81,7 +81,7 @@
#######################################################################################
[testenv:pip-compile]
-deps = pip-tools==6.4.0
+deps = pip-tools==6.6.2
skip_install = true
whitelist_externals = bash
[