From 8f661acdd37987f8d27923b84da9a6eed8cc06ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Dec 2022 21:34:52 +0000 Subject: Bump wheel from 0.35.1 to 0.38.1 Bumps [wheel](https://github.com/pypa/wheel) from 0.35.1 to 0.38.1. - [Release notes](https://github.com/pypa/wheel/releases) - [Changelog](https://github.com/pypa/wheel/blob/main/docs/news.rst) - [Commits](https://github.com/pypa/wheel/compare/0.35.1...0.38.1) --- updated-dependencies: - dependency-name: wheel dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 0fba486..ee02223 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ Django==1.11.28;python_version < '3.0' # Uncomment the mysqlclient requirement if you are using MySQL rather than # PostgreSQL. You must also have a MySQL client installed in that case. #mysqlclient==1.4.1 -wheel==0.35.1 +wheel==0.38.1 gunicorn==20.0.4; python_version > '3.0' gunicorn==19.10.0; python_version < '3.0' # psycopg2==2.8.4 # uncomment if you prefer to build from source -- cgit v1.2.3