RenovateBot: Update dependency blinker to v1.8.0
This MR contains the following updates:
Package | Update | Change |
---|---|---|
blinker | minor |
==1.7.0 -> ==1.8.0
|
Release Notes
pallets-eco/blinker (blinker)
v1.8.0
Released 2024-04-27
- Deprecate the
__version__
attribute. Use feature detection, orimportlib.metadata.version("blinker")
, instead. :issue:128
- Specify that the deprecated
temporarily_connected_to
will be removed in the next version. - Show a deprecation warning for the deprecated global
receiver_connected
signal and specify that it will be removed in the next version. - Show a deprecation warning for the deprecated
WeakNamespace
and specify that it will be removed in the next version. - Greatly simplify how the library uses weakrefs. This is a significant change
internally but should not affect any public API.
🇵🇷 144
- Expose the namespace used by
signal()
asdefault_namespace
.🇵🇷 145
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.