SwagLyrics-For-Spotify
SwagLyrics-For-Spotify copied to clipboard
Bump blinker from 1.4 to 1.5
Bumps blinker from 1.4 to 1.5.
Release notes
Sourced from blinker's releases.
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.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
28e19c7
Merge pull request #73 from pallets-eco/release-1.5a458162
release version 1.54dcf0bb
add maintainer metadataa1c28db
add readme content type6faca1c
update gitignore084d2bd
Merge pull request #72 from pallets-eco/refresh834b37f
add github workflow for testse11e6d8
update links4e83e35
update sdist manifestec4218d
convert readme to rst- Additional commits viewable in compare view
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 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)
Codecov Report
Merging #2909 (c7bcf3c) into master (581d97d) will not change coverage. The diff coverage is
n/a
.
@@ Coverage Diff @@
## master #2909 +/- ##
=======================================
Coverage 97.19% 97.19%
=======================================
Files 4 4
Lines 214 214
Branches 27 27
=======================================
Hits 208 208
Misses 3 3
Partials 3 3
:mega: Codecov can now indicate which changes are the most critical in Pull Requests. Learn more