From 944a25780f23016b47cb6b1e8f4d81c3e403af66 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 19:23:30 +0000 Subject: [PATCH] Update black requirement from ^19.10b0 to ^24.1 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/19.10b0...24.1.1) --- updated-dependencies: - dependency-name: black dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5ca6443..f55de67 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ python = "^3.10" requests = "^2.23.0" [tool.poetry.dev-dependencies] -black = "^19.10b0" +black = "^24.1" pytest = "^5.4.3" flake8 = "^3.8.3" pytest-mock = "^3.1.1"