John-P / wsic

Whole Slide image (WSI) conversion for brightfield histology images
MIT License
32 stars 4 forks source link

⬆️ Bump tox from 4.4.8 to 4.4.11 #109

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps tox from 4.4.8 to 4.4.11.

Release notes

Sourced from tox's releases.

4.4.10

What's Changed

New Contributors

Full Changelog: https://github.com/tox-dev/tox/compare/4.4.9...4.4.10

4.4.9

What's Changed

New Contributors

Full Changelog: https://github.com/tox-dev/tox/compare/4.4.8...4.4.9

Changelog

Sourced from tox's changelog.

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
  to escape sequences according to :pep:`383` - by :user:`masenf`. (:issue:`2969`)

Improved Documentation - 4.4.9

  • Document running tox within a Docker container. (:issue:1035)
  • Added python version 3.11 to installation.rst. (:issue:2964)
Commits


Dependabot compatibility score

You can trigger a rebase of this PR 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)
> **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days.
codecov[bot] commented 1 year ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 87.43%. Comparing base (41d5a8a) to head (5234580). Report is 12 commits behind head on dev.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## dev #109 +/- ## ======================================= Coverage 87.43% 87.43% ======================================= Files 15 15 Lines 2069 2069 ======================================= Hits 1809 1809 Misses 260 260 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

dependabot[bot] commented 1 year ago

A newer version of tox exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged.