-
Notifications
You must be signed in to change notification settings - Fork 1
fix(deps): update dependencies (minor) #45
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
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/dependencies
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
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
d9e102e
to
b6112af
Compare
b6112af
to
8927bc1
Compare
b10975e
to
b2aaa01
Compare
f89d3b2
to
108cb31
Compare
108cb31
to
a1615cd
Compare
3bb0c07
to
adcb6e4
Compare
adcb6e4
to
216d93d
Compare
5a52fa2
to
65ae537
Compare
398cbb8
to
ebf3cc9
Compare
5faf03c
to
55c79c1
Compare
55c79c1
to
a2a6d12
Compare
2e0bed0
to
337d2e5
Compare
a516c47
to
937c43c
Compare
5325ff1
to
86d9cfb
Compare
e0bec3b
to
94df17d
Compare
73244fa
to
46372fb
Compare
c936434
to
8f7ab4d
Compare
8f7ab4d
to
4ecc878
Compare
586f469
to
81852d1
Compare
81852d1
to
358e4b0
Compare
ef97f59
to
24760fa
Compare
8ef8ca6
to
9b02fbf
Compare
21a7fc7
to
47359df
Compare
22d9d23
to
68c41df
Compare
68c41df
to
dc82852
Compare
dc82852
to
dea982c
Compare
dea982c
to
3aed0d5
Compare
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.4.2
->1.8.5
v4.4.0
->v4.6.0
3.9
->3.13
~3.10
->~3.13.0
3.10-slim-bullseye
->3.13-slim-bullseye
3.10.16
->3.13.4
Note: The
pre-commit
manager in Renovate is not supported by thepre-commit
maintainers or community. Please do not report any problems there, instead create a Discussion in the Renovate repository if you have any questions.Release Notes
python-poetry/poetry (poetry)
v1.8.5
Compare Source
Changed
pkginfo>=1.12
to fix an issue with an unknown metadata version 2.4 (#9888).v1.8.4
Compare Source
Added
Changed
virtualenv>=20.26.6
to mitigate potential command injection when runningpoetry shell
in untrusted projects (#9757).poetry-core (
1.9.1
)3.13
to the list of available Python versions (#747).v1.8.3
Compare Source
Added
+
(#9207).Changed
pkginfo>=1.10
to ensure support for packages with metadata version 2.3 (#9130).Fixed
#9226).
poetry self
commands printed a warning that the current project cannot be installed (#9302).poetry install
sporadically failed with aKeyError
due to a race condition (#9335).Docs
poetry shell
(#9060).poetry add
(#9080).publish
(#9110).pyproject.toml
example for a dependency with multiple extras (#9138).poetry add
(#9230).poetry publish
(#9255).--readme
option inpoetry new
(#9260).dependencies
(#9256).pipx
(#9320).v1.8.2
Compare Source
Fixed
lazy-wheel
error handling if the index server is behaving badly in an unexpected way (#9051).lazy-wheel
error handling if the index server does not handle HTTP range requests correctly (#9082).lazy-wheel
error handling if the index server pretends to support HTTP range requests but does not respect them (#9084).lazy-wheel
to allow redirects for HEAD requests (#9087).lazy-wheel
errors (#9059).poetry add
failed in non-package mode if no project name was set (#9046).v1.8.1
Compare Source
Fixed
packaging
(#9031).Docs
master
branch tomain
(#9022).v1.8.0
Compare Source
Added
non-package
mode for use cases where Poetry is only used for dependency management (#8650).lazy-wheel
config option (default:true
) to reduce wheel downloads during dependency resolution (#8815,#8941).
poetry check
validates that no unknown sources are referenced in dependencies (#8709).to
key intool.poetry.packages
to allow custom subpackage names (#8791).keyring
(#8910).--sync
option topoetry update
(#8931).--output
option topoetry build
(#8828).--dist-dir
option topoetry publish
(#8828).Changed
default
(#8771).installer.modern-installation
tofalse
(#8988).pip<19
(#8894).requests-toolbelt>=1
(#8680).platformdirs
4.x (#8668).xattr
1.x on macOS (#8801).fish
(#8804).system
tobase
in output ofpoetry env info
(#8832).poetry version
(#8849).tool.poetry.scripts
(#8898).Fixed
poetry shell
failed when Python has been installed with MSYS2 (#8644).sdist
path dependency (#8682).poetry install
failed because an unused extra was not available (#8548).poetry install --sync
did not remove an unrequested extra (#8621).poetry init
did not allow specific characters in the author field (#8779).sdists
from misconfigured servers (#8701).poetry shell
failed inzsh
if a space was in the venv path (#7245).setup.py
were ignored silently (#9000).virtualenv.options
were ignored (#9015).virtualenvs.options.no-pip
andvirtualenvs.options.no-setuptools
were not normalized (#9015).Docs
--no-dev
with--without dev
in the FAQ (#8659).poetry-check
instead of the deprecatedpoetry-lock
pre-commit hook (#8675).poetry show --why
(#8817).poetry update
(#8706).poetry run
and externally managed environments (#8748).tox
fortox
4.x (#8658).format
option forinclude
andexclude
value (#8852).tox
and configured credentials (#8888).pipx
(#8878).poetry add
with git dependencies over ssh (#8911).--only main
instead of--without dev
(#8921).develop
attribute is a Poetry-specific feature and not propagated to other tools (#8971).poetry-core (
1.9.0
)#669,
#678,
#694).
v1.7.1
Compare Source
Fixed
poetry init
failed when trying to add dependencies (#8655).poetry install
failed ifvirtualenvs.create
was set tofalse
(#8672).v1.7.0
Compare Source
Added
poetry-plugin-export
will not be installed by default anymore (#8562).poetry-install
pre-commit hook (#8327).--next-phase
option topoetry version
(#8089).Changed
user-agent
for all HTTP requests (#8394).setuptools
per default in Python 3.12 (#7803).wheel
per default (#7803).setuptools
andwheel
when runningpoetry install --sync
if they are not required by the project (#8600).keyring
handling (#8227).description
field when extracting metadata fromsetup.py
files (#8545).Fixed
virtualenvs.options.system-site-packages
was set (#8359).poetry shell
did not work completely withnushell
(#8478).poetry config pypi-token.pypi
without a value (#8502).Docs
pipx
the preferred (first mentioned) installation method (#8090).poetry self
on Windows (#8090).poetry add
with a git dependency (#8438).POETRY_REPOSITORIES_
variables docs (#8492).CITATION.cff
file (#8510).poetry-core (
1.8.1
)extra
markers (#636).lib
folder was added to the wheel (#634).poetry-plugin-export (
^1.6.0
)--all-extras
option (#241).v1.6.1
Compare Source
Fixed
requests
(#8336).v1.6.0
Compare Source
Added
poetry lock
for certain edge cases (#8256).poetry install
(#8031).poetry check
validates that specifiedreadme
files do exist (#7444).vox
in thexonsh
shell (#8203).pre-commit
hooks for projects where the pyproject.toml file is located in a subfolder (#8204).git+http://
scheme (#6619).Changed
poetry lock --check
topoetry check --lock
and deprecate the former (#8015).Fixed
build-system.requires
were not respected for projects with build scripts (#7975).poetry show --top-level
did not show top level dependencies with extras (#8076).poetry init
handled projects withsrc
layout incorrectly (#8218)..pth
files with the wrong encoding (#8041).poetry install
did not respect the source if the same version of a package has been locked from different sources (#8304).Docs
virtualenvs.in-project
setting. (#8126).pre-commit
YAML style to be consistent with pre-commit's own examples (#8146).nox-poetry
package (#8173).reference
instead of deprecatedcallable
in the scripts example (#8211).poetry-core (
1.7.0
)|
as a value separator in markers with the operatorsin
andnot in
(#608)..gitignore
file resulting in an empty wheel (#611).poetry-plugin-export (
^1.5.0
)v1.5.1
Compare Source
Added
Changed
Fixed
poetry run
did no longer execute relative-path scripts (#7963).in-project
environments (#7977).Docs
poetry-core (
1.6.1
)poetry-plugin-export (
^1.4.0
)--extra-index-url
and--trusted-host
was not generated for sources with priorityexplicit
(#205).v1.5.0
Compare Source
Added
explicit
andsupplemental
(#7658,#6879).
#7473).
#7923).
--executable
option topoetry env info
(#7547).--top-level
option topoetry show
(#7415).--lock
option topoetry remove
(#7917).POETRY_REQUESTS_TIMEOUT
option (#7081).Changed
experimental.new-installer
(#7356).priority
key for sources and deprecate flagsdefault
andsecondary
(#7658).poetry run <entry point>
if the entry point was not previously installed viapoetry install
(#7606).Fixed
Retry-After
in HTTP responses was not respected and retries were handled inconsistently (#7072).direct_url.json
of an editable install from a git dependency was invalid (#7473).poetry install
returns a zero exit status even though the build script failed (#7812)..venv
was not used ifin-project
was not set (#7792).poetry add
were not parsed correctly (#7836).poetry shell
did not send a newline tofish
(#7884).poetry update --lock
printed operations that were not executed (#7915).poetry add --lock
did perform a full update of all dependencies (#7920).poetry shell
did not work withnushell
(#7919).Docs
--dev
(#7647).poetry.lock
(#7506).virtualenv.create
(#7608).poetry-core (
1.6.0
)tomlkit
withtomli
, which changes the interface of some internal classes (#483).Package.category
(#561).poetry build
created duplicate Python classifiers if they were specified manually (#578).pre-commit/pre-commit-hooks (pre-commit/pre-commit-hooks)
v4.6.0
: pre-commit-hooks v4.6.0Compare Source
Features
requirements-txt-fixer
: remove duplicate packages.Migrating
fix-encoding-pragma
: deprecated -- will be removed in 5.0.0. usepyupgrade or some other tool.
v4.5.0
: pre-commit-hooks v4.5.0Compare Source
Features
requirements-txt-fixer
: also sortconstraints.txt
by default.debug-statements
: addbpdb
debugger.Fixes
file-contents-sorter
: fix sorting an empty file.double-quote-string-fixer
: don't rewrite inside f-strings in 3.12+.Migrating
containerbase/python-prebuild (python)
v3.13.3
Compare Source
Bug Fixes
v3.13.2
Compare Source
Bug Fixes
v3.13.1
Compare Source
Bug Fixes
v3.13.0
Compare Source
Bug Fixes
v3.12.10
Compare Source
Bug Fixes
v3.12.9
Compare Source
Bug Fixes
v3.12.8
Compare Source
Bug Fixes
v3.12.7
Compare Source
Bug Fixes
v3.12.6
Compare Source
Bug Fixes
v3.12.5
Compare Source
Bug Fixes
v3.12.4
Compare Source
Bug Fixes
v3.12.3
Compare Source
Bug Fixes
v3.12.2
Compare Source
Bug Fixes
v3.12.1
Compare Source
Bug Fixes
v3.12.0
Compare Source
Bug Fixes
v3.11.12
Compare Source
Bug Fixes
v3.11.11
Compare Source
Bug Fixes
v3.11.10
Compare Source
Bug Fixes
v3.11.9
Compare Source
Bug Fixes
v3.11.8
Compare Source
Bug Fixes
v3.11.7
Compare Source
Bug Fixes
v3.11.6
Compare Source
Bug Fixes
v3.11.5
Compare Source
Bug Fixes
v3.11.4
Compare Source
Bug Fixes
v3.11.3
Compare Source
Bug Fixes
v3.11.2
Compare Source
Bug Fixes
v3.11.1
Compare Source
Bug Fixes
v3.11.0
Compare Source
Bug Fixes
python/cpython (python)
v3.13.4
Compare Source
v3.13.3
Compare Source
v3.13.2
Compare Source
v3.13.1
Compare Source
v3.13.0
Compare Source
v3.12.11
[Compare Source](https://redirect.github.com/python/cpython/compare/
Configuration
📅 Schedule: Branch creation - "every weekday,after 9am and before 5pm" in timezone America/Los_Angeles, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.