Skip to content

Commit 237d467

Browse files
Bump pygments from 2.19.0 to 2.19.1 (#10309)
Bumps [pygments](https://github.com/pygments/pygments) from 2.19.0 to 2.19.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/pygments/pygments/releases">pygments's releases</a>.</em></p> <blockquote> <h2>2.19.1</h2> <ul> <li> <p>Updated lexers:</p> <ul> <li>Ini: Fix quoted string regression introduced in 2.19.0</li> <li>Lua: Fix a regression introduced in 2.19.0</li> </ul> </li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/pygments/pygments/blob/master/CHANGES">pygments's changelog</a>.</em></p> <blockquote> <h2>Version 2.19.1</h2> <p>(released January 6th, 2025)</p> <ul> <li> <p>Updated lexers:</p> <ul> <li>Ini: Fix quoted string regression introduced in 2.19.0</li> <li>Lua: Fix a regression introduced in 2.19.0</li> </ul> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pygments/pygments/commit/b583de4794e94b4dc4c2da03a7c29f462482293e"><code>b583de4</code></a> Prepare 2.19.1 release.</li> <li><a href="https://github.com/pygments/pygments/commit/c13f3f11b8594decd01a8867e17a1a078ba2defd"><code>c13f3f1</code></a> Prepare 2.19.1 release.</li> <li><a href="https://github.com/pygments/pygments/commit/cdbcd43227ea838909abada93533013a99b564c7"><code>cdbcd43</code></a> Add regression test for .ini issue, update CHANGES.</li> <li><a href="https://github.com/pygments/pygments/commit/5792a21f452cd85c40c5a45bd6d69abb4d3a6d3e"><code>5792a21</code></a> Update CHANGES.</li> <li><a href="https://github.com/pygments/pygments/commit/a9858663ed85219ed7475f5877b22b9cb49f660f"><code>a985866</code></a> Merge pull request <a href="https://redirect.github.com/pygments/pygments/issues/2835">#2835</a> from kartben/fix_ini_double_quotes</li> <li><a href="https://github.com/pygments/pygments/commit/5822fd1fda4ded57651b6e95664da2c37bd0ed58"><code>5822fd1</code></a> Fix Lua regressions.</li> <li><a href="https://github.com/pygments/pygments/commit/673d8243c1c66363c83ae5467b4cecf13b506f3c"><code>673d824</code></a> Fix quoted string handling</li> <li><a href="https://github.com/pygments/pygments/commit/43bf86fb86f0a3a4bacedc65eace650947ecee51"><code>43bf86f</code></a> Improve example regex in the docs.</li> <li><a href="https://github.com/pygments/pygments/commit/452ac621811e946c8276c298dc318343d63371e4"><code>452ac62</code></a> Move on past 2.19.0.</li> <li>See full diff in <a href="https://github.com/pygments/pygments/compare/2.19.0...2.19.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=pygments&package-manager=pip&previous-version=2.19.0&new-version=2.19.1)](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 77f25a0 commit 237d467

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

requirements/constraints.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ pydantic-core==2.27.2
148148
# via pydantic
149149
pyenchant==3.2.2
150150
# via sphinxcontrib-spelling
151-
pygments==2.19.0
151+
pygments==2.19.1
152152
# via
153153
# rich
154154
# sphinx

requirements/dev.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ pydantic==2.10.4
143143
# via python-on-whales
144144
pydantic-core==2.27.2
145145
# via pydantic
146-
pygments==2.19.0
146+
pygments==2.19.1
147147
# via
148148
# rich
149149
# sphinx

requirements/doc-spelling.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ packaging==24.2
3434
# via sphinx
3535
pyenchant==3.2.2
3636
# via sphinxcontrib-spelling
37-
pygments==2.19.0
37+
pygments==2.19.1
3838
# via sphinx
3939
requests==2.32.3
4040
# via

requirements/doc.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ markupsafe==3.0.2
3232
# via jinja2
3333
packaging==24.2
3434
# via sphinx
35-
pygments==2.19.0
35+
pygments==2.19.1
3636
# via sphinx
3737
requests==2.32.3
3838
# via sphinx

requirements/lint.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ pydantic==2.10.4
6363
# via python-on-whales
6464
pydantic-core==2.27.2
6565
# via pydantic
66-
pygments==2.19.0
66+
pygments==2.19.1
6767
# via rich
6868
pytest==8.1.1
6969
# via

requirements/test.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ pydantic==2.10.4
7979
# via python-on-whales
8080
pydantic-core==2.27.2
8181
# via pydantic
82-
pygments==2.19.0
82+
pygments==2.19.1
8383
# via rich
8484
pytest==8.1.1
8585
# via

0 commit comments

Comments
 (0)