From 9453162e546cbab024bbfbe8a0e6bca1dfa41004 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Jul 2023 11:47:06 +0000 Subject: [PATCH] build(deps): bump pygments 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] <support@github.com> --- .../backend/backend-stack/source-code/python/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/backend/backend-stack/source-code/python/requirements.txt b/tutorials/backend/backend-stack/source-code/python/requirements.txt index d6071c3aa..83131452e 100644 --- a/tutorials/backend/backend-stack/source-code/python/requirements.txt +++ b/tutorials/backend/backend-stack/source-code/python/requirements.txt @@ -27,7 +27,7 @@ orjson==3.7.12 pathspec==0.9.0 platformdirs==2.5.2 pydantic==1.9.2 -Pygments==2.13.0 +Pygments==2.15.0 python-dateutil==2.8.2 python-dotenv==0.20.0 python-multipart==0.0.5