aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoryulqen <246857+yulqen@users.noreply.github.com>2023-03-25 17:36:47 +0000
committerGitHub <noreply@github.com>2023-03-25 17:36:47 +0000
commit8d263f282fd6277afde50577ac8a896421f0f7ce (patch)
tree31980ae93181943c9df63270334d4c393d212b8b
parentb370cdda72e7fab9b85a4e737923fabef679e31d (diff)
parent8f661acdd37987f8d27923b84da9a6eed8cc06ae (diff)
Merge pull request #22 from yulqen/dependabot/pip/wheel-0.38.1
Bump wheel from 0.35.1 to 0.38.1
-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