diff --git a/README.rst b/README.rst index f80219a..419283a 100644 --- a/README.rst +++ b/README.rst @@ -18,7 +18,7 @@ Contributors ------------ * `seroy `_ -* `unaizalakain `_ +* `umazalakain `_ Installation ------------ diff --git a/requirements/base.txt b/requirements/base.txt index 7914f51..67f0178 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -1,2 +1,2 @@ django-postgres-extra==1.22 -deprecation==2.0.3 +deprecation==2.0.7 diff --git a/setup.py b/setup.py index 17feb51..a2596dc 100644 --- a/setup.py +++ b/setup.py @@ -46,7 +46,7 @@ setup( install_requires=[ 'django-postgres-extra>=1.22', 'Django>=1.11', - 'deprecation==2.0.3' + 'deprecation==2.0.7' ], classifiers=[ 'Environment :: Web Environment',