From 8d9d4ebe55327596dc0507039ea262445554b0ab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Apr 2023 00:03:59 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=20Bump=20devtools[pygments]=20from=20?= =?UTF-8?q?0.10.0=20to=200.11.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [devtools[pygments]](https://github.com/samuelcolvin/python-devtools) from 0.10.0 to 0.11.0. - [Release notes](https://github.com/samuelcolvin/python-devtools/releases) - [Changelog](https://github.com/samuelcolvin/python-devtools/blob/main/HISTORY.md) - [Commits](https://github.com/samuelcolvin/python-devtools/compare/v0.10.0...v0.11.0) --- updated-dependencies: - dependency-name: devtools[pygments] dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7dc87c9..20e6b44 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,7 +51,7 @@ dev = [ "ruff ==0.0.257", "black ==23.1.0", "isort >=5.0.6,<6.0.0", - "devtools[pygments] ==0.10.0", + "devtools[pygments] ==0.11.0", "types-Pillow >=9.0.0" ]