Skip to content

Commit

Permalink
- updated django to 3.2.14 for vulnerability issue
Browse files Browse the repository at this point in the history
  • Loading branch information
rptmat57 committed Jul 6, 2022
1 parent 485e3e3 commit 97da0cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='NEMO',
version='4.1.1',
version='4.1.2',
python_requires='>=3.7',
packages=find_packages(exclude=['NEMO.tests','NEMO.tests.*']),
include_package_data=True,
Expand All @@ -25,7 +25,7 @@
],
install_requires=[
'cryptography==37.0.2',
'Django==3.2.13',
'Django==3.2.14',
'django-filter==21.1',
'djangorestframework==3.13.1',
'drf-flex-fields==0.9.8',
Expand Down

0 comments on commit 97da0cb

Please sign in to comment.