python-overkiz-api
python-overkiz-api copied to clipboard
Bump tox from 4.14.2 to 4.15.0
Bumps tox from 4.14.2 to 4.15.0.
Release notes
Sourced from tox's releases.
4.15.0
What's Changed
- Remove duplicated and misleading configuration section by
@jugmac00
in tox-dev/tox#3251- Fix dropped leading characters
c
from constraints' packages by@jugmac00
in tox-dev/tox#3250- Fix type-checking by
@stefanor
in tox-dev/tox#3260- Update installation.rst by
@shenxianpeng
in tox-dev/tox#3257- Allow appending to deps with the command line by
@stefanor
in tox-dev/tox#3259- Support multiple override appends by
@amitschang
in tox-dev/tox#3261- Add bang to invert exit code by
@sillydan1
in tox-dev/tox#3271- fix(parser): Fix --discover parsed incorrectly from env by
@mimre25
in tox-dev/tox#3274New Contributors
@shenxianpeng
made their first contribution in tox-dev/tox#3257@amitschang
made their first contribution in tox-dev/tox#3261@sillydan1
made their first contribution in tox-dev/tox#3271@mimre25
made their first contribution in tox-dev/tox#3274Full Changelog: https://github.com/tox-dev/tox/compare/4.14.2...4.15.0
Changelog
Sourced from tox's changelog.
v4.15.0 (2024-04-26)
Features - 4.15.0
- Add support for multiple appending override options (-x, --override) on command line - by :user:`amitschang`. (:issue:`3261`) - Add support for inverting exit code success criteria using bang (!) (:issue:`3271`)
Bugfixes - 4.15.0
- Fix issue that the leading character
c
was dropped from packages in constraints files - by :user:jugmac00
. (:issue:3247
)- Allow appending to
deps
with--override testenv.deps+=foo
- by :user:stefanor
. (:issue:3256
)- Fix non-existing branch
rewrite
in the documentation tomain
. (:issue:3257
)- Update test typing for build 1.2.0, which has an explicit
Distribution
type - by :user:stefanor
. (:issue:3260
)- Fix broken input parsing for
--discover
flag. - by :user:mimre25
(:issue:3272
)Improved Documentation - 4.15.0
- Rephrase ``--discover`` flag's description to avoid confusion between paths and executables. - by :user:`mimre25` (:issue:`3274`)
Commits
261b4ca
release 4.15.0c54dfbd
fix(parser): Fix --discover parsed incorrectly from env (#3274)809e10f
Add bang to invert exit code (#3271)822c9d0
[pre-commit.ci] pre-commit autoupdate (#3267)0e5a3db
[pre-commit.ci] pre-commit autoupdate (#3265)f5850c0
Support multiple override appends (#3261)c2be629
Allow appending to deps with the command line (#3259)d28a9ee
Update installation.rst (#3257)a19a946
[pre-commit.ci] pre-commit autoupdate (#3258)a22fe8f
Fix type-checking (#3260)- Additional commits viewable in compare view
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)