-
Notifications
You must be signed in to change notification settings - Fork 0
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
Lock file maintenance Python dependencies #5
base: 6/edge
Are you sure you want to change the base?
Conversation
e5240b0
to
31bc776
Compare
07398ea
to
c7ea501
Compare
92d62eb
to
0b04455
Compare
6c913cf
to
f19d1aa
Compare
9106618
to
bee3df9
Compare
bee3df9
to
8a4a1ff
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## 6/edge #5 +/- ##
=======================================
Coverage 48.57% 48.57%
=======================================
Files 4 4
Lines 492 492
=======================================
Hits 239 239
Misses 253 253 ☔ View full report in Codecov by Sentry. |
cf68e6b
to
5f661e2
Compare
7a8d350
to
72cddc8
Compare
e697cb5
to
a5f507a
Compare
17dff18
to
813bb5d
Compare
167e556
to
f51e724
Compare
b3d6a3e
to
0c6004e
Compare
ca3289d
to
1806e97
Compare
25ad62c
to
09a3e2d
Compare
ec154b8
to
a3dcc21
Compare
1514ea9
to
38cedfc
Compare
38cedfc
to
468b46d
Compare
|
ea72e6f
to
7e8d134
Compare
7e8d134
to
570455c
Compare
570455c
to
5e1e445
Compare
This PR contains the following updates:
^2.2.6
->^2.4.1
0.0.54
->0.0.55
^7.5.0
->^7.6.12
==1.8.0
->==1.9.2
==1.8.0
->==1.9.2
==1.8.0
->==1.9.2
^0.1.2
->^0.1.4
^3.1.3
->^3.1.5
4.22.0
->4.23.0
^0.15.3
->^0.17.1
^0.15.3
->^0.17.1
~0.0.1
->~0.0.2
~0.0.1
->~0.0.2
~0.0.1
->~0.0.2
^2.15.0
->^2.19.0
^2.15.0
->^2.19.0
^2.0
->^2.1.1
2.9.2
->2.10.6
^4.7.3
->^4.11.1
^4.7.3
->^4.11.1
^8.1.1
->^8.3.4
^8.1.1
->^8.3.4
^0.34.0
->^0.40.0
^6.0.1
->^6.0.2
<0.19
-><0.24
^0.4.5
->^0.9.8
^0.4.5
->^0.9.8
^8.2.3
->^8.5.0
^8.2.3
->^8.5.0
🔧 This Pull Request updates lock files to use the latest dependency versions.
Release Notes
canonical/cos-lib (cosl)
v0.0.55
Compare Source
What's Changed
Full Changelog: canonical/cos-lib@0.0.54...0.0.55
konradhalas/dacite (dacite)
v1.9.2
Compare Source
__args__
(introduced in v1.9.1)Data(Protocol)
typing to avoid pyright errorsv1.9.1
Compare Source
Fixed
AttributeError
when trying to concretizelist
ortuple
. Introduced in 1.9.0.v1.9.0
Compare Source
Added
Data
in order to be more permissiveFixed
v1.8.1
Compare Source
Fixed
python-jsonschema/jsonschema (jsonschema)
v4.23.0
Compare Source
=======
gtsystem/lightkube (lightkube)
v0.17.1
Compare Source
v0.17.0
Compare Source
New features
client.list()
now returns an iterable with a special propertyresourceVersion
to implement list + watch pattern by @XeCycle in https://github.com/gtsystem/lightkube/pull/88Bug fixes
Breaking changes
client.list()
now returns an Iteratable instead of an Iterator. If you are consuming the list usingnext()
you will need to get an iterator first callingiter(list)
. No changes are needed If you are consuming the returned data via a for loop.Full Changelog: gtsystem/lightkube@v0.16.0...v0.17.0
v0.16.2
Compare Source
v0.16.1
Compare Source
v0.16.0
Compare Source
What's Changed
Bug fixes
ExecCredential
, lightkube now accepts theenv
parameter when set to null explicitly (Azure kubelogin compatiblity) by @raminqaf in https://github.com/gtsystem/lightkube/pull/80New Contributors
Full Changelog: gtsystem/lightkube@v0.15.4...v0.16.0
canonical/operator (ops)
v2.19.0
Compare Source
Features
Documentation
CI
v2.18.1
Compare Source
Fixes
Documentation
v2.18.0
Compare Source
Features
Fixes
Documentation
Continuous Integration
Testing
v2.17.1
Compare Source
Fixes
push_path
open in binary mode so it works on non-text files (#1458)Documentation
MaintenanceStatus
for local issues (#1397)collect-status
is is run on every hook (#1399)ogp:url
properties Sphinx generates (#1411)READTHEDOCS
context variable (#1410)StoredState
is stored, and the upgrade behaviour (#1416)stop_services
docstring (#1457)Continuous Integration
Refactoring
v2.17.0
Compare Source
Features
ops[testing]
and expose the names in ops.testing (#1381)type: ignore
it (#1345)InvalidStatusError
instead of waiting for Juju:CollectStatusEvent.add_status
with error or unknown (#1386)_ModelBackend.set_status
(#1354)Fixes
StatusBase
subclasses by callingStatusBase.register
in__init_subclass__
(#1383)Secret.set_info
andSecret.set_content
can be called in the same hook (#1373)Documentation
config-changed
is triggered by Juju trust (#1357)CharmBase
inheritance example by @theofpa (#1349)Continuous Integration
Testing
Refactoring
ops.testing
toops._private.harness
(#1369)unittest.mock
names in the 'mock' namespace (#1379)StatusBase.register
decorator (#1384)Chores
v2.16.1
Compare Source
Fix
v2.16.0
Compare Source
Features
Refactor
Fixes
Documentation
Tests
CI
python-poetry/poetry-core (poetry-core)
v2.1.1
Compare Source
Fixed
python_version
marker resulted in an invalid marker (#838).v2.1.0
Compare Source
Added
poetry
instance (#319).has_upper_bound method
toVersionConstraint
(#833).Changed
extra
markers (#818).#832).
python_version
markers (#826).Fixed
__pycache__
directory and*.pyc
files were included in sdists and wheels (#835).pydantic/pydantic (pydantic)
v2.10.6
Compare Source
GitHub release
What's Changed
Fixes
'examples'
keys by @Viicos in #11325v2.10.5
Compare Source
GitHub release
What's Changed
Fixes
v2.10.4
Compare Source
GitHub release
What's Changed
Packaging
pydantic-core
to v2.27.2 by @davidhewitt in #11138Fixes
AnyUrl
objects by @alexprabhat99 in #11082len
to_BaseUrl
to avoid TypeError by @Kharianne in #11111New Contributors
v2.10.3
Compare Source
GitHub release
What's Changed
Fixes
defer_build
is set on Pydantic dataclasses by @Viicos in #10984dict
core schema keys by @Viicos in #10989PlainSerializer
andWrapSerializer
functions by @Viicos in #11008default_factory_takes_validated_data
property toFieldInfo
by @Viicos in #11034serialization
mode by @sydney-runkle in #11035v2.10.2
Compare Source
GitHub release
What's Changed
Fixes
Secret
types andUrl
types by @sydney-runkle in #10947Field.default
to be compatible with Python 3.8 and 3.9 by @Viicos in #10972BaseModel.__replace__
definition from type checkers by @Viicos in #10979v2.10.1
Compare Source
GitHub release
What's Changed
Packaging
pydantic-core
version tov2.27.1
by @sydney-runkle in #10938Fixes
TypeAdapter
by @Viicos in #10893default_factory
utils by @sydney-runkle in #10909model_fields
andmodel_computed_fields
by @sydney-runkle in #10911dataclass
es by @sydney-runkle in #10928globals
of the function when evaluating the return type of serializers andcomputed_field
s by @Viicos in #10929''
by @sydney-runkle in #10936python
mode serialization forcomplex
inference by @sydney-runkle in pydantic-core#1549New Contributors
v2.10.0
Compare Source
The code released in v2.10.0 is practically identical to that of v2.10.0b2.
GitHub release
See the v2.10 release blog post for the highlights!
What's Changed
Packaging
pydantic-core
tov2.27.0
by @sydney-runkle in #10825New Features
fractions.Fraction
by @sydney-runkle in #10318Hashable
for json validation by @sydney-runkle in #10324SocketPath
type forlinux
systems by @theunkn0wn1 in #10378examples
by @sydney-runkle in #10417defer_build
for Pydantic dataclasses by @Viicos in #10313TypedDict
to type hint variadic keyword arguments with@validate_call
by @Viicos in #10416protected_namespaces
by @sydney-runkle in #10522propertyNames
in JSON schema by @FlorianSW in #10478__replace__
protocol for Python 3.13+ support by @sydney-runkle in #10596sort
method for JSON schema generation by [@​Configuration
📅 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 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.