This is an automated email from the ASF dual-hosted git repository.
klesh pushed a commit to branch main
in repository
https://gitbox.apache.org/repos/asf/incubator-devlake-playground.git
The following commit(s) were added to refs/heads/main by this push:
new 7d59626 build(deps): bump pygments from 2.17.2 to 2.20.0 (#36)
7d59626 is described below
commit 7d59626ab06d7efd828a6e3906cb9ef4f164c6d7
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Apr 1 19:16:02 2026 +0800
build(deps): bump pygments from 2.17.2 to 2.20.0 (#36)
Bumps [pygments](https://github.com/pygments/pygments) from 2.17.2 to
2.20.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.20.0)
---
updated-dependencies:
- dependency-name: pygments
dependency-version: 2.20.0
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
poetry.lock | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)
diff --git a/poetry.lock b/poetry.lock
index 7cbf5ce..8689b30 100644
--- a/poetry.lock
+++ b/poetry.lock
@@ -2020,18 +2020,17 @@ files = [
[[package]]
name = "pygments"
-version = "2.17.2"
+version = "2.20.0"
description = "Pygments is a syntax highlighting package written in Python."
optional = false
-python-versions = ">=3.7"
+python-versions = ">=3.9"
groups = ["main"]
files = [
- {file = "pygments-2.17.2-py3-none-any.whl", hash =
"sha256:b27c2826c47d0f3219f29554824c30c5e8945175d888647acd804ddd04af846c"},
- {file = "pygments-2.17.2.tar.gz", hash =
"sha256:da46cec9fd2de5be3a8a784f434e4c4ab670b4ff54d605c4c2717e9d49c4c367"},
+ {file = "pygments-2.20.0-py3-none-any.whl", hash =
"sha256:81a9e26dd42fd28a23a2d169d86d7ac03b46e2f8b59ed4698fb4785f946d0176"},
+ {file = "pygments-2.20.0.tar.gz", hash =
"sha256:6757cd03768053ff99f3039c1a36d6c0aa0b263438fcab17520b30a303a82b5f"},
]
[package.extras]
-plugins = ["importlib-metadata ; python_version < \"3.8\""]
windows-terminal = ["colorama (>=0.4.6)"]
[[package]]