Skip to content

Bump the development-version-updates group with 5 updates#285

Merged
github-actions[bot] merged 1 commit intomainfrom
dependabot/pip/development-version-updates-1bf99b46e6
Oct 13, 2025
Merged

Bump the development-version-updates group with 5 updates#285
github-actions[bot] merged 1 commit intomainfrom
dependabot/pip/development-version-updates-1bf99b46e6

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Oct 13, 2025

Bumps the development-version-updates group with 5 updates:

Package From To
tox 4.30.3 4.31.0
cachetools 6.2.0 6.2.1
httptools 0.6.4 0.7.1
pyproject-api 1.9.1 1.10.0
virtualenv 20.34.0 20.35.3

Updates tox from 4.30.3 to 4.31.0

Release notes

Sourced from tox's releases.

4.31.0

What's Changed

Full Changelog: tox-dev/tox@4.30.3...4.31.0

Changelog

Sourced from tox's changelog.

v4.31.0 (2025-10-09)

No significant changes.

Commits

Updates cachetools from 6.2.0 to 6.2.1

Changelog

Sourced from cachetools's changelog.

v6.2.1 (2025-10-12)

  • Add support for Python 3.14.

  • Improve documentation.

  • Update CI environment.

Commits
  • ca7508f Release v6.2.1.
  • f719307 Fix #339: Improve documentation regarding funtion default arguments.
  • b32d00b Fix typos.
  • a9a7e2c Move extended @​ttl_cache docs to proper place.
  • 072b7e1 docs: clarify what units the ttl argument uses (i.e., seconds)
  • b620ef9 Add support for Python 3.14.
  • 8d7b64f Bump actions/checkout from 4.2.2 to 5.0.0
  • feb17ff Bump codecov/codecov-action from 5.4.3 to 5.5.1
  • 22c1652 Bump actions/setup-python from 5.6.0 to 6.0.0
  • See full diff in compare view

Updates httptools from 0.6.4 to 0.7.1

Release notes

Sourced from httptools's releases.

v0.7.1

This is identical to 0.7.0 whose CI failed uploading

v0.7.0

Changes

Commits

Updates pyproject-api from 1.9.1 to 1.10.0

Release notes

Sourced from pyproject-api's releases.

1.10.0

What's Changed

Full Changelog: tox-dev/pyproject-api@1.9.1...1.10.0

Commits

Updates virtualenv from 20.34.0 to 20.35.3

Release notes

Sourced from virtualenv's releases.

20.35.3

What's Changed

Full Changelog: pypa/virtualenv@20.35.1...20.35.3

20.35.2

What's Changed

Full Changelog: pypa/virtualenv@20.35.1...20.35.2

20.35.1

What's Changed

Full Changelog: pypa/virtualenv@20.34.0...20.35.1

20.35.0

What's Changed

... (truncated)

Changelog

Sourced from virtualenv's changelog.

v20.35.3 (2025-10-10)

Bugfixes - 20.35.3

- Accept RuntimeError in `test_too_many_open_files`, by :user:`esafak` (:issue:`2935`)

v20.35.2 (2025-10-10)

Bugfixes - 20.35.2

  • Revert out changes related to the extraction of the discovery module - by :user:gaborbernat. (:issue:2978)

v20.35.1 (2025-10-09)

Bugfixes - 20.35.1

- Patch get_interpreter to handle missing cache and app_data - by :user:`esafak` (:issue:`2972`)
- Fix backwards incompatible changes to ``PythonInfo`` - by :user:`gaborbernat`. (:issue:`2975`)

v20.35.0 (2025-10-08)

Features - 20.35.0

  • Add AppData and Cache protocols to discovery for decoupling - by :user:esafak. (:issue:2074)
  • Ensure python3.exe and python3 on Windows for Python 3 - by :user:esafak. (:issue:2774)

Bugfixes - 20.35.0

- Replaced direct references to tcl/tk library paths with getattr - by :user:`esafak` (:issue:`2944`)
- Restore absolute import of fs_is_case_sensitive - by :user:`esafak`. (:issue:`2955`)
Commits

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Oct 13, 2025
@dependabot dependabot bot force-pushed the dependabot/pip/development-version-updates-1bf99b46e6 branch from 0fc550b to 2ed58aa Compare October 13, 2025 12:10
Bumps the development-version-updates group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [tox](https://github.com/tox-dev/tox) | `4.30.3` | `4.31.0` |
| [cachetools](https://github.com/tkem/cachetools) | `6.2.0` | `6.2.1` |
| [httptools](https://github.com/MagicStack/httptools) | `0.6.4` | `0.7.1` |
| [pyproject-api](https://github.com/tox-dev/pyproject-api) | `1.9.1` | `1.10.0` |
| [virtualenv](https://github.com/pypa/virtualenv) | `20.34.0` | `20.35.3` |


Updates `tox` from 4.30.3 to 4.31.0
- [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.30.3...4.31.0)

Updates `cachetools` from 6.2.0 to 6.2.1
- [Changelog](https://github.com/tkem/cachetools/blob/master/CHANGELOG.rst)
- [Commits](tkem/cachetools@v6.2.0...v6.2.1)

Updates `httptools` from 0.6.4 to 0.7.1
- [Release notes](https://github.com/MagicStack/httptools/releases)
- [Commits](MagicStack/httptools@v0.6.4...v0.7.1)

Updates `pyproject-api` from 1.9.1 to 1.10.0
- [Release notes](https://github.com/tox-dev/pyproject-api/releases)
- [Commits](tox-dev/pyproject-api@1.9.1...1.10.0)

Updates `virtualenv` from 20.34.0 to 20.35.3
- [Release notes](https://github.com/pypa/virtualenv/releases)
- [Changelog](https://github.com/pypa/virtualenv/blob/main/docs/changelog.rst)
- [Commits](pypa/virtualenv@20.34.0...20.35.3)

---
updated-dependencies:
- dependency-name: tox
  dependency-version: 4.31.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-version-updates
- dependency-name: cachetools
  dependency-version: 6.2.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: development-version-updates
- dependency-name: httptools
  dependency-version: 0.7.1
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: development-version-updates
- dependency-name: pyproject-api
  dependency-version: 1.10.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: development-version-updates
- dependency-name: virtualenv
  dependency-version: 20.35.3
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: development-version-updates
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/development-version-updates-1bf99b46e6 branch from 2ed58aa to 5397372 Compare October 13, 2025 12:15
@github-actions github-actions bot enabled auto-merge October 13, 2025 12:15
@github-actions github-actions bot merged commit b76908e into main Oct 13, 2025
4 checks passed
@github-actions github-actions bot deleted the dependabot/pip/development-version-updates-1bf99b46e6 branch October 13, 2025 12:16
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.

0 participants