diff --git a/requirements-test.txt b/requirements-test.txt index 7589d84024706f57c350dd4990066901e1b64286..b312377c72af9d4e3d7145fd158137534fcd3b75 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 8b8b3fa81be86c74068ac4ba0f588c6ac510cdde..7036f1bc6e748b5e057f630b47695f07bc0c37f9 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 d4f93f1a469c10fce58ccdc2f7e2e722051132f9..4069746dd074b42cae6a7baf7c4048865d357646 100644 --- 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 [