flask-session-tutorial
flask-session-tutorial copied to clipboard
Update dependency blinker to v1.8.2
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| blinker | ==1.7.0 -> ==1.8.2 |
Release Notes
pallets-eco/blinker (blinker)
v1.8.2
Released 2024-05-06
- Simplify type for
_async_wrapperand_sync_wrapperarguments. :pr:156
v1.8.1
Released 2024-04-28
- Restore identity handling for
strandintsenders. :pr:148 - Fix deprecated
blinker.base.WeakNamespaceimport. :pr:149 - Fix deprecated
blinker.base.receiver_connected import. :pr:153 - Use types from
collections.abcinstead oftyping. :pr:150 - Fully specify exported types as reported by pyright. :pr:
152
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_towill be removed in the next version. - Show a deprecation warning for the deprecated global
receiver_connectedsignal and specify that it will be removed in the next version. - Show a deprecation warning for the deprecated
WeakNamespaceand 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. :pr:
144 - Expose the namespace used by
signal()asdefault_namespace. :pr:145
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), 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.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
- [ ] If you want to rebase/retry this PR, check this box
This PR was generated by Mend Renovate. View the repository job log.