Skip to content

⬆️ Bump the lockfile-runtime group with 3 updates #1341

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

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 5, 2025

Bumps the lockfile-runtime group with 3 updates: nox, dependency-groups and virtualenv.

Updates nox from 2025.2.9 to 2025.5.1

Release notes

Sourced from nox's releases.

2025.05.01 🌸

This is a bugfix release that primarily adds support for uv 0.7+. A few other small fixes were made.

We'd like to thank the following folks who contributed to this release:

Bugfixes:

Documentation:

Internal changes:

Changelog

Sourced from nox's changelog.

Changelog

2025.05.01

This is a bugfix release that primarily adds support for uv 0.7+. A few other small fixes were made.

We'd like to thank the following folks who contributed to this release:

Bugfixes:

Documentation:

Internal changes:

2025.02.09

This release improves PEP 723 support, including adding dependencies to the noxfile itself ("plugins"). It adds the long-awaited "requires" option, allowing sessions to require other sessions. And it brings further improvements to the pyproject.toml support, including helpers for dependency-groups and Python version lists.

We'd like to thank the following folks who contributed to this release:

... (truncated)

Commits
  • 2254a1e chore: bump version to 2025.05.01 (#960)
  • e0b5e33 fix: conda_install issue with newer conda (#957)
  • a58fe60 fix: support forcing Python on parametrized session (#958)
  • aa475d6 fix: add UV_PYTHON to disallowed vars (#959)
  • 1acbb4e chore: use PEP 639 license (#956)
  • 7219be7 chore(deps): bump astral-sh/setup-uv from 5 to 6 in the actions group (#952)
  • b943f95 fix: uv version is now uv self version, support UV (#955)
  • 1d52c8f Never ignore URL dependencies in PEP 723 noxfiles (#935)
  • 4e7f644 feat: show skip reason by default (#941)
  • 70df6ab fix: use Python 3.12 for action, allow 3.13, drop 3.8 from auto versions (#946)
  • Additional commits viewable in compare view

Updates dependency-groups from 1.3.0 to 1.3.1

Release notes

Sourced from dependency-groups's releases.

1.3.1

  • Fix a bug in which names in includes were not normalized before comparisons, resulting in spurious LookupErrors.
  • Optimize the behavior of the resolve() function on multiple groups.
Changelog

Sourced from dependency-groups's changelog.

1.3.1

  • Fix a bug in which names in includes were not normalized before comparisons, resulting in spurious LookupError\s.
  • Optimize the behavior of the resolve() function on multiple groups.
Commits
  • 9de4437 Bump version for release
  • 35ad9c3 Merge pull request #26 from pypa/fix-mishandling-of-normalized-names
  • 5bd7944 Merge pull request #25 from pypa/dependabot/github_actions/github-actions-b6a...
  • cd2863d Fix name normalization bug
  • f3ca0bf Bump astral-sh/setup-uv from 5 to 6 in the github-actions group
  • e6d9c08 Merge pull request #24 from SpecLad/pypa-links
  • 26d7c06 Update outdated GitHub links
  • b2b038e Convert license metadata to the PEP 639 format (#23)
  • 8fba73a Bump readthedocs/actions from 1.2 to 1.5 in the github-actions group (#21)
  • 1b0e834 Merge pull request #20 from sirosen/dependabot/github_actions/github-actions-...
  • Additional commits viewable in compare view

Updates virtualenv from 20.30.0 to 20.31.0

Changelog

Sourced from virtualenv's changelog.

v20.31.0 (2025-05-05)

Features - 20.31.0

- No longer bundle ``wheel`` wheels (except on Python 3.8), ``setuptools`` includes native ``bdist_wheel`` support.  Update ``pip`` to ``25.1``. (:issue:`2868`)

Bugfixes - 20.31.0

  • get_embed_wheel() no longer fails with a :exc:TypeError when it is called with an unknown distribution. (:issue:2877)
  • Fix HelpFormatter error with Python 3.14.0b1. (:issue:2878)
Commits
  • 2b7ea30 release 20.31.0
  • a2e76cb Fix get_embed_wheel for unknown wheels (#2877)
  • 6d26284 Fix HelpFormatter for Python 3.14 (#2878)
  • 9ee93da Revert a large part of the wheel removal, to support Python 3.8 (#2876)
  • f900bb6 [pre-commit.ci] pre-commit autoupdate (#2875)
  • 3fa94b7 Merge pull request #2868 from stefanor/no-wheel
  • c93d2a6 Skip --no-pep517 test on Python 3.8 as pip will expect wheel to be installed,...
  • 2ab2c19 Include a backwards-compatibility (deprecated) --no-wheel option
  • 0989d10 Bump to pip 25.1
  • db1d9fc Stop including 'wheel', setuptools 70.1 has native bdist_wheel support
  • 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 <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

Bumps the lockfile-runtime group with 3 updates: [nox](https://github.com/wntrblm/nox), [dependency-groups](https://github.com/pypa/dependency-groups) and [virtualenv](https://github.com/pypa/virtualenv).


Updates `nox` from 2025.2.9 to 2025.5.1
- [Release notes](https://github.com/wntrblm/nox/releases)
- [Changelog](https://github.com/wntrblm/nox/blob/main/CHANGELOG.md)
- [Commits](wntrblm/nox@2025.02.09...2025.05.01)

Updates `dependency-groups` from 1.3.0 to 1.3.1
- [Release notes](https://github.com/pypa/dependency-groups/releases)
- [Changelog](https://github.com/pypa/dependency-groups/blob/main/CHANGELOG.rst)
- [Commits](pypa/dependency-groups@1.3.0...1.3.1)

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

---
updated-dependencies:
- dependency-name: nox
  dependency-version: 2025.5.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: lockfile-runtime
- dependency-name: dependency-groups
  dependency-version: 1.3.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: lockfile-runtime
- dependency-name: virtualenv
  dependency-version: 20.31.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: lockfile-runtime
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels May 5, 2025
Copy link
Contributor Author

dependabot bot commented on behalf of github May 12, 2025

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this May 12, 2025
@dependabot dependabot bot deleted the dependabot/pip/lockfile-runtime-5ea35d1cde branch May 12, 2025 16:10
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.

1 participant