oz123 / pytest-localftpserver

A PyTest plugin which gives you a local ftp server for your tests
Other
17 stars 9 forks source link

Bump tox from 4.6.3 to 4.7.0 #268

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps tox from 4.6.3 to 4.7.0.

Release notes

Sourced from tox's releases.

4.7.0

What's Changed

Full Changelog: https://github.com/tox-dev/tox/compare/4.6.4...4.7.0

4.6.4

What's Changed

Full Changelog: https://github.com/tox-dev/tox/compare/4.6.3...4.6.4

Changelog

Sourced from tox's changelog.

v4.7.0 (2023-08-08)

Features - 4.7.0

- Make --hashseed default to PYTHONHASHSEED, if defined - by :user:`paravoid`.
  The main motivation for this is to able to set the hash seed when building the
  documentation with "tox -e docs", and thus avoid embedding a random value in
  the tox documentation for --help. This caused documentation builds to fail to
  build reproducibly. (:issue:`2942`)

Bugfixes - 4.7.0

  • Update a regular expression in tests to match the exception message in both Python 3.12 and older. (:issue:3065)

Improved Documentation - 4.7.0

- Fix broken links - by :user:`gaborbernat`. (:issue:`3072`)

v4.6.4 (2023-07-06)

Bugfixes - 4.6.4

- Fix hang and zombie process on interrupt (CTRL-C). (:issue:`3056`)
</code></pre>
</blockquote>
</details>
<details>
<summary>Commits</summary>

<ul>
<li><a href="https://github.com/tox-dev/tox/commit/dc5347609f9f8165a185face4bc4a3029ecb6ee5"><code>dc53476</code></a> release 4.7.0</li>
<li><a href="https://github.com/tox-dev/tox/commit/bf6109288654a1273c52deae71a28efd17539213"><code>bf61092</code></a> Make --hashseed default to PYTHONHASHSEED, if defined (<a href="https://redirect.github.com/tox-dev/tox/issues/3076">#3076</a>)</li>
<li><a href="https://github.com/tox-dev/tox/commit/2cd8c0018fe79d889167e7fdbab383ab61e9cd2c"><code>2cd8c00</code></a> [pre-commit.ci] pre-commit autoupdate (<a href="https://redirect.github.com/tox-dev/tox/issues/3081">#3081</a>)</li>
<li><a href="https://github.com/tox-dev/tox/commit/434b443b7f3ce7569f111a90c12a16d43ad9ff94"><code>434b443</code></a> Rename .FUNDING.yml to FUNDING.yml</li>
<li><a href="https://github.com/tox-dev/tox/commit/18c2f2849afd7d26bf715dd0b2263574113d7ef1"><code>18c2f28</code></a> Add sponsor button for tidelift (<a href="https://redirect.github.com/tox-dev/tox/issues/3079">#3079</a>)</li>
<li><a href="https://github.com/tox-dev/tox/commit/5e28aff15cea3873ec4c999c852071482e8394d1"><code>5e28aff</code></a> Remove broken link (<a href="https://redirect.github.com/tox-dev/tox/issues/3072">#3072</a>)</li>
<li><a href="https://github.com/tox-dev/tox/commit/b3fc5ca1f411fd4d45635f18359e4e3a3d4ee7e1"><code>b3fc5ca</code></a> [pre-commit.ci] pre-commit autoupdate (<a href="https://redirect.github.com/tox-dev/tox/issues/3070">#3070</a>)</li>
<li><a href="https://github.com/tox-dev/tox/commit/b9c0a67a55e5a1f8e995598b3f6abf8a304b1c74"><code>b9c0a67</code></a> Update config.rst</li>
<li><a href="https://github.com/tox-dev/tox/commit/2f7e93848c64b92a8cf29d3dd9d43cddbdf53867"><code>2f7e938</code></a> [pre-commit.ci] pre-commit autoupdate (<a href="https://redirect.github.com/tox-dev/tox/issues/3067">#3067</a>)</li>
<li><a href="https://github.com/tox-dev/tox/commit/869040b2f4422ead24d436557f669a69712bbd97"><code>869040b</code></a> Update a test regex to work with Python 3.12+ (<a href="https://redirect.github.com/tox-dev/tox/issues/3066">#3066</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/tox-dev/tox/compare/4.6.3...4.7.0">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=4.6.3&new-version=4.7.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) ---
Dependabot commands and options
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 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)