Fixing CVE-2022-42731

This commit is contained in:
Mohamed ElKalioby
2022-10-10 17:07:01 +03:00
parent 0936ea2533
commit 5fbb505e98
3 changed files with 9 additions and 4 deletions

View File

@@ -4,7 +4,7 @@ from setuptools import find_packages, setup
setup(
name='django-mfa2',
version='2.5.0',
version='2.5.1',
description='Allows user to add 2FA to their accounts',
long_description=open("README.md").read(),
long_description_content_type="text/markdown",