From 17b56d5c7a42959eabb8b279160561284578c84a Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 6 May 2024 13:49:13 +0000
Subject: [PATCH] build(deps): bump pygments from 2.17.2 to 2.18.0

Bumps [pygments](https://github.com/pygments/pygments) from 2.17.2 to 2.18.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.17.2...2.18.0)

---
updated-dependencies:
- dependency-name: pygments
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
---
 requirements.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/requirements.txt b/requirements.txt
index 1330c9a..1ca8518 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -18,7 +18,7 @@ ExtProxy==1.0.3
 ##########################
 
 # Enable php code syntax coloration
-pygments==2.17.2
+pygments==2.18.0
 
 # # Enhanced python console for use with `corectl python-console`
 # bpython