-
Notifications
You must be signed in to change notification settings - Fork 7
Lock file maintenance Python dependencies #284
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
base: main
Are you sure you want to change the base?
Conversation
197e4f0
to
f7ed376
Compare
0a1d816
to
4ab7ef6
Compare
e574296
to
32762e9
Compare
9808601
to
6d5a94e
Compare
|
4d01296
to
2fe9614
Compare
30d3928
to
74b956f
Compare
cb0115d
to
6aa88ee
Compare
8afbf29
to
671c31d
Compare
bdcbf39
to
ed6bca0
Compare
c34b08e
to
2eba595
Compare
37fde82
to
9a7d156
Compare
9a7d156
to
622253c
Compare
622253c
to
0978a11
Compare
614ac2c
to
df819f1
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
rebase after #290 merged & exclude ops-scenario update
ca786f9
to
2e14f72
Compare
a72d2d2
to
d14541e
Compare
d14541e
to
c305ea3
Compare
30ce84c
to
3198685
Compare
3198685
to
aab5668
Compare
aab5668
to
830dfcb
Compare
This PR contains the following updates:
^2.13.5
->^2.14.1
^0.1.2
->^0.1.3
^2.3.0
->^2.4.1
0.0.55
->0.0.57
44.0.2
->44.0.3
^3.1.4
->^3.1.6
4.22.0
->4.23.0
^0.15.3
->^0.17.1
^6.0.3, <6.0.4
->^6.1.7, <6.1.8
^1.9.0
->^1.9.1
2.8.2
->2.11.4
^8.2.2
->^8.3.5
^8.2.2
->^8.3.5
^0.35.0
->^0.42.0
^6.0.1
->^6.0.2
^0.4.5
->^0.11.8
^0.4.5
->^0.11.8
🔧 This Pull Request updates lock files to use the latest dependency versions.
Release Notes
allure-framework/allure-python (allure-pytest)
v2.14.1
Compare Source
👀 Links
Commits since 2.14.0
v2.14.0
Compare Source
🚀 New Features
@allure.title
(implements #737 via #845) - @delatrie--allure-link-pattern
CLI argument. The syntax is similar toallure-pytest
(via #845) - @delatrieallure
andallure_commons
packages (implements #731 via #850) - @delatrieallure.step
(implements #759 and #828 # via #830) - @starod00m🔬 Improvements
🐞 Bug Fixes
allure.attachment_type.SVG
(#840; fixed via #841) - @harmin-parra⬆️ Dependency Updates
📖 Documentation improvements
👻 Internal changes
👀 Links
Commits since 2.13.5
canonical/allure-pytest-default-results (allure-pytest-default-results)
v0.1.3
Compare Source
Full Changelog: canonical/allure-pytest-default-results@v0.1.2...v0.1.3
codespell-project/codespell (codespell)
v2.4.1
Compare Source
What's Changed
hep->heap, help,
in dictionary_rare.txt from #3461 by @jpivarski in https://github.com/codespell-project/codespell/pull/3624New Contributors
Full Changelog: codespell-project/codespell@v2.4.0...v2.4.1
v2.4.0
Compare Source
What's Changed
equipmnet->equipment
by @korverdev in https://github.com/codespell-project/codespell/pull/3438lien->line
by @skangas in https://github.com/codespell-project/codespell/pull/3460firs->first
by @skangas in https://github.com/codespell-project/codespell/pull/3459hep->heap, help,
by @skangas in https://github.com/codespell-project/codespell/pull/3461brunch->branch
by @skangas in https://github.com/codespell-project/codespell/pull/3458typos
dictionary (A1) by @skangas in https://github.com/codespell-project/codespell/pull/3450-i
and-q
by @DimitriPapadopoulos in https://github.com/codespell-project/codespell/pull/3344typos
dictionary (A2) by @skangas in https://github.com/codespell-project/codespell/pull/3454non-
by @skangas in https://github.com/codespell-project/codespell/pull/3467hom
to code dictionary by @skangas in https://github.com/codespell-project/codespell/pull/3490realtd->related
,prediced->predicted
by @janosh in https://github.com/codespell-project/codespell/pull/3536293bec1
/ #3465 by @DimitriPapadopoulos in https://github.com/codespell-project/codespell/pull/3548writeable
is OK, so isoverwriteable
by @DimitriPapadopoulos in https://github.com/codespell-project/codespell/pull/3593atfer
->after
and variations by @fishilico in https://github.com/codespell-project/codespell/pull/3598New Contributors
Full Changelog: codespell-project/codespell@v2.3.0...v2.4.0
canonical/cos-lib (cosl)
v0.0.57
Compare Source
Surface an otherwise hard-to-spot issue, where the ingress is handing the coordinated workers an HTTPS endpoint, but the coordinator and workers themselves don't have a certificates relation.
Workers and coordinator now set blocked on TLS misconfiguration.
What's Changed
test-distributed-charms
CI workflow by @michaeldmitry in https://github.com/canonical/cos-lib/pull/134Full Changelog: canonical/cos-lib@0.0.56...0.0.57
v0.0.56
Compare Source
What's Changed
Full Changelog: canonical/cos-lib@0.0.55...0.0.56
pyca/cryptography (cryptography)
v44.0.3
Compare Source
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
python-poetry/poetry-core (poetry-core)
v1.9.1
Compare Source
Added
3.13
to the list of available Python versions (#747).pydantic/pydantic (pydantic)
v2.11.4
Compare Source
GitHub release
What's Changed
Packaging
mkdocs-llmstxt
to v0.2.0 by @Viicos in #11725Changes
create_model()
by @Viicos in #11714.This change was backported as it was previously possible (although not meant to be supported)
to provide
model_config
as a field, which would make it possible to provide both configurationand bases.
Fixes
function-before
schemas during schema gathering by [@Viicos](hConfiguration
📅 Schedule: Branch creation - Between 01:00 AM and 05:59 AM, only on Tuesday ( * 1-5 * * 2 ) 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 was generated by Mend Renovate. View the repository job log.