Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

unable to run run tox and fails with error "could not install deps" #2081

Closed
AvRajath opened this issue Jun 3, 2021 · 4 comments · Fixed by #2111
Closed

unable to run run tox and fails with error "could not install deps" #2081

AvRajath opened this issue Jun 3, 2021 · 4 comments · Fixed by #2111

Comments

@AvRajath
Copy link

AvRajath commented Jun 3, 2021

Im trying to run UTs in my Ubuntu machine(16.04). but im seeing the dependency error although i have installed the dependencies locally.

Below is the error when i run sudo tox:

$ tox -vvvv -ini
using tox.ini: /home/dev/rajath/openstack/git/networking-infoblox/tox.ini (pid 119214)
using tox-3.23.1 from /home/dev/.local/lib/python3.6/site-packages/tox/__init__.py (pid 119214)
skipping sdist step
py36 uses /usr/bin/python3.6
py36 start: getenv /home/dev/rajath/openstack/git/networking-infoblox/.tox/py36
py36 cannot reuse: no previous config /home/dev/rajath/openstack/git/networking-infoblox/.tox/py36/.tox-config1
py36 create: /home/dev/rajath/openstack/git/networking-infoblox/.tox/py36
setting PATH=/home/dev/rajath/openstack/git/networking-infoblox/.tox/py36/bin:/home/dev/bin:/home/dev/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin
[119226] /home/dev/rajath/openstack/git/networking-infoblox/.tox$ /usr/bin/python3.6 -m virtualenv --no-download --python /usr/bin/python3.6 py36
/home/dev/.local/lib/python3.6/site-packages/virtualenv/run/plugin/base.py:18: DeprecationWarning: SelectableGroups dict interface is deprecated. Use select.
  return OrderedDict((e.name, e.load()) for e in cls.entry_points().get(key, {}))
created virtual environment CPython3.6.13.final.0-64 in 241ms
  creator CPython3Posix(dest=/home/dev/rajath/openstack/git/networking-infoblox/.tox/py36, clear=False, no_vcs_ignore=False, global=False)
  seeder FromAppData(download=False, pip=bundle, setuptools=bundle, wheel=bundle, via=copy, app_data_dir=/home/dev/.local/share/virtualenv)
    added seed packages: pip==21.1.2, setuptools==57.0.0, wheel==0.36.2
  activators BashActivator,CShellActivator,FishActivator,PowerShellActivator,PythonActivator,XonshActivator
py36 installdeps: -r/home/dev/rajath/openstack/git/networking-infoblox/requirements.txt, -r/home/dev/rajath/openstack/git/networking-infoblox/test-requirements.txt
setting PATH=/home/dev/rajath/openstack/git/networking-infoblox/.tox/py36/bin:/home/dev/bin:/home/dev/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin
ERROR: invocation failed (exit code 13)
ERROR: could not install deps [-r/home/dev/rajath/openstack/git/networking-infoblox/requirements.txt, -r/home/dev/rajath/openstack/git/networking-infoblox/test-requirements.txt]; v = InvocationError('/home/dev/rajath/openstack/git/networking-infoblox/tools/tox_install.sh -i ni -r/home/dev/rajath/openstack/git/networking-infoblox/requirements.txt -r/home/dev/rajath/openstack/git/networking-infoblox/test-requirements.txt', 13)
py36 finish: getenv /home/dev/rajath/openstack/git/networking-infoblox/.tox/py36 after 0.41 seconds
/usr/bin/python3.6 (/usr/bin/python3.6) is {'executable': '/usr/bin/python3.6', 'implementation': 'CPython', 'version_info': [3, 6, 13, 'final', 0], 'version': '3.6.13 (default, Feb 20 2021, 21:42:50) \n[GCC 5.4.0 20160609]', 'is_64': True, 'sysplatform': 'linux', 'os_sep': '/', 'extra_version_info': None}
pep8 uses /usr/bin/python3.6
pep8 start: getenv /home/dev/rajath/openstack/git/networking-infoblox/.tox/pep8
pep8 cannot reuse: no previous config /home/dev/rajath/openstack/git/networking-infoblox/.tox/pep8/.tox-config1
pep8 create: /home/dev/rajath/openstack/git/networking-infoblox/.tox/pep8
setting PATH=/home/dev/rajath/openstack/git/networking-infoblox/.tox/pep8/bin:/home/dev/bin:/home/dev/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin
[119234] /home/dev/rajath/openstack/git/networking-infoblox/.tox$ /usr/bin/python3.6 -m virtualenv --no-download --python /usr/bin/python3.6 pep8
/home/dev/.local/lib/python3.6/site-packages/virtualenv/run/plugin/base.py:18: DeprecationWarning: SelectableGroups dict interface is deprecated. Use select.
  return OrderedDict((e.name, e.load()) for e in cls.entry_points().get(key, {}))
created virtual environment CPython3.6.13.final.0-64 in 224ms
  creator CPython3Posix(dest=/home/dev/rajath/openstack/git/networking-infoblox/.tox/pep8, clear=False, no_vcs_ignore=False, global=False)
  seeder FromAppData(download=False, pip=bundle, setuptools=bundle, wheel=bundle, via=copy, app_data_dir=/home/dev/.local/share/virtualenv)
    added seed packages: pip==21.1.2, setuptools==57.0.0, wheel==0.36.2
  activators BashActivator,CShellActivator,FishActivator,PowerShellActivator,PythonActivator,XonshActivator
pep8 installdeps: -r/home/dev/rajath/openstack/git/networking-infoblox/requirements.txt, -r/home/dev/rajath/openstack/git/networking-infoblox/test-requirements.txt
setting PATH=/home/dev/rajath/openstack/git/networking-infoblox/.tox/pep8/bin:/home/dev/bin:/home/dev/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin
ERROR: invocation failed (exit code 13)
ERROR: could not install deps [-r/home/dev/rajath/openstack/git/networking-infoblox/requirements.txt, -r/home/dev/rajath/openstack/git/networking-infoblox/test-requirements.txt]; v = InvocationError('/home/dev/rajath/openstack/git/networking-infoblox/tools/tox_install.sh -i ni -r/home/dev/rajath/openstack/git/networking-infoblox/requirements.txt -r/home/dev/rajath/openstack/git/networking-infoblox/test-requirements.txt', 13)
pep8 finish: getenv /home/dev/rajath/openstack/git/networking-infoblox/.tox/pep8 after 0.40 seconds
___________________________________________________________ summary ___________________________________________________________
ERROR:   py36: could not install deps [-r/home/dev/rajath/openstack/git/networking-infoblox/requirements.txt, -r/home/dev/rajath/openstack/git/networking-infoblox/test-requirements.txt]; v = InvocationError('/home/dev/rajath/openstack/git/networking-infoblox/tools/tox_install.sh -i ni -r/home/dev/rajath/openstack/git/networking-infoblox/requirements.txt -r/home/dev/rajath/openstack/git/networking-infoblox/test-requirements.txt', 13)
ERROR:   pep8: could not install deps [-r/home/dev/rajath/openstack/git/networking-infoblox/requirements.txt, -r/home/dev/rajath/openstack/git/networking-infoblox/test-requirements.txt]; v = InvocationError('/home/dev/rajath/openstack/git/networking-infoblox/tools/tox_install.sh -i ni -r/home/dev/rajath/openstack/git/networking-infoblox/requirements.txt -r/home/dev/rajath/openstack/git/networking-infoblox/test-requirements.txt', 13)
$ cat tox.ini
[tox]
envlist = py36,pep8
skipsdist = True

[testenv]
usedevelop = True
install_command = {toxinidir}/tools/tox_install.sh {opts} {packages}
setenv =
   VIRTUAL_ENV={envdir}
   PYTHONWARNINGS=default::DeprecationWarning
   UPPER_CONSTRAINTS_FILE=https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt?h=stable/wallaby
   BRANCH_NAME=stable/wallaby

deps = -r{toxinidir}/requirements.txt
       -r{toxinidir}/test-requirements.txt
commands = python setup.py test --slowest --testr-args='{posargs}'

[testenv:pep8]
commands =
    flake8
    neutron-db-manage --subproject networking-infoblox check_migration

[testenv:venv]
commands = {posargs}

[testenv:cover]
commands = python setup.py test --coverage --testr-args='{posargs}'

[testenv:docs]
commands = python setup.py build_sphinx

[testenv:debug]
commands = oslo_debug_helper {posargs}

[testenv:py34]
commands = python -m testtools.run \
    networking_infoblox.tests.test_networking_infoblox

[flake8]
# E123, E125 skipped as they are invalid PEP-8.

