From 69c52649ef1f1a313652ba8b0cd4474ed41759c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Jul 2023 11:52:16 +0000 Subject: [PATCH] Bump pygments from 2.13.0 to 2.15.0 in /examples/cli-typer-base Bumps [pygments](https://github.com/pygments/pygments) from 2.13.0 to 2.15.0. - [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.13.0...2.15.0) --- updated-dependencies: - dependency-name: pygments dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/cli-typer-base/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/cli-typer-base/requirements.txt b/examples/cli-typer-base/requirements.txt index 080e645..9bc980a 100644 --- a/examples/cli-typer-base/requirements.txt +++ b/examples/cli-typer-base/requirements.txt @@ -3,7 +3,7 @@ charset-normalizer==2.1.1 click==8.1.3 commonmark==0.9.1 idna==3.4 -Pygments==2.13.0 +Pygments==2.15.0 requests==2.28.1 rich==12.6.0 typer==0.6.1