[charm lib] Update charm lib dependencies - autoclosed #298
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:
41.0.3
->41.0.7
4.19.0
->4.21.1
2.10.0
->2.11.0
1.7.0
->1.9.0
1.10.12
->1.10.14
Release Notes
pyca/cryptography (cryptography)
v41.0.7
Compare Source
v41.0.6
Compare Source
v41.0.5
Compare Source
v41.0.4
Compare Source
python-jsonschema/jsonschema (jsonschema)
v4.21.1
Compare Source
=======
contains
keyword by removing some unnecessary validator (re-)creation.v4.21.0
Compare Source
=======
enum
in the presence of0
or1
to properly considerTrue
andFalse
unequal (#1208).{min,max}{Items,Length,Properties}
when they're checking for emptiness rather than true length.v4.20.0
Compare Source
=======
unevaluatedItems
(resp.unevaluatedProperties
) when behind a$dynamicRef
as specified by the 2020 and 2019 specifications.jsonschema.exceptions.ErrorTree.__setitem__
is now deprecated.More broadly, in general users of
jsonschema
should never be mutating objects owned by the library.v4.19.2
Compare Source
=======
additionalItems
keyword into JSON Schema draft 2020-12, where it was replaced byitems
.v4.19.1
Compare Source
=======
hostname
format.This is the behavior specified by the relevant RFC (1123).
IDN hostname behavior was already correct.
canonical/operator (ops)
v2.11.0
Compare Source
StopEvent
,RemoveEvent
, and allLifeCycleEvent
s are no longer deferrable, and will raise aRuntimeError
ifdefer()
is called on the event object.ActionEvent.id
, exposing the JUJU_ACTION_UUID environment variable.pebble.Plan
objects by passing in apebble.PlanDict
, theability to compare two
Plan
objects with==
, and the ability to create an empty Plan withPlan()
.python-poetry/poetry-core (poetry-core)
v1.9.0
Compare Source
Added
to
key intool.poetry.packages
to allow custom subpackage names (#672).tool.poetry.package-mode
key to support non-package mode (#661).Changed
#669,
#678,
#694).
poetry.core.masonry.builder
(#682).Fixed
Vendoring
fastjsonschema==2.19.1
lark==1.1.8
v1.8.1
Compare Source
Fixed
git+
could not be parsed anymore (#657).v1.8.0
Compare Source
Added
3.12
to the list of available Python versions (#631).Changed
extra
markers (#636).#646).
Dependency.transitive_python_versions
(#648).Dependency.transitive_python_constraint
(#649).Fixed
lib
folder was added to the wheel (#634).Vendoring
jsonschema
withfastjsonschema
.lark==1.1.8
packaging==23.2
pydantic/pydantic (pydantic)
v1.10.14
: 2024-01-19Compare Source
What's Changed
cached_property
handling in dataclasses when copied by @rdbisme in https://github.com/pydantic/pydantic/pull/8407New Contributors
Full Changelog: pydantic/pydantic@v1.10.13...v1.10.14
v1.10.13
Compare Source
pydantic.validate_email
, #7673 by @hramezaniConfiguration
📅 Schedule: Branch creation - "after 1am and before 3am every weekday" in timezone Etc/UTC, 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.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Mend Renovate. View repository job log here.