From 111cadcbf7a2de69919b008ce02741d66b3e13eb Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Sun, 8 Sep 2024 12:08:48 +0200
Subject: [PATCH] chore(deps-dev): update tox requirement from 4.18.0 to 4.18.1
(#670)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Updates the requirements on [tox](https://github.com/tox-dev/tox) to
permit the latest version.
Sourced from tox's
releases. Full Changelog: https://github.com/tox-dev/tox/compare/4.18.0...4.18.1 Sourced from tox's
changelog. Bugfixes - 4.18.1 Improved Documentation - 4.18.1
Release notes
4.18.1
What's Changed
@hroncok
in tox-dev/tox#3327@schlamar
in tox-dev/tox#3332tox_env_teardown
hook by @kemzeb
in tox-dev/tox#3333@gaborbernat
in
tox-dev/tox#3339New Contributors
@schlamar
made their first contribution in tox-dev/tox#3332@kemzeb
made
their first contribution in tox-dev/tox#3333Changelog
v4.18.1 (2024-09-07)
- Fix and test the string spec for the ``sys.executable``
interpreter (introduced in :pull:`3325`)
- by :user:`hroncok` (:issue:`3327`)
tox_env_teardown
docstring to explain the
hook is called after a tox env was teared down.
(:issue:3305
)Features - 4.18.0
- Suppress spinner in parallel runs in CI - by :user:`ziima`.
(:issue:`3318`)
Bugfixes - 4.18.0
ziima
. (:issue:3278
)gaborbernat
. (:issue:3325
)Bugfixes - 4.17.1
- Support for running ``-e <major>.<minor>`` has
been lost, fixing it - by :user:`gaborbernat`. (:issue:`2849`)
- ``base_python`` now accepts absolute paths to interpreter executable -
by :user:`paveldikov`. (:issue:`3191`)
v4.17.0 (2024-08-05)
Features - 4.17.0
graalpy
prefix as a supported base python
(:issue:3312
)on_platform
core configuration holding the tox
platform and do not install package when exec an environment
gaborbernat
. (:issue:3315
)Bugfixes - 4.17.0
- Add table with default environment variables per OS
(:issue:`2753`)
v4.16.0 (2024-07-02)
Bugfixes - 4.16.0
... (truncated)
df34192
release 4.18.19c6f835
Add 3.13 to CI and bump deps (#3339)9138e15
Bump pypa/gh-action-pypi-publish from 1.9.0 to 1.10.1 (#3338)3f004fc
[pre-commit.ci] pre-commit autoupdate (#3329)fab358e
Properly document the tox_env_teardown
hook (#3333)8d0a47c
Fix issue link in changelog (#3332)874e9af
Fixup the spec string for sys.executable (#3327)dde4964
Fix docs