3.5.2.1 is a hot-fix release to unblock your integration tests.
websockets==14.0 was released recently, which broke your integration tests, unless you’ve manually put version specifiers on this library or locked your dependencies, because:
(announced) this version removed support for Python 3.8, and
(not annonuced) the code path _ws.open in python-libjuju got broken
The hot-fix version restricts websockets to =8.1, so that you don’t have to.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
- `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
- `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency
- `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
Bumps the pip_dependencies group with 5 updates in the / directory:
0.15.4
0.15.5
1.27.0
1.28.1
3.5.2.0
3.5.2.1
1.1.387
1.1.388
0.7.2
0.7.3
Updates
lightkube
from 0.15.4 to 0.15.5Commits
22213f7
Fix tests for transport parameterefd0cb6
Support custom httpx transportsa1356fe
Move to artifacts-upload v4083a832
Document support for k8s v1.31 and remove v1.15Updates
opentelemetry-exporter-otlp-proto-http
from 1.27.0 to 1.28.1Changelog
Sourced from opentelemetry-exporter-otlp-proto-http's changelog.
Commits
6f3008a
[release/v1.28.x-0.49bx] Prepare release 1.28.1/0.49b1 (#4262)d3b5876
Fix: filter exemplar for observable instrument and export of exemplar without...495fee4
[release/v1.28.x-0.49bx] Prepare release 1.28.0/0.49b0 (#4246)679297f
DropOTEL_PYTHON_EXPERIMENTAL_DISABLE_PROMETHEUS_UNIT_NORMALIZATION
enviro...affecbd
Introducingruff
as linter and formatter (basic setup) (#4223)d1904b9
Add support to protobuf5 for opentelemetry-proto and regenerate proto files (...01a670e
bump pylint to 3.2.1 (#4209)fd169a7
Fix the py.typed marker file usage (#4172)cafd7f2
Renameversion.py
files toversion/__init__.py
(#4099)d5fb2c4
Add exemplars feature (#4094)Updates
juju
from 3.5.2.0 to 3.5.2.1Release notes
Sourced from juju's releases.
Changelog
Sourced from juju's changelog.
Commits
7cd3530
chore: document changes6c3635d
chore: version bump for release0547ce0
chore: also cap websockets version in tox.inie587683
chore: restrict websockets library versionUpdates
pyright
from 1.1.387 to 1.1.388Commits
f319c10
[pyright updated to 1.1.388] Update Version (#322)Updates
ruff
from 0.7.2 to 0.7.3Release notes
Sourced from ruff's releases.
... (truncated)
Changelog
Sourced from ruff's changelog.
Commits
fbf140a
Bump version to 0.7.3 (#14197)670f958
[red-knot] Fix intersection simplification for~Any
/~Unknown
(#14195)fed35a2
[red-knot] Fixis_assignable_to
for unions (#14196)d1ef418
Docs: tweak rules documentation (#14180)272d24b
[flake8-pyi
] Add a fix forduplicate-literal-member
(#14188)2624249
[red-knot] Minor: fixLiteral[True] <: int
(#14177)4b08d17
[red-knot] Add a newType::KnownInstanceType
variant (#14155)5b6169b
[red-knot] Minor fix in intersection type comment (#14176)2040e93
[flake8-logging-format
] Fix invalid formatting value in docs of `logging-ex...794eb88
[flake8-bandit
] Typo in docssuspicious-pickle-import
(S403
) (#14175)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show