Skip to content

Commit 2d31177

Browse files
Bump pygments from 2.19.1 to 2.19.2 (#11236)
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=pygments&package-manager=pip&previous-version=2.19.1&new-version=2.19.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7c3afd2 commit 2d31177

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

requirements/constraints.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ pydantic-core==2.33.2
165165
# via pydantic
166166
pyenchant==3.2.2
167167
# via sphinxcontrib-spelling
168-
pygments==2.19.1
168+
pygments==2.19.2
169169
# via
170170
# pytest
171171
# rich

requirements/dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ pydantic==2.11.7
160160
# via python-on-whales
161161
pydantic-core==2.33.2
162162
# via pydantic
163-
pygments==2.19.1
163+
pygments==2.19.2
164164
# via
165165
# pytest
166166
# rich

requirements/doc-spelling.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ packaging==25.0
3434
# via sphinx
3535
pyenchant==3.2.2
3636
# via sphinxcontrib-spelling
37-
pygments==2.19.1
37+
pygments==2.19.2
3838
# via sphinx
3939
requests==2.32.4
4040
# via

requirements/doc.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ markupsafe==3.0.2
3232
# via jinja2
3333
packaging==25.0
3434
# via sphinx
35-
pygments==2.19.1
35+
pygments==2.19.2
3636
# via sphinx
3737
requests==2.32.4
3838
# via sphinx

requirements/lint.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ pydantic==2.11.7
7171
# via python-on-whales
7272
pydantic-core==2.33.2
7373
# via pydantic
74-
pygments==2.19.1
74+
pygments==2.19.2
7575
# via
7676
# pytest
7777
# rich

requirements/test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ pydantic==2.11.7
9191
# via python-on-whales
9292
pydantic-core==2.33.2
9393
# via pydantic
94-
pygments==2.19.1
94+
pygments==2.19.2
9595
# via
9696
# pytest
9797
# rich

0 commit comments

Comments
 (0)