From 0f973c3b5dd5b5105499993306ce7bc5804dc238 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 02:35:52 +0000 Subject: [PATCH] Chore(deps): Bump pygments from 2.18 to 2.19.1 Bumps [pygments](https://github.com/pygments/pygments) from 2.18 to 2.19.1. - [Release notes](https://github.com/pygments/pygments/releases) - [Changelog](https://github.com/pygments/pygments/blob/master/CHANGES) - [Commits](https://github.com/pygments/pygments/compare/2.18.0...2.19.1) --- updated-dependencies: - dependency-name: 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 154ffd23..7c695077 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ dependencies = [ "aleph-sdk-python>=1.3,<2", "base58==2.1.1", # Needed now as default with _load_account changement "py-sr25519-bindings==0.2", # Needed for DOT signatures - "pygments==2.18", + "pygments==2.19.1", "pynacl==1.5", # Needed now as default with _load_account changement "python-magic==0.4.27", "rich==13.9.3",