Update dependency poetry to v1.8.5 - autoclosed#55
Closed
renovate[bot] wants to merge 1 commit intomasterfrom
Closed
Update dependency poetry to v1.8.5 - autoclosed#55renovate[bot] wants to merge 1 commit intomasterfrom
renovate[bot] wants to merge 1 commit intomasterfrom
Conversation
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.
This PR contains the following updates:
1.5.1->1.8.5Release Notes
python-poetry/poetry (poetry)
v1.8.5Compare Source
Changed
pkginfo>=1.12to fix an issue with an unknown metadata version 2.4 (#9888).v1.8.4Compare Source
Added
Changed
virtualenv>=20.26.6to mitigate potential command injection when runningpoetry shellin untrusted projects (#9757).poetry-core (
1.9.1)3.13to the list of available Python versions (#747).v1.8.3Compare Source
Added
+(#9207).Changed
pkginfo>=1.10to ensure support for packages with metadata version 2.3 (#9130).Fixed
#9226).
poetry selfcommands printed a warning that the current project cannot be installed (#9302).poetry installsporadically failed with aKeyErrordue to a race condition (#9335).Docs
poetry shell(#9060).poetry add(#9080).publish(#9110).pyproject.tomlexample for a dependency with multiple extras (#9138).poetry add(#9230).poetry publish(#9255).--readmeoption inpoetry new(#9260).dependencies(#9256).pipx(#9320).v1.8.2Compare Source
Fixed
lazy-wheelerror handling if the index server is behaving badly in an unexpected way (#9051).lazy-wheelerror handling if the index server does not handle HTTP range requests correctly (#9082).lazy-wheelerror handling if the index server pretends to support HTTP range requests but does not respect them (#9084).lazy-wheelto allow redirects for HEAD requests (#9087).lazy-wheelerrors (#9059).poetry addfailed in non-package mode if no project name was set (#9046).v1.8.1Compare Source
Fixed
packaging(#9031).Docs
masterbranch tomain(#9022).v1.8.0Compare Source
Added
non-packagemode for use cases where Poetry is only used for dependency management (#8650).lazy-wheelconfig option (default:true) to reduce wheel downloads during dependency resolution (#8815,#8941).
poetry checkvalidates that no unknown sources are referenced in dependencies (#8709).tokey intool.poetry.packagesto allow custom subpackage names (#8791).keyring(#8910).--syncoption topoetry update(#8931).--outputoption topoetry build(#8828).--dist-diroption topoetry publish(#8828).Changed
default(#8771).installer.modern-installationtofalse(#8988).pip<19(#8894).requests-toolbelt>=1(#8680).platformdirs4.x (#8668).xattr1.x on macOS (#8801).fish(#8804).systemtobasein output ofpoetry env info(#8832).poetry version(#8849).tool.poetry.scripts(#8898).Fixed
poetry shellfailed when Python has been installed with MSYS2 (#8644).sdistpath dependency (#8682).poetry installfailed because an unused extra was not available (#8548).poetry install --syncdid not remove an unrequested extra (#8621).poetry initdid not allow specific characters in the author field (#8779).sdistsfrom misconfigured servers (#8701).poetry shellfailed inzshif a space was in the venv path (#7245).setup.pywere ignored silently (#9000).virtualenv.optionswere ignored (#9015).virtualenvs.options.no-pipandvirtualenvs.options.no-setuptoolswere not normalized (#9015).Docs
--no-devwith--without devin the FAQ (#8659).poetry-checkinstead of the deprecatedpoetry-lockpre-commit hook (#8675).poetry show --why(#8817).poetry update(#8706).poetry runand externally managed environments (#8748).toxfortox4.x (#8658).formatoption forincludeandexcludevalue (#8852).toxand configured credentials (#8888).pipx(#8878).poetry addwith git dependencies over ssh (#8911).--only maininstead of--without dev(#8921).developattribute is a Poetry-specific feature and not propagated to other tools (#8971).poetry-core (
1.9.0)#669,
#678,
#694).
v1.7.1Compare Source
Fixed
poetry initfailed when trying to add dependencies (#8655).poetry installfailed ifvirtualenvs.createwas set tofalse(#8672).v1.7.0Compare Source
Added
poetry-plugin-exportwill not be installed by default anymore (#8562).poetry-installpre-commit hook (#8327).--next-phaseoption topoetry version(#8089).Changed
user-agentfor all HTTP requests (#8394).setuptoolsper default in Python 3.12 (#7803).wheelper default (#7803).setuptoolsandwheelwhen runningpoetry install --syncif they are not required by the project (#8600).keyringhandling (#8227).descriptionfield when extracting metadata fromsetup.pyfiles (#8545).Fixed
virtualenvs.options.system-site-packageswas set (#8359).poetry shelldid not work completely withnushell(#8478).poetry config pypi-token.pypiwithout a value (#8502).Docs
pipxthe preferred (first mentioned) installation method (#8090).poetry selfon Windows (#8090).poetry addwith a git dependency (#8438).POETRY_REPOSITORIES_variables docs (#8492).CITATION.cfffile (#8510).poetry-core (
1.8.1)extramarkers (#636).libfolder was added to the wheel (#634).poetry-plugin-export (
^1.6.0)--all-extrasoption (#241).v1.6.1Compare Source
Fixed
requests(#8336).v1.6.0Compare Source
Added
poetry lockfor certain edge cases (#8256).poetry install(#8031).poetry checkvalidates that specifiedreadmefiles do exist (#7444).voxin thexonshshell (#8203).pre-commithooks for projects where the pyproject.toml file is located in a subfolder (#8204).git+http://scheme (#6619).Changed
poetry lock --checktopoetry check --lockand deprecate the former (#8015).Fixed
build-system.requireswere not respected for projects with build scripts (#7975).poetry show --top-leveldid not show top level dependencies with extras (#8076).poetry inithandled projects withsrclayout incorrectly (#8218)..pthfiles with the wrong encoding (#8041).poetry installdid not respect the source if the same version of a package has been locked from different sources (#8304).Docs
virtualenvs.in-projectsetting. (#8126).pre-commitYAML style to be consistent with pre-commit's own examples (#8146).nox-poetrypackage (#8173).referenceinstead of deprecatedcallablein the scripts example (#8211).poetry-core (
1.7.0)|as a value separator in markers with the operatorsinandnot in(#608)..gitignorefile resulting in an empty wheel (#611).poetry-plugin-export (
^1.5.0)Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.