Skip to content

Commit

Permalink
Bump pygments from 2.19.0 to 2.19.1 (#10309)
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
dependabot[bot] authored Jan 7, 2025
1 parent 77f25a0 commit 237d467
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion requirements/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ pydantic-core==2.27.2
# via pydantic
pyenchant==3.2.2
# via sphinxcontrib-spelling
pygments==2.19.0
pygments==2.19.1
# via
# rich
# sphinx
Expand Down
2 changes: 1 addition & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ pydantic==2.10.4
# via python-on-whales
pydantic-core==2.27.2
# via pydantic
pygments==2.19.0
pygments==2.19.1
# via
# rich
# sphinx
Expand Down
2 changes: 1 addition & 1 deletion requirements/doc-spelling.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ packaging==24.2
# via sphinx
pyenchant==3.2.2
# via sphinxcontrib-spelling
pygments==2.19.0
pygments==2.19.1
# via sphinx
requests==2.32.3
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ markupsafe==3.0.2
# via jinja2
packaging==24.2
# via sphinx
pygments==2.19.0
pygments==2.19.1
# via sphinx
requests==2.32.3
# via sphinx
Expand Down
2 changes: 1 addition & 1 deletion requirements/lint.txt
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ pydantic==2.10.4
# via python-on-whales
pydantic-core==2.27.2
# via pydantic
pygments==2.19.0
pygments==2.19.1
# via rich
pytest==8.1.1
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ pydantic==2.10.4
# via python-on-whales
pydantic-core==2.27.2
# via pydantic
pygments==2.19.0
pygments==2.19.1
# via rich
pytest==8.1.1
# via
Expand Down

0 comments on commit 237d467

Please sign in to comment.