From 227e01fb6f1672255d15d8327aecd1b5f97e120c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 17:45:04 +0000 Subject: [PATCH] build(deps): bump virtualenv in /ansible-scylla-monitoring Bumps [virtualenv](https://github.com/pypa/virtualenv) from 20.17.1 to 20.26.6. - [Release notes](https://github.com/pypa/virtualenv/releases) - [Changelog](https://github.com/pypa/virtualenv/blob/main/docs/changelog.rst) - [Commits](https://github.com/pypa/virtualenv/compare/20.17.1...20.26.6) --- updated-dependencies: - dependency-name: virtualenv dependency-type: indirect ... Signed-off-by: dependabot[bot] --- ansible-scylla-monitoring/requirements-dev.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ansible-scylla-monitoring/requirements-dev.txt b/ansible-scylla-monitoring/requirements-dev.txt index f5b1c62d..7458324b 100644 --- a/ansible-scylla-monitoring/requirements-dev.txt +++ b/ansible-scylla-monitoring/requirements-dev.txt @@ -48,9 +48,9 @@ cryptography==39.0.0 # ansible-core dill==0.3.6 # via pylint -distlib==0.3.6 +distlib==0.3.9 # via virtualenv -filelock==3.9.0 +filelock==3.16.1 # via # ansible-lint # tox @@ -100,7 +100,7 @@ pathspec==0.10.3 # via # black # yamllint -platformdirs==2.6.2 +platformdirs==4.3.6 # via # black # pylint @@ -170,7 +170,7 @@ tox==4.3.5 # via -r requirements-dev.in typing-extensions==4.4.0 # via astroid -virtualenv==20.17.1 +virtualenv==20.26.6 # via tox wcmatch==8.4.1 # via ansible-lint