Skip to content
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

Bump blinker from 1.6.2 to 1.7.0 #3464

Merged
merged 1 commit into from
Jan 15, 2024

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps blinker from 1.6.2 to 1.7.0.

Release notes

Sourced from blinker's releases.

1.7.0

No release notes provided.

1.6.3

release version 1.6.3

Changelog

Sourced from blinker's changelog.

Version 1.7.0

Released 2023-11-01

  • Fixed messages printed to standard error about unraisable exceptions during signal cleanup, typically during interpreter shutdown. :pr:123
  • Allow the Signal set_class to be customised, to allow calling of receivers in registration order. :pr:116.
  • Drop Python 3.7 and support Python 3.12. :pr:126

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
Commits
  • 2adbe03 Relase version 1.7.0
  • 7f3f1a0 Update the supported Python versions
  • d32c27a Update the requirements
  • 200786d Bump actions/checkout from 3.6.0 to 4.1.1
  • 5186dc1 Bump actions/upload-artifact from 3.1.2 to 3.1.3
  • 5ad0039 Allow the Signal set_class to be customised
  • fe3ec89 Add changelog entry
  • 44d29b3 Fix weakref callback errors during finalization
  • 36560da Fix deployment issue and re-release 1.6.3
  • aafe30d Relase version 1.6.3
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

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

---
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 dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Nov 7, 2023
@catileptic catileptic merged commit 4cd4a3b into develop Jan 15, 2024
3 checks passed
@dependabot dependabot bot deleted the dependabot/pip/develop/blinker-1.7.0 branch January 15, 2024 13:26
simonwoerpel pushed a commit to investigativedata/aleph that referenced this pull request Apr 22, 2024
Bumps [blinker](https://github.com/pallets-eco/blinker) from 1.6.2 to 1.7.0.
- [Release notes](https://github.com/pallets-eco/blinker/releases)
- [Changelog](https://github.com/pallets-eco/blinker/blob/main/CHANGES.rst)
- [Commits](pallets-eco/blinker@1.6.2...1.7.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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 python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant