Simple as dead support of Redis database for Flask applications
Bumps [tox](https://github.com/tox-dev/tox) from 3.14.5 to 3.24.0. <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> <h1>v3.24.0 (2021-07-14)</h1> <h2>Bugfixes</h2> <ul> <li><code>--devenv</code> no longer modifies the directory in which the <code>.tox</code> environment is provisioned - by isaac-ped <a href="https://github-redirect.dependabot.com/tox-dev/tox/issues/2065">#2065</a></li> <li>Fix show config when the package names are not in canonical form - by gaborbernat. <a href="https://github-redirect.dependabot.com/tox-dev/tox/issues/2103">#2103</a></li> </ul> <h2>Documentation</h2> <ul> <li>Extended environment variables section - by majiang <a href="https://github-redirect.dependabot.com/tox-dev/tox/issues/2036">#2036</a></li> </ul> <h2>Miscellaneous</h2> <ul> <li><code>tox</code> no longer shows deprecation warnings for <code>distutils.sysconfig</code> on Python 3.10 - by 9999years <a href="https://github-redirect.dependabot.com/tox-dev/tox/issues/2100">#2100</a></li> </ul> <h1>v3.23.1 (2021-05-05)</h1> <h2>Bugfixes</h2> <ul> <li>Distinguish between normal Windows Python and MSYS2 Python when looking for virtualenv executable path. Adds os.sep to InterpreterInfo <ul> <li>by jschwartzentruber <a href="https://github-redirect.dependabot.com/tox-dev/tox/issues/1982">#1982</a></li> </ul> </li> <li>Fix a <code>tox-conda</code> isolation build bug - by AntoineD. <a href="https://github-redirect.dependabot.com/tox-dev/tox/issues/2056">#2056</a></li> </ul> <h2>Documentation</h2> <ul> <li>Update examples in the documentation to use <code>setenv</code> in the <code>[testenv]</code> sections, not wrongly in the <code>[tox]</code> main section. <ul> <li>by AndreyNautilus <a href="https://github-redirect.dependabot.com/tox-dev/tox/issues/1999">#1999</a></li> </ul> </li> </ul> <h2>Miscellaneous</h2> <ul> <li>Enable building tox with <code>setuptools_scm</code> 6+ by hroncok <a href="https://github-redirect.dependabot.com/tox-dev/tox/issues/1984">#1984</a></li> </ul> <h1>v3.23.0 (2021-03-03)</h1> <h2>Features</h2> <ul> <li>tox can now be invoked with a new <code>--no-provision</code> flag that prevents provision, if requires or minversion are not satisfied, tox will fail; if a path is specified as an argument to the flag (e.g. as <code>tox --no-provision missing.json</code>) and provision is prevented, provision metadata are written as JSON to that path - by hroncok <a href="https://github-redirect.dependabot.com/tox-dev/tox/issues/1921">#1921</a></li> <li>Unicode support in <code>pyproject.toml</code> - by domdfcoding <a href="https://github-redirect.dependabot.com/tox-dev/tox/issues/1940">#1940</a></li> </ul> <p>v3.22.0 (2021-02-16)</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <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><a href="https://github.com/tox-dev/tox/commit/eba921aa6a01b19ea934ab7524e79c18d1c71c94"><code>eba921a</code></a> Document Environment variables: Fix <a href="https://github-redirect.dependabot.com/tox-dev/tox/issues/2036">#2036</a> (<a href="https://github-redirect.dependabot.com/tox-dev/tox/issues/2076">#2076</a>)</li> <li><a href="https://github.com/tox-dev/tox/commit/fc593d2ec692fd888aea4dbf0b847e6e192ac975"><code>fc593d2</code></a> Fix show config when package names are not canonical (<a href="https://github-redirect.dependabot.com/tox-dev/tox/issues/2103">#2103</a>)</li> <li><a href="https://github.com/tox-dev/tox/commit/4c0e09b7ca55b56b87bf5ca50d416814c0b86ca7"><code>4c0e09b</code></a> Use sysconfig instead of distutils for Python 3.10 compatability (<a href="https://github-redirect.dependabot.com/tox-dev/tox/issues/2100">#2100</a>)</li> <li><a href="https://github.com/tox-dev/tox/commit/c5e78693badfa33debbee97df3bafeb4a8cf77ad"><code>c5e7869</code></a> [pre-commit.ci] pre-commit autoupdate (<a href="https://github-redirect.dependabot.com/tox-dev/tox/issues/2102">#2102</a>)</li> <li><a href="https://github.com/tox-dev/tox/commit/557808c7487a43d68496097107751c8464c509bb"><code>557808c</code></a> Remove extra opening bracket in docs (<a href="https://github-redirect.dependabot.com/tox-dev/tox/issues/2101">#2101</a>)</li> <li><a href="https://github.com/tox-dev/tox/commit/3e1171a7441770300f82656deec8c27eb94521e8"><code>3e1171a</code></a> [pre-commit.ci] pre-commit autoupdate (<a href="https://github-redirect.dependabot.com/tox-dev/tox/issues/2099">#2099</a>)</li> <li><a href="https://github.com/tox-dev/tox/commit/63845cd9900b58cd83f5de84d558f9ce88f790a4"><code>63845cd</code></a> Document script discovery wrt changedir (<a href="https://github-redirect.dependabot.com/tox-dev/tox/issues/2089">#2089</a>) (<a href="https://github-redirect.dependabot.com/tox-dev/tox/issues/2096">#2096</a>)</li> <li><a href="https://github.com/tox-dev/tox/commit/c5488a6f2f3ce02dd95b4de7ef14443eb4fd3d7a"><code>c5488a6</code></a> [pre-commit.ci] pre-commit autoupdate (<a href="https://github-redirect.dependabot.com/tox-dev/tox/issues/2095">#2095</a>)</li> <li>Additional commits viewable in <a href="https://github.com/tox-dev/tox/compare/3.14.5...3.24.0">compare view</a></li> </ul> </details> <br /> [](https://dependabot.com/compatibility-score/?dependency-name=tox&package-manager=pip&previous-version=3.14.5&new-version=3.24.0) 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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) </details>
This issue appears to be discussing a feature request or bug report related to the repository. Based on the content, it seems to be resolved. The issue was opened by dependabot-preview[bot] and has received 1 comments.