Skip to content
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

Update fiona hook for compatibility with fiona 1.9.0 #541

Merged
merged 2 commits into from
Jan 31, 2023

Conversation

rokm
Copy link
Member

@rokm rokm commented Jan 30, 2023

Update fiona hook for compatibility with fiona 1.9.0 (add fiona.enums to hidden imports).

Also ensure that the package's data files are collected, and add a test that shows why they are needed.

Collect data files from `fiona` package, such as the projections
database. Fixes errors about missing proj.db when package is
imported,
```
ERROR 1: PROJ: proj_create_from_database: Cannot find proj.db
PROJ: proj_create_from_database: Cannot find proj.db
```
which, while non-fatal in itself, later results in missing
functionality, such as CRS lookup via EPSG identifier.

Add a transformation test that demonstrates the failure due to
missing data.
Add `fiona.enums` to the hidden imports; the import is made in
cythonized `fiona.crs` module.
@rokm rokm merged commit aced500 into pyinstaller:master Jan 31, 2023
@rokm rokm deleted the hook-fiona branch January 31, 2023 18:15
wxx9248 pushed a commit to wxx9248/CIS-Game-Project-2023W that referenced this pull request Feb 14, 2023
…23.0 (#35)

Bumps
[pyinstaller-hooks-contrib](https://github.com/pyinstaller/pyinstaller-hooks-contrib)
from 2022.15 to 2023.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/pyinstaller/pyinstaller-hooks-contrib/releases">pyinstaller-hooks-contrib's
releases</a>.</em></p>
<blockquote>
<h2>2023.0</h2>
<p>Please see the <a
href="https://www.github.com/pyinstaller/pyinstaller-hooks-contrib/tree/master/CHANGELOG.rst">changelog</a>
for more details</p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/pyinstaller/pyinstaller-hooks-contrib/blob/master/CHANGELOG.rst">pyinstaller-hooks-contrib's
changelog</a>.</em></p>
<blockquote>
<h2>2023.0 (2023-02-13)</h2>
<p>New hooks</p>
<pre><code>
* Add hook for ``minecraft-launcher-lib``
(`[#536](pyinstaller/pyinstaller-hooks-contrib#536)

&lt;https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/536&gt;`_)
* Add hook for ``nbt``
(`[#537](pyinstaller/pyinstaller-hooks-contrib#537)

&lt;https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/537&gt;`_)
<p>Updated hooks
</code></pre></p>
<ul>
<li>Have <code>fiona</code> hook collect the package's data files (e.g.,
the
projections database).
(<code>[#541](pyinstaller/pyinstaller-hooks-contrib#541)
&lt;https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/541&gt;</code>_)</li>
<li>Update <code>fiona</code> hook for compatibility with
<code>fiona</code> 1.9.0.
(<code>[#541](pyinstaller/pyinstaller-hooks-contrib#541)
&lt;https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/541&gt;</code>_)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/pyinstaller/pyinstaller-hooks-contrib/commit/63d24c331f79c7dc018a3a0fd08b1397e6a81ec2"><code>63d24c3</code></a>
Release v2023.0</li>
<li><a
href="https://github.com/pyinstaller/pyinstaller-hooks-contrib/commit/a9431e18f1e7b578311166b6fa3ae45ff5c5cfb8"><code>a9431e1</code></a>
Scheduled weekly dependency update for week 06 (<a
href="https://github-redirect.dependabot.com/pyinstaller/pyinstaller-hooks-contrib/issues/543">#543</a>)</li>
<li><a
href="https://github.com/pyinstaller/pyinstaller-hooks-contrib/commit/23a86ad948a81a311b080b10e6d059699844152c"><code>23a86ad</code></a>
Scheduled weekly dependency update for week 05 (<a
href="https://github-redirect.dependabot.com/pyinstaller/pyinstaller-hooks-contrib/issues/540">#540</a>)</li>
<li><a
href="https://github.com/pyinstaller/pyinstaller-hooks-contrib/commit/aced50065556bb9af136c10537773cb54014c57a"><code>aced500</code></a>
hooks: fiona: update for compatibility with fiona 1.9.0</li>
<li><a
href="https://github.com/pyinstaller/pyinstaller-hooks-contrib/commit/88366af06d2bd48cbafdcbfb8674a1ae86efc5e3"><code>88366af</code></a>
hooks: fiona: collect the package's data files</li>
<li><a
href="https://github.com/pyinstaller/pyinstaller-hooks-contrib/commit/7dba7f99de1ee981c7806f7a00c0b24179457e52"><code>7dba7f9</code></a>
Scheduled weekly dependency update for week 04 (<a
href="https://github-redirect.dependabot.com/pyinstaller/pyinstaller-hooks-contrib/issues/539">#539</a>)</li>
<li><a
href="https://github.com/pyinstaller/pyinstaller-hooks-contrib/commit/00038a3456a02dfb4ee19061e99b517ba13b80b8"><code>00038a3</code></a>
Add hook for NBT (<a
href="https://github-redirect.dependabot.com/pyinstaller/pyinstaller-hooks-contrib/issues/537">#537</a>)</li>
<li><a
href="https://github.com/pyinstaller/pyinstaller-hooks-contrib/commit/0e3528e46aa1c59d087e713d2a357cee9f813c78"><code>0e3528e</code></a>
Scheduled weekly dependency update for week 03 (<a
href="https://github-redirect.dependabot.com/pyinstaller/pyinstaller-hooks-contrib/issues/538">#538</a>)</li>
<li><a
href="https://github.com/pyinstaller/pyinstaller-hooks-contrib/commit/e1f160103cee85c2b8cd2232c0f9f473e96d807d"><code>e1f1601</code></a>
Add hook for minecraft-launcher-lib (<a
href="https://github-redirect.dependabot.com/pyinstaller/pyinstaller-hooks-contrib/issues/536">#536</a>)</li>
<li>See full diff in <a
href="https://github.com/pyinstaller/pyinstaller-hooks-contrib/compare/2022.15...2023.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=pyinstaller-hooks-contrib&package-manager=pip&previous-version=2022.15&new-version=2023.0)](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>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Guts added a commit to Guts/qgis-deployment-cli that referenced this pull request Mar 1, 2023
#201)

Updates the requirements on
[pyinstaller-hooks-contrib](https://github.com/pyinstaller/pyinstaller-hooks-contrib)
to permit the latest version.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/pyinstaller/pyinstaller-hooks-contrib/releases">pyinstaller-hooks-contrib's
releases</a>.</em></p>
<blockquote>
<h2>2023.0</h2>
<p>Please see the <a
href="https://www.github.com/pyinstaller/pyinstaller-hooks-contrib/tree/master/CHANGELOG.rst">changelog</a>
for more details</p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/pyinstaller/pyinstaller-hooks-contrib/blob/master/CHANGELOG.rst">pyinstaller-hooks-contrib's
changelog</a>.</em></p>
<blockquote>
<h2>2023.0 (2023-02-13)</h2>
<p>New hooks</p>
<pre><code>
* Add hook for ``minecraft-launcher-lib``
(`[#536](pyinstaller/pyinstaller-hooks-contrib#536)

&lt;https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/536&gt;`_)
* Add hook for ``nbt``
(`[#537](pyinstaller/pyinstaller-hooks-contrib#537)

&lt;https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/537&gt;`_)
<p>Updated hooks
</code></pre></p>
<ul>
<li>Have <code>fiona</code> hook collect the package's data files (e.g.,
the
projections database).
(<code>[#541](pyinstaller/pyinstaller-hooks-contrib#541)
&lt;https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/541&gt;</code>_)</li>
<li>Update <code>fiona</code> hook for compatibility with
<code>fiona</code> 1.9.0.
(<code>[#541](pyinstaller/pyinstaller-hooks-contrib#541)
&lt;https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/541&gt;</code>_)</li>
</ul>
<h2>2022.15 (2023-01-15)</h2>
<p>New hooks</p>
<pre><code>
* Add a hook for `easyocr &lt;https://github.com/JaidedAI/EasyOCR&gt;`_,
  which imports recognition backends via ``imporlib.import_module()``
  and has a number of datafiles for different languages.
<p>Users can set which languages to include datafiles for with a hook
option.

(<code>[#530](pyinstaller/pyinstaller-hooks-contrib#530)
&amp;lt;https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/530&amp;gt;</code>_)</p>
<ul>
<li>Add hook for <code>charset-normalizer</code> to fix
<code>ModuleNotFoundError: No module named
'charset_normalizer.md__mypyc'</code>.
(<code>[#534](pyinstaller/pyinstaller-hooks-contrib#534)
&amp;lt;https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/534&amp;gt;</code>_)</li>
</ul>
<p>Updated hooks
</code></pre></p>
<ul>
<li>Update <code>shapely</code> hook for compatibility with
<code>shapely &gt;= 2.0.0</code>.
(<code>[#527](pyinstaller/pyinstaller-hooks-contrib#527)
&lt;https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/527&gt;</code>_)</li>
</ul>
<p>Project &amp; Process</p>
<pre><code>
&lt;/tr&gt;&lt;/table&gt; 
</code></pre>
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/pyinstaller/pyinstaller-hooks-contrib/commit/63d24c331f79c7dc018a3a0fd08b1397e6a81ec2"><code>63d24c3</code></a>
Release v2023.0</li>
<li><a
href="https://github.com/pyinstaller/pyinstaller-hooks-contrib/commit/a9431e18f1e7b578311166b6fa3ae45ff5c5cfb8"><code>a9431e1</code></a>
Scheduled weekly dependency update for week 06 (<a
href="https://github-redirect.dependabot.com/pyinstaller/pyinstaller-hooks-contrib/issues/543">#543</a>)</li>
<li><a
href="https://github.com/pyinstaller/pyinstaller-hooks-contrib/commit/23a86ad948a81a311b080b10e6d059699844152c"><code>23a86ad</code></a>
Scheduled weekly dependency update for week 05 (<a
href="https://github-redirect.dependabot.com/pyinstaller/pyinstaller-hooks-contrib/issues/540">#540</a>)</li>
<li><a
href="https://github.com/pyinstaller/pyinstaller-hooks-contrib/commit/aced50065556bb9af136c10537773cb54014c57a"><code>aced500</code></a>
hooks: fiona: update for compatibility with fiona 1.9.0</li>
<li><a
href="https://github.com/pyinstaller/pyinstaller-hooks-contrib/commit/88366af06d2bd48cbafdcbfb8674a1ae86efc5e3"><code>88366af</code></a>
hooks: fiona: collect the package's data files</li>
<li><a
href="https://github.com/pyinstaller/pyinstaller-hooks-contrib/commit/7dba7f99de1ee981c7806f7a00c0b24179457e52"><code>7dba7f9</code></a>
Scheduled weekly dependency update for week 04 (<a
href="https://github-redirect.dependabot.com/pyinstaller/pyinstaller-hooks-contrib/issues/539">#539</a>)</li>
<li><a
href="https://github.com/pyinstaller/pyinstaller-hooks-contrib/commit/00038a3456a02dfb4ee19061e99b517ba13b80b8"><code>00038a3</code></a>
Add hook for NBT (<a
href="https://github-redirect.dependabot.com/pyinstaller/pyinstaller-hooks-contrib/issues/537">#537</a>)</li>
<li><a
href="https://github.com/pyinstaller/pyinstaller-hooks-contrib/commit/0e3528e46aa1c59d087e713d2a357cee9f813c78"><code>0e3528e</code></a>
Scheduled weekly dependency update for week 03 (<a
href="https://github-redirect.dependabot.com/pyinstaller/pyinstaller-hooks-contrib/issues/538">#538</a>)</li>
<li><a
href="https://github.com/pyinstaller/pyinstaller-hooks-contrib/commit/e1f160103cee85c2b8cd2232c0f9f473e96d807d"><code>e1f1601</code></a>
Add hook for minecraft-launcher-lib (<a
href="https://github-redirect.dependabot.com/pyinstaller/pyinstaller-hooks-contrib/issues/536">#536</a>)</li>
<li><a
href="https://github.com/pyinstaller/pyinstaller-hooks-contrib/commit/b5d051d31f878a3e605d37f285a5dd2055c15297"><code>b5d051d</code></a>
Release v2022.15</li>
<li>Additional commits viewable in <a
href="https://github.com/pyinstaller/pyinstaller-hooks-contrib/compare/2022.0...2023.0">compare
view</a></li>
</ul>
</details>
<br />


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>
Guts added a commit to geotribu/cli that referenced this pull request Mar 2, 2023
#44)

Updates the requirements on
[pyinstaller-hooks-contrib](https://github.com/pyinstaller/pyinstaller-hooks-contrib)
to permit the latest version.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/pyinstaller/pyinstaller-hooks-contrib/releases">pyinstaller-hooks-contrib's
releases</a>.</em></p>
<blockquote>
<h2>2023.0</h2>
<p>Please see the <a
href="https://www.github.com/pyinstaller/pyinstaller-hooks-contrib/tree/master/CHANGELOG.rst">changelog</a>
for more details</p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/pyinstaller/pyinstaller-hooks-contrib/blob/master/CHANGELOG.rst">pyinstaller-hooks-contrib's
changelog</a>.</em></p>
<blockquote>
<h2>2023.0 (2023-02-13)</h2>
<p>New hooks</p>
<pre><code>
* Add hook for ``minecraft-launcher-lib``
(`[#536](pyinstaller/pyinstaller-hooks-contrib#536)

&lt;https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/536&gt;`_)
* Add hook for ``nbt``
(`[#537](pyinstaller/pyinstaller-hooks-contrib#537)

&lt;https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/537&gt;`_)
<p>Updated hooks
</code></pre></p>
<ul>
<li>Have <code>fiona</code> hook collect the package's data files (e.g.,
the
projections database).
(<code>[#541](pyinstaller/pyinstaller-hooks-contrib#541)
&lt;https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/541&gt;</code>_)</li>
<li>Update <code>fiona</code> hook for compatibility with
<code>fiona</code> 1.9.0.
(<code>[#541](pyinstaller/pyinstaller-hooks-contrib#541)
&lt;https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/541&gt;</code>_)</li>
</ul>
<h2>2022.15 (2023-01-15)</h2>
<p>New hooks</p>
<pre><code>
* Add a hook for `easyocr &lt;https://github.com/JaidedAI/EasyOCR&gt;`_,
  which imports recognition backends via ``imporlib.import_module()``
  and has a number of datafiles for different languages.
<p>Users can set which languages to include datafiles for with a hook
option.

(<code>[#530](pyinstaller/pyinstaller-hooks-contrib#530)
&amp;lt;https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/530&amp;gt;</code>_)</p>
<ul>
<li>Add hook for <code>charset-normalizer</code> to fix
<code>ModuleNotFoundError: No module named
'charset_normalizer.md__mypyc'</code>.
(<code>[#534](pyinstaller/pyinstaller-hooks-contrib#534)
&amp;lt;https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/534&amp;gt;</code>_)</li>
</ul>
<p>Updated hooks
</code></pre></p>
<ul>
<li>Update <code>shapely</code> hook for compatibility with
<code>shapely &gt;= 2.0.0</code>.
(<code>[#527](pyinstaller/pyinstaller-hooks-contrib#527)
&lt;https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/527&gt;</code>_)</li>
</ul>
<p>Project &amp; Process</p>
<pre><code>
&lt;/tr&gt;&lt;/table&gt; 
</code></pre>
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/pyinstaller/pyinstaller-hooks-contrib/commit/63d24c331f79c7dc018a3a0fd08b1397e6a81ec2"><code>63d24c3</code></a>
Release v2023.0</li>
<li><a
href="https://github.com/pyinstaller/pyinstaller-hooks-contrib/commit/a9431e18f1e7b578311166b6fa3ae45ff5c5cfb8"><code>a9431e1</code></a>
Scheduled weekly dependency update for week 06 (<a
href="https://github-redirect.dependabot.com/pyinstaller/pyinstaller-hooks-contrib/issues/543">#543</a>)</li>
<li><a
href="https://github.com/pyinstaller/pyinstaller-hooks-contrib/commit/23a86ad948a81a311b080b10e6d059699844152c"><code>23a86ad</code></a>
Scheduled weekly dependency update for week 05 (<a
href="https://github-redirect.dependabot.com/pyinstaller/pyinstaller-hooks-contrib/issues/540">#540</a>)</li>
<li><a
href="https://github.com/pyinstaller/pyinstaller-hooks-contrib/commit/aced50065556bb9af136c10537773cb54014c57a"><code>aced500</code></a>
hooks: fiona: update for compatibility with fiona 1.9.0</li>
<li><a
href="https://github.com/pyinstaller/pyinstaller-hooks-contrib/commit/88366af06d2bd48cbafdcbfb8674a1ae86efc5e3"><code>88366af</code></a>
hooks: fiona: collect the package's data files</li>
<li><a
href="https://github.com/pyinstaller/pyinstaller-hooks-contrib/commit/7dba7f99de1ee981c7806f7a00c0b24179457e52"><code>7dba7f9</code></a>
Scheduled weekly dependency update for week 04 (<a
href="https://github-redirect.dependabot.com/pyinstaller/pyinstaller-hooks-contrib/issues/539">#539</a>)</li>
<li><a
href="https://github.com/pyinstaller/pyinstaller-hooks-contrib/commit/00038a3456a02dfb4ee19061e99b517ba13b80b8"><code>00038a3</code></a>
Add hook for NBT (<a
href="https://github-redirect.dependabot.com/pyinstaller/pyinstaller-hooks-contrib/issues/537">#537</a>)</li>
<li><a
href="https://github.com/pyinstaller/pyinstaller-hooks-contrib/commit/0e3528e46aa1c59d087e713d2a357cee9f813c78"><code>0e3528e</code></a>
Scheduled weekly dependency update for week 03 (<a
href="https://github-redirect.dependabot.com/pyinstaller/pyinstaller-hooks-contrib/issues/538">#538</a>)</li>
<li><a
href="https://github.com/pyinstaller/pyinstaller-hooks-contrib/commit/e1f160103cee85c2b8cd2232c0f9f473e96d807d"><code>e1f1601</code></a>
Add hook for minecraft-launcher-lib (<a
href="https://github-redirect.dependabot.com/pyinstaller/pyinstaller-hooks-contrib/issues/536">#536</a>)</li>
<li><a
href="https://github.com/pyinstaller/pyinstaller-hooks-contrib/commit/b5d051d31f878a3e605d37f285a5dd2055c15297"><code>b5d051d</code></a>
Release v2022.15</li>
<li>Additional commits viewable in <a
href="https://github.com/pyinstaller/pyinstaller-hooks-contrib/compare/2022.0...2023.0">compare
view</a></li>
</ul>
</details>
<br />


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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants