Open
Conversation
Bumps [pygments](https://github.com/pygments/pygments) from 2.19.2 to 2.20.0. - [Release notes](https://github.com/pygments/pygments/releases) - [Changelog](https://github.com/pygments/pygments/blob/master/CHANGES) - [Commits](pygments/pygments@2.19.2...2.20.0) --- updated-dependencies: - dependency-name: pygments dependency-version: 2.20.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Author
AssigneesThe following users could not be added as assignees: Please fix the above issues or remove invalid values from |
akashchi
pushed a commit
that referenced
this pull request
Mar 31, 2026
…penvinotoolkit#34140) Bumps [pytest-dependency](https://github.com/RKrahl/pytest-dependency) from 0.6.0 to 0.6.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/RKrahl/pytest-dependency/releases">pytest-dependency's releases</a>.</em></p> <blockquote> <h2>0.6.1</h2> <p>Fixes in the build tool chain</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/RKrahl/pytest-dependency/blob/develop/CHANGES.rst">pytest-dependency's changelog</a>.</em></p> <blockquote> <p>0.6.1 (2026-02-15)</p> <pre><code> Bug fixes and minor changes --------------------------- <ul> <li><code>[#91](https://github.com/RKrahl/pytest-dependency/issues/91)</code><em>, <code>[#92](https://github.com/RKrahl/pytest-dependency/issues/92)</code></em>: fix compatibility with setuptools 81.0.0.</li> <li><code>[#93](https://github.com/RKrahl/pytest-dependency/issues/93)</code>_: Minor review of the build tool chain.</li> </ul> <p>.. _<a href="https://redirect.github.com/RKrahl/pytest-dependency/issues/91">#91</a>: <a href="https://redirect.github.com/RKrahl/pytest-dependency/issues/91">RKrahl/pytest-dependency#91</a> .. _<a href="https://redirect.github.com/RKrahl/pytest-dependency/issues/92">#92</a>: <a href="https://redirect.github.com/RKrahl/pytest-dependency/pull/92">RKrahl/pytest-dependency#92</a> .. _<a href="https://redirect.github.com/RKrahl/pytest-dependency/issues/93">#93</a>: <a href="https://redirect.github.com/RKrahl/pytest-dependency/pull/93">RKrahl/pytest-dependency#93</a></p> <p>.. _changes-0_6_0: </code></pre></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/RKrahl/pytest-dependency/commit/5a27a67b2b5e3bfa42614577628f150eb5a469b9"><code>5a27a67</code></a> Merge branch 'develop'</li> <li><a href="https://github.com/RKrahl/pytest-dependency/commit/0908c6b0954324869be1159a7a5fafb015a58c8f"><code>0908c6b</code></a> Update changelog</li> <li><a href="https://github.com/RKrahl/pytest-dependency/commit/31629a57ae281860ff618c97ff6ff886da706dd5"><code>31629a5</code></a> Merge pull request <a href="https://redirect.github.com/RKrahl/pytest-dependency/issues/93">#93</a> from RKrahl/setup</li> <li><a href="https://github.com/RKrahl/pytest-dependency/commit/8c961d2eb8f8ab8f656c42f05cddc45f46705484"><code>8c961d2</code></a> Merge pull request <a href="https://redirect.github.com/RKrahl/pytest-dependency/issues/92">#92</a> from ashutosh6500/develop</li> <li><a href="https://github.com/RKrahl/pytest-dependency/commit/170699fb2bb3929987fc89c2b3429fd6997086f8"><code>170699f</code></a> Safeguard against potential dropping of self.dry_run copy_file()</li> <li><a href="https://github.com/RKrahl/pytest-dependency/commit/88e5ed947471c27cd8d661f194c7caf65f328267"><code>88e5ed9</code></a> Fix return value for copy_file()</li> <li><a href="https://github.com/RKrahl/pytest-dependency/commit/45ab8705f5a493e3056ab434f0940dda5f438459"><code>45ab870</code></a> Review GitHub workflows</li> <li><a href="https://github.com/RKrahl/pytest-dependency/commit/010c05fd1ab4df00c620ff267cda5382f356f90f"><code>010c05f</code></a> Update Pyhthon versions in trove classifiers</li> <li><a href="https://github.com/RKrahl/pytest-dependency/commit/55346fa5fa5cba801b39da73c8a8ca59a598583d"><code>55346fa</code></a> Minor review of setup.py</li> <li><a href="https://github.com/RKrahl/pytest-dependency/commit/d2c6174aea0985d234ccbee2e7cf9f4756ff2b6e"><code>d2c6174</code></a> Disable PEP 625 enforcing added in setuptools 69.3.0</li> <li>Additional commits viewable in <a href="https://github.com/RKrahl/pytest-dependency/compare/0.6.0...0.6.1">compare view</a></li> </ul> </details> <br /> [](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 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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Przemyslaw Wysocki <przemyslaw.wysocki@intel.com>
akashchi
pushed a commit
that referenced
this pull request
Mar 31, 2026
…#34141) Bumps [pytest-dependency](https://github.com/RKrahl/pytest-dependency) from 0.6.0 to 0.6.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/RKrahl/pytest-dependency/releases">pytest-dependency's releases</a>.</em></p> <blockquote> <h2>0.6.1</h2> <p>Fixes in the build tool chain</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/RKrahl/pytest-dependency/blob/develop/CHANGES.rst">pytest-dependency's changelog</a>.</em></p> <blockquote> <p>0.6.1 (2026-02-15)</p> <pre><code> Bug fixes and minor changes --------------------------- <ul> <li><code>[#91](https://github.com/RKrahl/pytest-dependency/issues/91)</code><em>, <code>[#92](https://github.com/RKrahl/pytest-dependency/issues/92)</code></em>: fix compatibility with setuptools 81.0.0.</li> <li><code>[#93](https://github.com/RKrahl/pytest-dependency/issues/93)</code>_: Minor review of the build tool chain.</li> </ul> <p>.. _<a href="https://redirect.github.com/RKrahl/pytest-dependency/issues/91">#91</a>: <a href="https://redirect.github.com/RKrahl/pytest-dependency/issues/91">RKrahl/pytest-dependency#91</a> .. _<a href="https://redirect.github.com/RKrahl/pytest-dependency/issues/92">#92</a>: <a href="https://redirect.github.com/RKrahl/pytest-dependency/pull/92">RKrahl/pytest-dependency#92</a> .. _<a href="https://redirect.github.com/RKrahl/pytest-dependency/issues/93">#93</a>: <a href="https://redirect.github.com/RKrahl/pytest-dependency/pull/93">RKrahl/pytest-dependency#93</a></p> <p>.. _changes-0_6_0: </code></pre></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/RKrahl/pytest-dependency/commit/5a27a67b2b5e3bfa42614577628f150eb5a469b9"><code>5a27a67</code></a> Merge branch 'develop'</li> <li><a href="https://github.com/RKrahl/pytest-dependency/commit/0908c6b0954324869be1159a7a5fafb015a58c8f"><code>0908c6b</code></a> Update changelog</li> <li><a href="https://github.com/RKrahl/pytest-dependency/commit/31629a57ae281860ff618c97ff6ff886da706dd5"><code>31629a5</code></a> Merge pull request <a href="https://redirect.github.com/RKrahl/pytest-dependency/issues/93">#93</a> from RKrahl/setup</li> <li><a href="https://github.com/RKrahl/pytest-dependency/commit/8c961d2eb8f8ab8f656c42f05cddc45f46705484"><code>8c961d2</code></a> Merge pull request <a href="https://redirect.github.com/RKrahl/pytest-dependency/issues/92">#92</a> from ashutosh6500/develop</li> <li><a href="https://github.com/RKrahl/pytest-dependency/commit/170699fb2bb3929987fc89c2b3429fd6997086f8"><code>170699f</code></a> Safeguard against potential dropping of self.dry_run copy_file()</li> <li><a href="https://github.com/RKrahl/pytest-dependency/commit/88e5ed947471c27cd8d661f194c7caf65f328267"><code>88e5ed9</code></a> Fix return value for copy_file()</li> <li><a href="https://github.com/RKrahl/pytest-dependency/commit/45ab8705f5a493e3056ab434f0940dda5f438459"><code>45ab870</code></a> Review GitHub workflows</li> <li><a href="https://github.com/RKrahl/pytest-dependency/commit/010c05fd1ab4df00c620ff267cda5382f356f90f"><code>010c05f</code></a> Update Pyhthon versions in trove classifiers</li> <li><a href="https://github.com/RKrahl/pytest-dependency/commit/55346fa5fa5cba801b39da73c8a8ca59a598583d"><code>55346fa</code></a> Minor review of setup.py</li> <li><a href="https://github.com/RKrahl/pytest-dependency/commit/d2c6174aea0985d234ccbee2e7cf9f4756ff2b6e"><code>d2c6174</code></a> Disable PEP 625 enforcing added in setuptools 69.3.0</li> <li>Additional commits viewable in <a href="https://github.com/RKrahl/pytest-dependency/compare/0.6.0...0.6.1">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR 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 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> > **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days. Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Przemyslaw Wysocki <przemyslaw.wysocki@intel.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps pygments from 2.19.2 to 2.20.0.
Release notes
Sourced from pygments's releases.
Changelog
Sourced from pygments's changelog.
Commits
708197dFix underline length.1d4538aPrepare 2.20 release.2ceaee4Update CHANGES.e3a3c54Fix Haskell lexer: handle escape sequences in character literals (#3069)d7c3453Merge pull request #3071 from pygments/harden-html-formatter0f97e7cHarden the HTML formatter against CSS.9f981b2Update CHANGES.1d88915Update CHANGES.c3d93adFix ASN.1 lexer: recognize minus sign and fix range operator (#3060)4f06bcffix bad behaving backtracking regex in CommonLispLexerDependabot 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 commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)