From c76aeb3ba25befc481ff39a31395a0dfe996604a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Aug 2021 09:00:50 +0000 Subject: [PATCH] Bump wheel from 0.36.2 to 0.37.0 in /src/requirements Bumps [wheel](https://github.com/pypa/wheel) from 0.36.2 to 0.37.0. - [Release notes](https://github.com/pypa/wheel/releases) - [Changelog](https://github.com/pypa/wheel/blob/master/docs/news.rst) - [Commits](https://github.com/pypa/wheel/compare/0.36.2...0.37.0) --- updated-dependencies: - dependency-name: wheel dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- src/requirements/production.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/requirements/production.txt b/src/requirements/production.txt index bf27af98..b8195eef 100644 --- a/src/requirements/production.txt +++ b/src/requirements/production.txt @@ -34,7 +34,7 @@ PyPDF2==1.26.0 python-magic==0.4.24 service-identity==21.1.0 Unidecode==1.2.0 -wheel==0.36.2 +wheel==0.37.0 # pillow is only here to make old migrations run Pillow==8.3.1