From 415c199d913197fe12d3529c6f7ed8296a8ead1f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Mar 2024 15:30:00 +0000 Subject: [PATCH] Bump black from 18.6b4 to 24.3.0 in /modules/qualisys_python_sdk Bumps [black](https://github.com/psf/black) from 18.6b4 to 24.3.0. - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](https://github.com/psf/black/commits/24.3.0) --- updated-dependencies: - dependency-name: black dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- modules/qualisys_python_sdk/requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/qualisys_python_sdk/requirements-dev.txt b/modules/qualisys_python_sdk/requirements-dev.txt index afba215..b60956f 100644 --- a/modules/qualisys_python_sdk/requirements-dev.txt +++ b/modules/qualisys_python_sdk/requirements-dev.txt @@ -1,4 +1,4 @@ -black==18.6b4 +black==24.3.0 pylint==2.1.1 pytest==3.8.0 pytest-asyncio==0.9.0