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

n/a Dependabot commit #90

Merged
merged 3 commits into from
May 2, 2023
Merged

n/a Dependabot commit #90

merged 3 commits into from
May 2, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 2, 2023

Updates the requirements on tox to permit the latest version.

Changelog

Sourced from tox's changelog.

Release History

.. include:: _draft.rst

.. towncrier release notes start

v4.5.0 (2023-04-24)

Features - 4.5.0

- When run with verbosity=1, the per-step timing summaries are suppressed at the
  end of the run.  Thanks to :user:`nedbat` at the PyCon 2023 sprints. (:issue:`2891`)

Improved Documentation - 4.5.0

  • Add FAQ entry on how to test EOL Python versions by :user:jugmac00. (:issue:2989)

v4.4.12 (2023-04-13)

Bugfixes - 4.4.12

- Avoid race conditions in tests using the ``demo_pkg_inline`` fixture. (:issue:`2985`)

v4.4.11 (2023-04-05)

Bugfixes - 4.4.11

  • Fixed an issue where a tox plugin couldn't change the value of tox_root. (:issue:2966)

v4.4.10 (2023-04-05)

Bugfixes - 4.4.10

- Fix issue where ``work_dir`` was not correctly including ``tox_root`` for test runs. (:issue:`2933`)

v4.4.9 (2023-04-05)

Bugfixes - 4.4.9

- Instead of raising ``UnicodeDecodeError`` when command output includes non-utf-8 bytes,
  ``tox`` will now use ``surrogateescape`` error handling to convert the unrecognized bytes
</tr></table> 
</code></pre>
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>

<ul>
<li>See full diff in <a href="https://github.com/tox-dev/tox/commits/4.5.1&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 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](https://github.com/tox-dev/tox/commits/4.5.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github May 2, 2023

The following labels could not be found: dependencies.

@dependabot dependabot bot added the chore label May 2, 2023
@codecov
Copy link

codecov bot commented May 2, 2023

Codecov Report

Merging #90 (fc9c9b9) into main (5425898) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main      #90   +/-   ##
=======================================
  Coverage   93.97%   93.97%           
=======================================
  Files           6        6           
  Lines         166      166           
=======================================
  Hits          156      156           
  Misses         10       10           
Flag Coverage Δ
tests 93.97% <ø> (ø)

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

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@djpugh
Copy link
Owner

djpugh commented May 2, 2023

@dependabot ignore

@djpugh djpugh closed this May 2, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github May 2, 2023

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/pip/tox-lt-5.0.0 branch May 2, 2023 10:19
@djpugh djpugh restored the dependabot/pip/tox-lt-5.0.0 branch May 2, 2023 18:57
@djpugh djpugh reopened this May 2, 2023
@djpugh djpugh changed the title Update tox requirement from <4.0.0 to <5.0.0 Dependabot May 2, 2023
@sonarqubecloud
Copy link

sonarqubecloud bot commented May 2, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@djpugh djpugh changed the title Dependabot n/a Dependabot commit May 2, 2023
@djpugh djpugh enabled auto-merge (squash) May 2, 2023 19:56
@djpugh djpugh merged commit d58e2fc into main May 2, 2023
@djpugh djpugh deleted the dependabot/pip/tox-lt-5.0.0 branch May 2, 2023 20:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant