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 tox requirement from ==4.6.* to ==4.11.* #115

Merged
merged 1 commit into from
Sep 5, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 1, 2023

Updates the requirements on tox to permit the latest version.

Release notes

Sourced from tox's releases.

4.11.0

What's Changed

New Contributors

Full Changelog: tox-dev/tox@4.10.0...4.11.0

Changelog

Sourced from tox's changelog.

v4.11.0 (2023-08-29)

Features - 4.11.0

- Add support for setting build backend ``config_settings`` in the configuration file - by :user:`gaborbernat`. (:issue:`3090`)

v4.10.0 (2023-08-21)

Features - 4.10.0

  • Change accepted environment name rule: must be made up of factors defined in configuration or match regex (pypy|py|cython|)((\d(\.\d+(\.\d+)?)?)|\d+)?. If an environment name does not match this fail, and if a close match found suggest that to the user. (:issue:3099)

Bugfixes - 4.10.0

- ``--override foo+=bar`` appending syntax will now work correctly when ``foo`` wasn't defined in ``tox.ini``. (:issue:`3100`)

v4.9.0 (2023-08-16)

Features - 4.9.0

- Disallow command line environments which are not explicitly specified in the config file - by :user:`tjsmart`. (:issue:`2858`)

v4.8.0 (2023-08-12)

Features - 4.8.0

  • --override can now take options in the form of foo+=bar which will append bar to the end of an existing list/dict, rather than replacing it. (:issue:3087)

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`)
</tr></table> 
</code></pre>
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>

<ul>
<li><a href="https://github.com/tox-dev/tox/commit/4700298a5c0a2b18a2978f99a287549620213c60&quot;&gt;&lt;code&gt;4700298&lt;/code&gt;&lt;/a> release 4.11.0</li>
<li><a href="https://github.com/tox-dev/tox/commit/ec7c0aae26f177da04a4af0f84ef7b52f50156a3&quot;&gt;&lt;code&gt;ec7c0aa&lt;/code&gt;&lt;/a> Add config_settings support for build backend calls (<a href="https://redirect.github.com/tox-dev/tox/issues/3090&quot;&gt;#3090&lt;/a&gt;)&lt;/li>
<li><a href="https://github.com/tox-dev/tox/commit/ce3c96e64af5460283c93adb751498c0c2120395&quot;&gt;&lt;code&gt;ce3c96e&lt;/code&gt;&lt;/a> Fix type checker and bump tools (<a href="https://redirect.github.com/tox-dev/tox/issues/3107&quot;&gt;#3107&lt;/a&gt;)&lt;/li>
<li><a href="https://github.com/tox-dev/tox/commit/cd7616f504da429e27dea2501e06e87868224e48&quot;&gt;&lt;code&gt;cd7616f&lt;/code&gt;&lt;/a> [pre-commit.ci] pre-commit autoupdate (<a href="https://redirect.github.com/tox-dev/tox/issues/3102&quot;&gt;#3102&lt;/a&gt;)&lt;/li>
<li><a href="https://github.com/tox-dev/tox/commit/9ceec6ec7d6a330bb45511165ca6f2882366cb8b&quot;&gt;&lt;code&gt;9ceec6e&lt;/code&gt;&lt;/a> release 4.10.0</li>
<li><a href="https://github.com/tox-dev/tox/commit/10245925b412de71eb8bfeb4e053234c1ccfdeb6&quot;&gt;&lt;code&gt;1024592&lt;/code&gt;&lt;/a> Accept environments with defined factors or of python selector form - suggest...</li>
<li><a href="https://github.com/tox-dev/tox/commit/6b8e83aebec88743ca4a3b50379ddd9b21afa36c&quot;&gt;&lt;code&gt;6b8e83a&lt;/code&gt;&lt;/a> Replace undefined settings with overrides when appending (<a href="https://redirect.github.com/tox-dev/tox/issues/3101&quot;&gt;#3101&lt;/a&gt;)&lt;/li>
<li><a href="https://github.com/tox-dev/tox/commit/0ac71215dd77d1297a149ce60f382de825af7cc0&quot;&gt;&lt;code&gt;0ac7121&lt;/code&gt;&lt;/a> Update README.md</li>
<li><a href="https://github.com/tox-dev/tox/commit/29b5e42fe187556d10f8e0e9feddb0c93ee19e9e&quot;&gt;&lt;code&gt;29b5e42&lt;/code&gt;&lt;/a> Document release process (<a href="https://redirect.github.com/tox-dev/tox/issues/3094&quot;&gt;#3094&lt;/a&gt;)&lt;/li>
<li><a href="https://github.com/tox-dev/tox/commit/2c4a745f81febbc91210053374857360a5bf0962&quot;&gt;&lt;code&gt;2c4a745&lt;/code&gt;&lt;/a> Set basepython for docs env in alignment to Read the Docs default (<a href="https://redirect.github.com/tox-dev/tox/issues/3097&quot;&gt;#3097&lt;/a&gt;)&lt;/li>
<li>Additional commits viewable in <a href="https://github.com/tox-dev/tox/compare/4.6.0...4.11.0&quot;&gt;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 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 <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)

Updates the requirements on [tox](https://github.com/tox-dev/tox) to permit the latest version.
- [Release notes](https://github.com/tox-dev/tox/releases)
- [Changelog](https://github.com/tox-dev/tox/blob/main/docs/changelog.rst)
- [Commits](tox-dev/tox@4.6.0...4.11.0)

---
updated-dependencies:
- dependency-name: tox
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Sep 1, 2023
@codecov
Copy link

codecov bot commented Sep 1, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (42dc5b0) 98.16% compared to head (e861c21) 98.16%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #115   +/-   ##
=======================================
  Coverage   98.16%   98.16%           
=======================================
  Files           5        5           
  Lines         272      272           
=======================================
  Hits          267      267           
  Misses          5        5           
Flag Coverage Δ
unittests 98.16% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@fabiocaccamo fabiocaccamo merged commit 1591423 into main Sep 5, 2023
41 checks passed
@dependabot dependabot bot deleted the dependabot/pip/tox-eq-4.11.star branch September 5, 2023 20:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant