From 9fe450f20170014e9994b5c0c02a642c731b8c3a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Aug 2023 04:58:41 +0000 Subject: [PATCH] chore(deps): update black requirement from ~=23.3 to ~=23.7 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/23.3.0...23.7.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 a0d9185b..7dc04bb7 100644 --- a/tests/requirements_tests.txt +++ b/tests/requirements_tests.txt @@ -2,4 +2,4 @@ pytest==7.3.1 pytest-cov==4.1.0 pyquery==2.0.0 -black~=23.3 \ No newline at end of file +black~=23.7 \ No newline at end of file