From c78b9543f963285f5f3b80115ecee15deb10c66f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 24 Sep 2023 18:44:32 -0400 Subject: [PATCH] Bump colorhash from 1.2.1 to 1.3.1 (#1025) Bumps [colorhash](https://github.com/dimostenis/color-hash-python) from 1.2.1 to 1.3.1. - [Release notes](https://github.com/dimostenis/color-hash-python/releases) - [Commits](https://github.com/dimostenis/color-hash-python/compare/v1.2.1...v1.3.1) --- updated-dependencies: - dependency-name: colorhash dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index bd9fc2c28..12ea63440 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ Pillow==10.0.1 anyio==3.7.1 -colorhash==1.2.1 +colorhash==1.3.1 fnvhash==0.1.0 httpx==0.25.0 hypercorn==0.14.4