Skip to content

Bump blinker from 1.4 to 1.6.3 #161

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

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Nov 1, 2023

Bumps blinker from 1.4 to 1.6.3.

Release notes

Sourced from blinker's releases.

1.6.3

release version 1.6.3

1.6.2

No release notes provided.

1.6.1

No release notes provided.

1.6

No release notes provided.

1.5

Blinker has moved to Pallets-Eco, an organization for community maintenance of projects related to Pallets, Flask, etc. If you use Blinker and are interested in helping maintain the project, please join us in Discord Chat https://discord.gg/pallets.

This release fixes some compatibility with Python >= 3.7. Python < 3.7, including 2.7 and Jython, should still work for this release, but will no longer be supported in the next release.

The documentation has moved to Read the Docs https://blinker.readthedocs.io.

Changelog

Sourced from blinker's changelog.

Version 1.6.3

Released 2023-09-23

  • Fix SyncWrapperType and AsyncWrapperType :pr:108
  • Fixed issue where signal.connected_to would not disconnect the receiver if an instance of BaseException was raised. :pr:114

Version 1.6.2

Released 2023-04-12

  • Type annotations are not evaluated at runtime. typing-extensions is not a runtime dependency. :pr:94

Version 1.6.1

Released 2023-04-09

  • Ensure that py.typed is present in the distributions (to enable other projects to use blinker's typing).
  • Require typing-extensions > 4.2 to ensure it includes ParamSpec. :issue:90

Version 1.6

Released 2023-04-02

  • Add a muted context manager to temporarily turn off a signal. :pr:84
  • Allow int senders (alongside existing string senders). :pr:83
  • Add a send_async method to the Signal to allow signals to send to coroutine receivers. :pr:76
  • Update and modernise the project structure to match that used by the pallets projects. :pr:77
  • Add an intial set of type hints for the project.

Version 1.5

Released 2022-07-17

  • Support Python >= 3.7 and PyPy. Python 2, Python < 3.7, and Jython may continue to work, but the next release will make incompatible changes.
Commits
  • 3e53456 Fix deployment issue and re-release 1.6.3
  • b2eee54 Relase version 1.6.3
  • 6a48bad Add changelog entry
  • 00e3d22 Signal.connected_to should always disconnect the receiver
  • e7a10d9 Merge pull request #113 from pallets-eco/dependabot/github_actions/slsa-frame...
  • 55f8a15 Merge pull request #112 from pallets-eco/dependabot/github_actions/actions/ch...
  • 56330e8 Merge pull request #111 from pallets-eco/dependabot/github_actions/pypa/gh-ac...
  • 21ba976 Bump slsa-framework/slsa-github-generator from 1.7.0 to 1.9.0
  • 80d09f8 Bump actions/checkout from 3.5.3 to 3.6.0
  • c305b18 Bump pypa/gh-action-pypi-publish from 1.8.8 to 1.8.10
  • Additional commits viewable in compare view

Dependabot compatibility score

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 <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [blinker](https://github.com/pallets-eco/blinker) from 1.4 to 1.6.3.
- [Release notes](https://github.com/pallets-eco/blinker/releases)
- [Changelog](https://github.com/pallets-eco/blinker/blob/main/CHANGES.rst)
- [Commits](pallets-eco/blinker@rel-1.4...1.6.3)

---
updated-dependencies:
- dependency-name: blinker
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 1, 2023
Copy link
Author

dependabot bot commented on behalf of github Dec 1, 2023

Superseded by #166.

@dependabot dependabot bot closed this Dec 1, 2023
@dependabot dependabot bot deleted the dependabot/pip/blinker-1.6.3 branch December 1, 2023 08:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants