Bump the github-actions-dependencies group across 1 directory with 4 updates - #162
Closed
dependabot[bot] wants to merge 1 commit into
Closed
dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
…updates Bumps the github-actions-dependencies group with 4 updates in the /.github/workflows directory: [pip](https://github.com/pypa/pip), [nox](https://github.com/wntrblm/nox), [poetry](https://github.com/python-poetry/poetry) and [virtualenv](https://github.com/pypa/virtualenv). Updates `pip` from 23.3 to 24.0 - [Changelog](https://github.com/pypa/pip/blob/main/NEWS.rst) - [Commits](pypa/pip@23.3...24.0) Updates `nox` from 2023.4.22 to 2024.4.15 - [Release notes](https://github.com/wntrblm/nox/releases) - [Changelog](https://github.com/wntrblm/nox/blob/main/CHANGELOG.md) - [Commits](wntrblm/nox@2023.04.22...2024.04.15) Updates `poetry` from 1.6.1 to 1.8.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@1.6.1...1.8.2) Updates `virtualenv` from 20.24.5 to 20.26.1 - [Release notes](https://github.com/pypa/virtualenv/releases) - [Changelog](https://github.com/pypa/virtualenv/blob/main/docs/changelog.rst) - [Commits](pypa/virtualenv@20.24.5...20.26.1) --- updated-dependencies: - dependency-name: pip dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions-dependencies - dependency-name: nox dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions-dependencies - dependency-name: poetry dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions-dependencies - dependency-name: virtualenv dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
Contributor
Author
|
Superseded by #164. |
dependabot
Bot
deleted the
dependabot/pip/dot-github/workflows/github-actions-dependencies-6ac87e83af
branch
May 13, 2024 00:10
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the github-actions-dependencies group with 4 updates in the /.github/workflows directory: pip, nox, poetry and virtualenv.
Updates
pipfrom 23.3 to 24.0Changelog
Sourced from pip's changelog.
... (truncated)
Commits
ef78c12Tweak NEWS.rst6681c02Bump for releaseef56d47Update AUTHORS.txt53e5f19Tweak news before release456db06Merge pull request #12507 from jeanas/mailmap0b93dfcAdd mailmap entry for@jeanasc0801efMerge pull request #12500 from bdraco/add_502aa930c4Update src/pip/_internal/network/session.py99a82b7Merge pull request #12494 from sbidoul/pass-config-settings-to-editable-in-re...ff30ba8Merge pull request #12501 from VladimirFokow/fix-small-typoUpdates
noxfrom 2023.4.22 to 2024.4.15Release notes
Sourced from nox's releases.
... (truncated)
Changelog
Sourced from nox's changelog.
... (truncated)
Commits
5656fceRelease 2024.04.158f33d1cfix: ensure 'uv' always works in a uv venv (#818)d6e1906feat: support PEP 723 with a toml load function (#811)d3dd1f8feat: use static arguments instaed of **kwargs (#815)bc21883feat: support None to remone envvars (#812)5e3d90dfix: disallow UV_SYSTEM_PYTHON (#817)55c7eaffeat: support default=False (#810)9a4068ffeat: add micromamba support (#807)11dac8cfix: don't error if not installing to passthrough (#809)956f10cci: use uv (#805)Updates
poetryfrom 1.6.1 to 1.8.2Release notes
Sourced from poetry's releases.
... (truncated)
Changelog
Sourced from poetry's changelog.
... (truncated)
Commits
c3e22d6release: bump version to 1.8.270d4f58Improve error message when installing non-package in package-mode03f3232Hash metadata as bytes (#9049)33b7618lazy-wheel: allow redirects for HEAD request58995delazy-wheel: improve handling of servers that tell us that they support range ...d8afecblazy-wheel: be more robust with regard to Artifactory's incorrect handling of...3e43146repo/http: add debug log for lazy wheel errorf2bfacbharden lazy wheel wheel error handling304c54anon-package-mode: fixpoetry add(#9046)78f7dd6release: bump version to 1.8.1Updates
virtualenvfrom 20.24.5 to 20.26.1Release notes
Sourced from virtualenv's releases.
... (truncated)
Changelog
Sourced from virtualenv's changelog.