Skip to content
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

Bump the workflows-dependencies group in /.github/workflows with 2 updates #15

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 1, 2025

Bumps the workflows-dependencies group in /.github/workflows with 2 updates: poetry and virtualenv.

Updates poetry from 2.1.1 to 2.1.2

Release notes

Sourced from poetry's releases.

2.1.2

Changed

  • Improve performance of locking dependencies (#10275).

Fixed

  • Fix an issue where markers were not locked correctly (#10240).
  • Fix an issue where the result of poetry lock was not deterministic (#10276).
  • Fix an issue where poetry env activate returned the wrong command for tcsh (#10243).
  • Fix an issue where poetry env activate returned the wrong command for pwsh on Linux (#10256).

Docs

  • Update basic usage section to reflect new default layout (#10203).

poetry-core (2.1.2)

  • Improve performance of marker operations (#851).
  • Fix an issue where incorrect markers were calculated when removing parts covered by the project's Python constraint (#841, #846).
  • Fix an issue where extra markers were not simplified (#842, #845, #847).
  • Fix an issue where the intersection and union of markers was not deterministic (#843).
  • Fix an issue where the intersection of python_version markers was not recognized as empty (#849).
  • Fix an issue where python_version markers were not simplified (#848, #851).
  • Fix an issue where Python constraints on a package were converted into invalid markers (#853).
Changelog

Sourced from poetry's changelog.

[2.1.2] - 2025-03-29

Changed

  • Improve performance of locking dependencies (#10275).

Fixed

  • Fix an issue where markers were not locked correctly (#10240).
  • Fix an issue where the result of poetry lock was not deterministic (#10276).
  • Fix an issue where poetry env activate returned the wrong command for tcsh (#10243).
  • Fix an issue where poetry env activate returned the wrong command for pwsh on Linux (#10256).

Docs

  • Update basic usage section to reflect new default layout (#10203).

poetry-core (2.1.2)

  • Improve performance of marker operations (#851).
  • Fix an issue where incorrect markers were calculated when removing parts covered by the project's Python constraint (#841, #846).
  • Fix an issue where extra markers were not simplified (#842, #845, #847).
  • Fix an issue where the intersection and union of markers was not deterministic (#843).
  • Fix an issue where the intersection of python_version markers was not recognized as empty (#849).
  • Fix an issue where python_version markers were not simplified (#848, #851).
  • Fix an issue where Python constraints on a package were converted into invalid markers (#853).
Commits
  • 2950bd6 release: bump version to 2.1.2
  • 9ac9b49 chore: update dependencies (#10310)
  • 2bc4d9e solver: make results of poetry lock --regenerate and poetry lock more con...
  • 9ad6e1d tests: resolve paths before comparing (#9939)
  • ac55116 pre-commit: remove redundant zizmor config
  • 44271c4 [pre-commit.ci] pre-commit autoupdate
  • bca92d5 Fix test_python_get_preferred_default with Python pre-releases (#10303)
  • 274bdc9 perf: cache comparison key for choosing the next package to resolve (#10275)
  • b7b1cf5 provider: do not iterate over sets for more deterministic results (#10276)
  • e49af21 tests: respect architectures supported by pbs_installer (#10261)
  • Additional commits viewable in compare view

Updates virtualenv from 20.29.3 to 20.30.0

Release notes

Sourced from virtualenv's releases.

20.30.0

What's Changed

New Contributors

Full Changelog: pypa/virtualenv@20.29.3...20.30.0

Changelog

Sourced from virtualenv's changelog.

v20.30.0 (2025-03-31)

Features - 20.30.0

- Add support for `GraalPy <https://github.com/oracle/graalpython>`_. (:issue:`2832`)

Bugfixes - 20.30.0

  • Upgrade embedded wheels:

    • setuptools to 78.1.0 from 75.3.2 (:issue:2863)
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

Bumps the workflows-dependencies group in /.github/workflows with 2 updates: [poetry](https://github.com/python-poetry/poetry) and [virtualenv](https://github.com/pypa/virtualenv).


Updates `poetry` from 2.1.1 to 2.1.2
- [Release notes](https://github.com/python-poetry/poetry/releases)
- [Changelog](https://github.com/python-poetry/poetry/blob/main/CHANGELOG.md)
- [Commits](python-poetry/poetry@2.1.1...2.1.2)

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

---
updated-dependencies:
- dependency-name: poetry
  dependency-version: 2.1.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: workflows-dependencies
- dependency-name: virtualenv
  dependency-version: 20.30.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: workflows-dependencies
...

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 Apr 1, 2025
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