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 colorhash from 1.2.1 to 2.0.0 #1066

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 9, 2023

Bumps colorhash from 1.2.1 to 2.0.0.

Release notes

Sourced from colorhash's releases.

v.2.0.0 (2023-03-25)

  • ✨ Expose params to influence colors
  • ✨ Runtime validation of input params
  • 📝 Update docs for advanced usage

v1.3.2 (2023-03-25)

⚡️ 30% speedup on convert to RGB.

Handle missing importlib_metadata import

Some installations of python might be missing importlib_metadata pkg and this version fixes it.

Support mypy

Added py.typed to support typing when installed as a dependency. Thanks @​stdedos for pull request #4.

Also, poetry was ditched as I stopped using it long time ago.

Commits
  • 333f62b 🚸 Expose arguments
  • 676735c ⚡️ 30%+ speedup
  • 4c5e705 Merge pull request #6 from dimostenis/missing-importlib-metadata
  • bf0ae9e 🐛 Handle missing importlib-metadata import
  • 3f12d16 Merge pull request #5 from dimostenis/ditch-poetry
  • 5e034c1 🧑‍💻 Drop poetry
  • a74ef17 Merge pull request #4 from stdedos/fix/enable-mypy-typing
  • 63635ca Add the PEP-561 marker, to enable mypy to follow the package types
  • 5a3a47a Add publish helper script
  • See full diff 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 [colorhash](https://github.com/dimostenis/color-hash-python) from 1.2.1 to 2.0.0.
- [Release notes](https://github.com/dimostenis/color-hash-python/releases)
- [Commits](dimostenis/color-hash-python@v1.2.1...v2.0.0)

---
updated-dependencies:
- dependency-name: colorhash
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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 Oct 9, 2023
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.

0 participants