From 8745ff00fbe29926eb96d9aeb628a6cb51ee105b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 13:38:55 -0500 Subject: [PATCH] chore(deps): update black[jupyter] requirement from ~=23.7 to ~=23.9 (#21) Updates the requirements on [black[jupyter]](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.7.0...23.9.1) --- updated-dependencies: - dependency-name: black[jupyter] dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Signed-off-by: Graeme McHale --- requirements-testing.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-testing.txt b/requirements-testing.txt index bcddae1e..e9524538 100644 --- a/requirements-testing.txt +++ b/requirements-testing.txt @@ -3,7 +3,7 @@ deadline-cloud-test-fixtures ~= 0.3.0 pytest ~= 7.4 pytest-cov ~= 4.1.0 pytest-xdist ~= 3.3.1 -black[jupyter] ~= 23.7 +black[jupyter] ~= 23.9 rich == 13.5.* types-python-dateutil ~= 2.8 mypy ~= 1.5