show-source = True
ignore = E123,E125
builtins = _
exclude=.venv,.git,.tox,dist,doc,*lib/python*,*egg,build
@AvRajath
Copy link
Author

AvRajath commented Jun 3, 2021

https://github.com/AvRajath/networking-infoblox this is the repo that im trying to run tox on.

@jugmac00
Copy link
Member

jugmac00 commented Jun 3, 2021

Pinging the the other maintainers (@gaborbernat, @obestwalter, @asottile, @eumiro), whether Bash scripts are a supported option for the install_command at all.

When I look in our documentation, I don't think so:
https://tox.readthedocs.io/en/latest/config.html#conf-install_command

I even tried to run a very basic Bash script for the install_command, and I see the same error.

Maybe some of the plugins could help, see https://tox.readthedocs.io/en/latest/plugins.html or you need to write a custom one.

@asottile
Copy link
Contributor

asottile commented Jun 3, 2021

yes this should work, I've used this approach before

but your file isn't executable:

$ ls -al tools/
total 12
drwxr-xr-x 2 asottile asottile 4096 Jun  3 08:10 .
drwxr-xr-x 8 asottile asottile 4096 Jun  3 08:10 ..
-rw-r--r-- 1 asottile asottile 1509 Jun  3 08:10 tox_install.sh

here's a video I did on checking in an executable file (in case you're on windows): https://youtu.be/Ud6t-mIyhsw

@jugmac00
Copy link
Member

jugmac00 commented Jun 3, 2021

Thanks @asottile!

Let's keep this issue open until this feature is documented.

@AvRajath, maybe you want to create a pull request, now that you know how this works?

jugmac00 added a commit that referenced this issue Jul 20, 2021
jugmac00 added a commit that referenced this issue Jul 20, 2021
The documentation now mentions that you can provide arbitrary commands
to ``install_command``.

This fixes #2081.

apply pr feedback
bors bot added a commit to meilisearch/meilisearch-python that referenced this issue Aug 17, 2021
299: Bump tox from 3.23.1 to 3.24.1 r=alallema a=dependabot[bot]

