aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-12-26 21:34:52 +0000
committerGitHub <noreply@github.com>2022-12-26 21:34:52 +0000
commit8f661acdd37987f8d27923b84da9a6eed8cc06ae (patch)
tree31980ae93181943c9df63270334d4c393d212b8b
parentb370cdda72e7fab9b85a4e737923fabef679e31d (diff)
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] <support@github.com>
-rw-r--r--requirements.txt2
1 files changed, 1 insertions, 1 deletions
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