-
-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump embed setuptools to 58.1.0 #2195
Merged
Merged
Conversation
This file contains 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
Signed-off-by: Bernát Gábor <gaborjbernat@gmail.com>
Codecov Report
@@ Coverage Diff @@
## main #2195 +/- ##
===========================================
- Coverage 93.56% 81.21% -12.36%
===========================================
Files 88 88
Lines 4380 4380
===========================================
- Hits 4098 3557 -541
- Misses 282 823 +541
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
bors bot
added a commit
to ChrisRBe/PP-P2P-Parser
that referenced
this pull request
Sep 24, 2021
390: build(deps): bump virtualenv from 20.8.0 to 20.8.1 r=ChrisRBe a=dependabot[bot] Bumps [virtualenv](https://github.com/pypa/virtualenv) from 20.8.0 to 20.8.1. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/pypa/virtualenv/blob/main/docs/changelog.rst">virtualenv's changelog</a>.</em></p> <blockquote> <h2>v20.8.1 (2021-09-24)</h2> <p>Bugfixes - 20.8.1</p> <pre><code>- Fixed a bug where while creating a venv on top of an existing one, without cleaning, when seeded wheel version mismatch occurred, multiple ``.dist-info`` directories may be present, confounding entrypoint discovery - by :user:`arcivanov` (`[#2185](pypa/virtualenv#2185) <https://github.com/pypa/virtualenv/issues/2185>`_) - Bump embed setuptools from ``58.0.4`` to ``58.1.0`` - by :user:`gaborbernat`. (`[#2195](pypa/virtualenv#2195) <https://github.com/pypa/virtualenv/issues/2195>`_) <p>Misc - 20.8.1</p> <pre><code>- `[#2189](pypa/virtualenv#2189) &lt;https://github.com/pypa/virtualenv/issues/2189&gt;`_ </code></pre> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="pypa/virtualenv@433840821a5d2a2308eb84a53bac95efdfacbe7c"><code>4338408</code></a> release 20.8.1</li> <li><a href="pypa/virtualenv@e13ea2a7c65f233df0bc526ae073c01747258de8"><code>e13ea2a</code></a> During seeding properly uninstall present versions of the wheels (<a href="https://github-redirect.dependabot.com/pypa/virtualenv/issues/2186">#2186</a>)</li> <li><a href="pypa/virtualenv@3b9d95481a7bb8ce98bc3118416ba6cbbedf99b4"><code>3b9d954</code></a> Bump embed setuptools to 58.1.0 (<a href="https://github-redirect.dependabot.com/pypa/virtualenv/issues/2195">#2195</a>)</li> <li><a href="pypa/virtualenv@40d2f1833bab94fa2cad852c5b9e31d42c66d570"><code>40d2f18</code></a> Fail early instead of creating non-working env (<a href="https://github-redirect.dependabot.com/pypa/virtualenv/issues/2189">#2189</a>)</li> <li><a href="pypa/virtualenv@9e03c945fbf22cb1384d944f874180292c1018d4"><code>9e03c94</code></a> [pre-commit.ci] pre-commit autoupdate (<a href="https://github-redirect.dependabot.com/pypa/virtualenv/issues/2192">#2192</a>)</li> <li><a href="pypa/virtualenv@2151d385094c4f320cd2484eb9bcf3272cea2cc3"><code>2151d38</code></a> Improve prompt nushell (<a href="https://github-redirect.dependabot.com/pypa/virtualenv/issues/2190">#2190</a>)</li> <li><a href="pypa/virtualenv@d810ce1c0613d1b955576bca644335b7a00b5bc0"><code>d810ce1</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/pypa/virtualenv/issues/2184">#2184</a> from pypa/release-20.8.0</li> <li>See full diff in <a href="pypa/virtualenv@20.8.0...20.8.1">compare view</a></li> </ul> </details> <br /> </code></pre> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=virtualenv&package-manager=pip&previous-version=20.8.0&new-version=20.8.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` 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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
mergify bot
pushed a commit
to andrewbolster/bolster
that referenced
this pull request
Sep 30, 2021
Bumps [virtualenv](https://github.com/pypa/virtualenv) from 20.7.2 to 20.8.1. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/pypa/virtualenv/blob/main/docs/changelog.rst">virtualenv's changelog</a>.</em></p> <blockquote> <h2>v20.8.1 (2021-09-24)</h2> <p>Bugfixes - 20.8.1</p> <pre><code>- Fixed a bug where while creating a venv on top of an existing one, without cleaning, when seeded wheel version mismatch occurred, multiple ``.dist-info`` directories may be present, confounding entrypoint discovery - by :user:`arcivanov` (`[#2185](pypa/virtualenv#2185) <https://github.com/pypa/virtualenv/issues/2185>`_) - Bump embed setuptools from ``58.0.4`` to ``58.1.0`` - by :user:`gaborbernat`. (`[#2195](pypa/virtualenv#2195) <https://github.com/pypa/virtualenv/issues/2195>`_) <p>Misc - 20.8.1</p> <pre><code>- `[#2189](pypa/virtualenv#2189) &lt;https://github.com/pypa/virtualenv/issues/2189&gt;`_ v20.8.0 (2021-09-16) -------------------- * upgrade embedded setuptools to ``58.0.4`` from ``57.4.0`` and pip to ``21.2.4`` from ``21.2.3`` * Add nushell activation script </code></pre> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="pypa/virtualenv@433840821a5d2a2308eb84a53bac95efdfacbe7c"><code>4338408</code></a> release 20.8.1</li> <li><a href="pypa/virtualenv@e13ea2a7c65f233df0bc526ae073c01747258de8"><code>e13ea2a</code></a> During seeding properly uninstall present versions of the wheels (<a href="https://github-redirect.dependabot.com/pypa/virtualenv/issues/2186">#2186</a>)</li> <li><a href="pypa/virtualenv@3b9d95481a7bb8ce98bc3118416ba6cbbedf99b4"><code>3b9d954</code></a> Bump embed setuptools to 58.1.0 (<a href="https://github-redirect.dependabot.com/pypa/virtualenv/issues/2195">#2195</a>)</li> <li><a href="pypa/virtualenv@40d2f1833bab94fa2cad852c5b9e31d42c66d570"><code>40d2f18</code></a> Fail early instead of creating non-working env (<a href="https://github-redirect.dependabot.com/pypa/virtualenv/issues/2189">#2189</a>)</li> <li><a href="pypa/virtualenv@9e03c945fbf22cb1384d944f874180292c1018d4"><code>9e03c94</code></a> [pre-commit.ci] pre-commit autoupdate (<a href="https://github-redirect.dependabot.com/pypa/virtualenv/issues/2192">#2192</a>)</li> <li><a href="pypa/virtualenv@2151d385094c4f320cd2484eb9bcf3272cea2cc3"><code>2151d38</code></a> Improve prompt nushell (<a href="https://github-redirect.dependabot.com/pypa/virtualenv/issues/2190">#2190</a>)</li> <li><a href="pypa/virtualenv@d810ce1c0613d1b955576bca644335b7a00b5bc0"><code>d810ce1</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/pypa/virtualenv/issues/2184">#2184</a> from pypa/release-20.8.0</li> <li><a href="pypa/virtualenv@c54c7efe172adb206c75cc1499cf8625b19064e8"><code>c54c7ef</code></a> release 20.8.0</li> <li><a href="pypa/virtualenv@e0410cafc8feedf72562174dee983fc709a5a36e"><code>e0410ca</code></a> Nushell activation scripts (<a href="https://github-redirect.dependabot.com/pypa/virtualenv/issues/2170">#2170</a>)</li> <li><a href="pypa/virtualenv@1cc503bfadc2c0e8c3ecac6c0a3f430ee601d9a0"><code>1cc503b</code></a> Bump pip and setuptools (<a href="https://github-redirect.dependabot.com/pypa/virtualenv/issues/2183">#2183</a>)</li> <li>Additional commits viewable in <a href="pypa/virtualenv@20.7.2...20.8.1">compare view</a></li> </ul> </details> <br /> </code></pre> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=virtualenv&package-manager=pip&previous-version=20.7.2&new-version=20.8.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 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>
qujingpengf
added a commit
to qujingpengf/ChrisRBe
that referenced
this pull request
Jan 22, 2022
390: build(deps): bump virtualenv from 20.8.0 to 20.8.1 r=ChrisRBe a=dependabot[bot] Bumps [virtualenv](https://github.com/pypa/virtualenv) from 20.8.0 to 20.8.1. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/pypa/virtualenv/blob/main/docs/changelog.rst">virtualenv's changelog</a>.</em></p> <blockquote> <h2>v20.8.1 (2021-09-24)</h2> <p>Bugfixes - 20.8.1</p> <pre><code>- Fixed a bug where while creating a venv on top of an existing one, without cleaning, when seeded wheel version mismatch occurred, multiple ``.dist-info`` directories may be present, confounding entrypoint discovery - by :user:`arcivanov` (`[#2185](pypa/virtualenv#2185) <https://github.com/pypa/virtualenv/issues/2185>`_) - Bump embed setuptools from ``58.0.4`` to ``58.1.0`` - by :user:`gaborbernat`. (`[#2195](pypa/virtualenv#2195) <https://github.com/pypa/virtualenv/issues/2195>`_) <p>Misc - 20.8.1</p> <pre><code>- `[#2189](pypa/virtualenv#2189) &lt;https://github.com/pypa/virtualenv/issues/2189&gt;`_ </code></pre> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="pypa/virtualenv@433840821a5d2a2308eb84a53bac95efdfacbe7c"><code>4338408</code></a> release 20.8.1</li> <li><a href="pypa/virtualenv@e13ea2a7c65f233df0bc526ae073c01747258de8"><code>e13ea2a</code></a> During seeding properly uninstall present versions of the wheels (<a href="https://github-redirect.dependabot.com/pypa/virtualenv/issues/2186">#2186</a>)</li> <li><a href="pypa/virtualenv@3b9d95481a7bb8ce98bc3118416ba6cbbedf99b4"><code>3b9d954</code></a> Bump embed setuptools to 58.1.0 (<a href="https://github-redirect.dependabot.com/pypa/virtualenv/issues/2195">#2195</a>)</li> <li><a href="pypa/virtualenv@40d2f1833bab94fa2cad852c5b9e31d42c66d570"><code>40d2f18</code></a> Fail early instead of creating non-working env (<a href="https://github-redirect.dependabot.com/pypa/virtualenv/issues/2189">#2189</a>)</li> <li><a href="pypa/virtualenv@9e03c945fbf22cb1384d944f874180292c1018d4"><code>9e03c94</code></a> [pre-commit.ci] pre-commit autoupdate (<a href="https://github-redirect.dependabot.com/pypa/virtualenv/issues/2192">#2192</a>)</li> <li><a href="pypa/virtualenv@2151d385094c4f320cd2484eb9bcf3272cea2cc3"><code>2151d38</code></a> Improve prompt nushell (<a href="https://github-redirect.dependabot.com/pypa/virtualenv/issues/2190">#2190</a>)</li> <li><a href="pypa/virtualenv@d810ce1c0613d1b955576bca644335b7a00b5bc0"><code>d810ce1</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/pypa/virtualenv/issues/2184">#2184</a> from pypa/release-20.8.0</li> <li>See full diff in <a href="pypa/virtualenv@20.8.0...20.8.1">compare view</a></li> </ul> </details> <br /> </code></pre> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=virtualenv&package-manager=pip&previous-version=20.8.0&new-version=20.8.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` 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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
emilymclean
pushed a commit
to TechlauncherFireApp/backend
that referenced
this pull request
Sep 12, 2023
Bumps [virtualenv](https://github.com/pypa/virtualenv) from 20.4.4 to 20.8.1. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/pypa/virtualenv/blob/main/docs/changelog.rst">virtualenv's changelog</a>.</em></p> <blockquote> <h2>v20.8.1 (2021-09-24)</h2> <p>Bugfixes - 20.8.1</p> <pre><code>- Fixed a bug where while creating a venv on top of an existing one, without cleaning, when seeded wheel version mismatch occurred, multiple ``.dist-info`` directories may be present, confounding entrypoint discovery - by :user:`arcivanov` (`[#2185](pypa/virtualenv#2185) <https://github.com/pypa/virtualenv/issues/2185>`_) - Bump embed setuptools from ``58.0.4`` to ``58.1.0`` - by :user:`gaborbernat`. (`[#2195](pypa/virtualenv#2195) <https://github.com/pypa/virtualenv/issues/2195>`_) <p>Misc - 20.8.1</p> <pre><code>- `[#2189](pypa/virtualenv#2189) &lt;https://github.com/pypa/virtualenv/issues/2189&gt;`_ v20.8.0 (2021-09-16) -------------------- * upgrade embedded setuptools to ``58.0.4`` from ``57.4.0`` and pip to ``21.2.4`` from ``21.2.3`` * Add nushell activation script v20.7.2 (2021-08-10) -------------------- Bugfixes - 20.7.2 </code></pre> <ul> <li>Upgrade embedded pip to <code>21.2.3</code> from <code>21.2.2</code> and wheel to <code>0.37.0</code> from <code>0.36.2</code> - by :user:<code>gaborbernat</code>. (<code>[#2168](pypa/virtualenv#2168) &lt;pypa/virtualenv#2168; </ul> <h2>v20.7.1 (2021-08-09)</h2> <p>Bugfixes - 20.7.1</p> <pre><code>- Fix unpacking dictionary items in PythonInfo.install_path (`[#2165](pypa/virtualenv#2165) &lt;https://github.com/pypa/virtualenv/issues/2165&gt;`_) v20.7.0 (2021-07-31) -------------------- Bugfixes - 20.7.0 </code></pre> <ul> <li>upgrade embedded pip to <code>21.2.2</code> from <code>21.1.3</code> and setuptools to <code>57.4.0</code> from <code>57.1.0</code> - by :user:<code>gaborbernat</code> (<code>[#2159](pypa/virtualenv#2159) &lt;pypa/virtualenv#2159; </ul> <p>Deprecations and Removals - 20.7.0</p> <pre><code>- Removed ``xonsh`` activator due to this breaking fairly often the CI and lack of support from those packages maintainers, upstream is encouraged to continue supporting the project as a `plugin &lt;https://github.com/xonsh/xonsh/issues/3689&gt;`_ - by :user:`gaborbernat`. (`[#2160](pypa/virtualenv#2160) &lt;https://github.com/pypa/virtualenv/issues/2160&gt;`_) &lt;/tr&gt;&lt;/table&gt; </code></pre> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="pypa/virtualenv@433840821a5d2a2308eb84a53bac95efdfacbe7c"><code>4338408</code></a> release 20.8.1</li> <li><a href="pypa/virtualenv@e13ea2a7c65f233df0bc526ae073c01747258de8"><code>e13ea2a</code></a> During seeding properly uninstall present versions of the wheels (<a href="https://redirect.github.com/pypa/virtualenv/issues/2186">#2186</a>)</li> <li><a href="pypa/virtualenv@3b9d95481a7bb8ce98bc3118416ba6cbbedf99b4"><code>3b9d954</code></a> Bump embed setuptools to 58.1.0 (<a href="https://redirect.github.com/pypa/virtualenv/issues/2195">#2195</a>)</li> <li><a href="pypa/virtualenv@40d2f1833bab94fa2cad852c5b9e31d42c66d570"><code>40d2f18</code></a> Fail early instead of creating non-working env (<a href="https://redirect.github.com/pypa/virtualenv/issues/2189">#2189</a>)</li> <li><a href="pypa/virtualenv@9e03c945fbf22cb1384d944f874180292c1018d4"><code>9e03c94</code></a> [pre-commit.ci] pre-commit autoupdate (<a href="https://redirect.github.com/pypa/virtualenv/issues/2192">#2192</a>)</li> <li><a href="pypa/virtualenv@2151d385094c4f320cd2484eb9bcf3272cea2cc3"><code>2151d38</code></a> Improve prompt nushell (<a href="https://redirect.github.com/pypa/virtualenv/issues/2190">#2190</a>)</li> <li><a href="pypa/virtualenv@d810ce1c0613d1b955576bca644335b7a00b5bc0"><code>d810ce1</code></a> Merge pull request <a href="https://redirect.github.com/pypa/virtualenv/issues/2184">#2184</a> from pypa/release-20.8.0</li> <li><a href="pypa/virtualenv@c54c7efe172adb206c75cc1499cf8625b19064e8"><code>c54c7ef</code></a> release 20.8.0</li> <li><a href="pypa/virtualenv@e0410cafc8feedf72562174dee983fc709a5a36e"><code>e0410ca</code></a> Nushell activation scripts (<a href="https://redirect.github.com/pypa/virtualenv/issues/2170">#2170</a>)</li> <li><a href="pypa/virtualenv@1cc503bfadc2c0e8c3ecac6c0a3f430ee601d9a0"><code>1cc503b</code></a> Bump pip and setuptools (<a href="https://redirect.github.com/pypa/virtualenv/issues/2183">#2183</a>)</li> <li>Additional commits viewable in <a href="pypa/virtualenv@20.4.4...20.8.1">compare view</a></li> </ul> </details> <br /> </code></pre> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=virtualenv&package-manager=pip&previous-version=20.4.4&new-version=20.8.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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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.
Signed-off-by: Bernát Gábor gaborjbernat@gmail.com