Bumps [tox](https://github.com/tox-dev/tox) from 3.23.1 to 3.24.1.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/tox-dev/tox/blob/master/docs/changelog.rst">tox's changelog</a>.</em></p>
<blockquote>
<h2>v3.24.1 (2021-07-31)</h2>
<p>Bugfixes
^^^^^^^^</p>
<ul>
<li><code>get_requires_for_build_sdist</code> hook (PEP 517) is assumed to return an empty list if left unimplemented by the backend build system - by :user:<code>oczkoisse</code>
<code>[#2130](tox-dev/tox#2130) &lt;https://github.com/tox-dev/tox/issues/2130&gt;</code>_</li>
</ul>
<p>Documentation
^^^^^^^^^^^^^</p>
<ul>
<li>The documentation of <code>install_command</code> now also mentions that you can provide arbitrary commands - by :user:<code>jugmac00</code>
<code>[#2081](tox-dev/tox#2081) &lt;https://github.com/tox-dev/tox/issues/2081&gt;</code>_</li>
</ul>
<h2>v3.24.0 (2021-07-14)</h2>
<p>Bugfixes
^^^^^^^^</p>
<ul>
<li><code>--devenv</code> no longer modifies the directory in which the <code>.tox</code> environment is provisioned - by :user:<code>isaac-ped</code>
<code>[#2065](tox-dev/tox#2065) &lt;https://github.com/tox-dev/tox/issues/2065&gt;</code>_</li>
<li>Fix show config when the package names are not in canonical form - by :user:<code>gaborbernat</code>.
<code>[#2103](tox-dev/tox#2103) &lt;https://github.com/tox-dev/tox/issues/2103&gt;</code>_</li>
</ul>
<p>Documentation
^^^^^^^^^^^^^</p>
<ul>
<li>Extended environment variables section - by :user:<code>majiang</code>
<code>[#2036](tox-dev/tox#2036) &lt;https://github.com/tox-dev/tox/issues/2036&gt;</code>_</li>
</ul>
<p>Miscellaneous
^^^^^^^^^^^^^</p>
<ul>
<li><code>tox</code> no longer shows deprecation warnings for <code>distutils.sysconfig</code> on
Python 3.10 - by :user:<code>9999years</code>
<code>[#2100](tox-dev/tox#2100) &lt;https://github.com/tox-dev/tox/issues/2100&gt;</code>_</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/tox-dev/tox/commit/80918013ac88335331cc5c9b09f2912dad41b63a"><code>8091801</code></a> release 3.24.1</li>
<li><a href="https://github.com/tox-dev/tox/commit/db5861cc7a6cb9d7479116077065423c8d358218"><code>db5861c</code></a> Alow backend build system to omit <code>get_requires_for_build_sdist</code> hook (<a href="https://github-redirect.dependabot.com/tox-dev/tox/issues/2131">#2131</a>)</li>
<li><a href="https://github.com/tox-dev/tox/commit/a61a6b6bf8713f35e560a2449480a8ea5721bad7"><code>a61a6b6</code></a> [pre-commit.ci] pre-commit autoupdate (<a href="https://github-redirect.dependabot.com/tox-dev/tox/issues/2119">#2119</a>)</li>
<li><a href="https://github.com/tox-dev/tox/commit/62f923f1ff2d4c0260cc804fb6723a6655df7255"><code>62f923f</code></a> Update poetry link</li>
<li><a href="https://github.com/tox-dev/tox/commit/20d0646554db9d503afe5b140518cbcb95c2c4de"><code>20d0646</code></a> improve documentation for <code>install_command</code> (<a href="https://github-redirect.dependabot.com/tox-dev/tox/issues/2111">#2111</a>)</li>
<li><a href="https://github.com/tox-dev/tox/commit/b35565a2ee0bfce11e139a163ca1fde3994455ed"><code>b35565a</code></a> [pre-commit.ci] pre-commit autoupdate (<a href="https://github-redirect.dependabot.com/tox-dev/tox/issues/2110">#2110</a>)</li>
<li><a href="https://github.com/tox-dev/tox/commit/3c576a70a119fcb306b1f6e19b1faae4ee178dc4"><code>3c576a7</code></a> Fix misformed title in changelog</li>
<li><a href="https://github.com/tox-dev/tox/commit/7852011425de61cf57ba2c2d06a6c8a4cc12e060"><code>7852011</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/tox-dev/tox/issues/2105">#2105</a> from tox-dev/release-3.24.0</li>
<li><a href="https://github.com/tox-dev/tox/commit/c2e2e3441af72b45a03d11589908762ab0204613"><code>c2e2e34</code></a> release 3.24.0</li>
<li><a href="https://github.com/tox-dev/tox/commit/91dfd3e8bdf95ca2992d675162619036345120d4"><code>91dfd3e</code></a> Add Python3.10 to CI and handle distutils deprecation</li>
<li>Additional commits viewable in <a href="https://github.com/tox-dev/tox/compare/3.23.1...3.24.1">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=tox&package-manager=pip&previous-version=3.23.1&new-version=3.24.1)](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` 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>
bors bot added a commit to meilisearch/docs-scraper that referenced this issue Aug 25, 2021
148: Bump tox from 3.23.0 to 3.24.3 r=bidoubiwa a=dependabot[bot]

Bumps [tox](https://github.com/tox-dev/tox) from 3.23.0 to 3.24.3.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/tox-dev/tox/blob/master/docs/changelog.rst">tox's changelog</a>.</em></p>
<blockquote>
<p>v3.24.3 (2021-08-21)
Bugfixes
^^^^^^^^</p>
<ul>
<li><code>--parallel</code> reports now show ASCII OK/FAIL/SKIP lines when full Unicode output is not available - by :user:<code>brettcs</code>
<code>[#1421](tox-dev/tox#1421) &lt;https://github.com/tox-dev/tox/issues/1421&gt;</code>_</li>
</ul>
<p>Miscellaneous
^^^^^^^^^^^^^</p>
<ul>
<li>Started enforcing valid references in Sphinx docs -- :user:<code>webknjaz</code>
<code>[#2168](tox-dev/tox#2168) &lt;https://github.com/tox-dev/tox/issues/2168&gt;</code>_</li>
</ul>
<h2>v3.24.2 (2021-08-18)</h2>
<p>Bugfixes
^^^^^^^^</p>
<ul>
<li>include <code>LC_ALL</code> to implicit list of passenv variables - by :user:<code>ssbarnea</code>
<code>[#2162](tox-dev/tox#2162) &lt;https://github.com/tox-dev/tox/issues/2162&gt;</code>_</li>
</ul>
<h2>v3.24.1 (2021-07-31)</h2>
<p>Bugfixes
^^^^^^^^</p>
<ul>
<li><code>get_requires_for_build_sdist</code> hook (PEP 517) is assumed to return an empty list if left unimplemented by the backend build system - by :user:<code>oczkoisse</code>
<code>[#2130](tox-dev/tox#2130) &lt;https://github.com/tox-dev/tox/issues/2130&gt;</code>_</li>
</ul>
<p>Documentation
^^^^^^^^^^^^^</p>
<ul>
<li>The documentation of <code>install_command</code> now also mentions that you can provide arbitrary commands - by :user:<code>jugmac00</code>
<code>[#2081](tox-dev/tox#2081) &lt;https://github.com/tox-dev/tox/issues/2081&gt;</code>_</li>
</ul>
<h2>v3.24.0 (2021-07-14)</h2>
<p>Bugfixes
^^^^^^^^</p>
<ul>
<li><code>--devenv</code> no longer modifies the directory in which the <code>.tox</code> environment is provisioned - by :user:<code>isaac-ped</code>
<code>[#2065](tox-dev/tox#2065) &lt;https://github.com/tox-dev/tox/issues/2065&gt;</code>_</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/tox-dev/tox/commit/db3149ecd44c0b03418386074a3b07de2914a14d"><code>db3149e</code></a> release 3.24.3</li>
<li><a href="https://github.com/tox-dev/tox/commit/8f5ca1165749efd71d4d3afc19285a9257fe1279"><code>8f5ca11</code></a> ASCII output for --parallel report lines (<a href="https://github-redirect.dependabot.com/tox-dev/tox/issues/2164">#2164</a>)</li>
<li><a href="https://github.com/tox-dev/tox/commit/e1f1826d0533c3b45cbe72c9210ae0cca3ad2181"><code>e1f1826</code></a> ♲ Fix the rendering of PR templates (<a href="https://github-redirect.dependabot.com/tox-dev/tox/issues/2169">#2169</a>)</li>
<li><a href="https://github.com/tox-dev/tox/commit/3dbc21f47ed2fe07dce09770e02e692e1c0e3045"><code>3dbc21f</code></a> 📝 Make Sphinx strict about broken references (<a href="https://github-redirect.dependabot.com/tox-dev/tox/issues/2168">#2168</a>)</li>
<li><a href="https://github.com/tox-dev/tox/commit/63c98c2ff2bf6506499ed73e8c0806df79351951"><code>63c98c2</code></a> 📝 Document when <code>{tty}</code> was added (<a href="https://github-redirect.dependabot.com/tox-dev/tox/issues/2166">#2166</a>)</li>
<li><a href="https://github.com/tox-dev/tox/commit/29a1ca98b5f6fc9d6adf4200c2fb566a0319cd65"><code>29a1ca9</code></a> 🐛 Fix the last version+date underline in changelog (<a href="https://github-redirect.dependabot.com/tox-dev/tox/issues/2165">#2165</a>)</li>
<li><a href="https://github.com/tox-dev/tox/commit/8c8a29e34886f45f7e3b86dc62a1723aa14fd369"><code>8c8a29e</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/tox-dev/tox/issues/2163">#2163</a> from tox-dev/release-3.24.2</li>
<li><a href="https://github.com/tox-dev/tox/commit/3dc01d5c0f3ec51583de6c990107f12c608d82f6"><code>3dc01d5</code></a> release 3.24.2</li>
<li><a href="https://github.com/tox-dev/tox/commit/bb609f5acfc580588925367b00533bf808e9d4c1"><code>bb609f5</code></a> Add LC_ALL to implicit tox passenv (<a href="https://github-redirect.dependabot.com/tox-dev/tox/issues/2162">#2162</a>)</li>
<li><a href="https://github.com/tox-dev/tox/commit/8ded7b72cb7dbb8da3a3eccfe6f9a099edbcde5f"><code>8ded7b7</code></a> [pre-commit.ci] pre-commit autoupdate (<a href="https://github-redirect.dependabot.com/tox-dev/tox/issues/2149">#2149</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/tox-dev/tox/compare/3.23.0...3.24.3">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=tox&package-manager=pip&previous-version=3.23.0&new-version=3.24.3)](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` 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>
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants