From 8f2fcc27eeba70c0a62f500b79455126a8a08313 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 04:50:58 +0000 Subject: [PATCH] chore(deps): update black requirement from ~=24.2 to ~=24.3 Updates the requirements on [black](https://github.com/psf/black) to permit the latest version. - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](https://github.com/psf/black/compare/24.2.0...24.3.0) --- updated-dependencies: - dependency-name: black dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- tests/requirements_tests.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/requirements_tests.txt b/tests/requirements_tests.txt index 39d628d0..326a6cf2 100644 --- a/tests/requirements_tests.txt +++ b/tests/requirements_tests.txt @@ -2,4 +2,4 @@ pytest==8.0.2 pytest-cov==4.1.0 pyquery==2.0.0 -black~=24.2 \ No newline at end of file +black~=24.3 \ No newline at end of file