diff --git a/requirements-dev.txt b/requirements-dev.txt index 6c68934..6b22611 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -10,7 +10,7 @@ colorama==0.4.6 ; python_version >= "3.8" and python_version < "4.0" and platfor coverage[toml]==7.2.1 ; python_version >= "3.8" and python_version < "4.0" dill==0.3.6 ; python_version >= "3.8" and python_version < "4.0" distlib==0.3.6 ; python_version >= "3.8" and python_version < "4.0" -dnspython==2.3.0 ; python_version >= "3.8" and python_version < "4.0" +dnspython==2.6.1 ; python_version >= "3.8" and python_version < "4.0" email-validator==1.3.1 ; python_version >= "3.8" and python_version < "4.0" exceptiongroup==1.1.0 ; python_version >= "3.8" and python_version < "3.11" filelock==3.9.0 ; python_version >= "3.8" and python_version < "4.0" diff --git a/requirements.txt b/requirements.txt index 85afd82..8bfd3a3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ alembic==1.10.1 ; python_version >= "3.8" and python_version < "4.0" aniso8601==9.0.1 ; python_version >= "3.8" and python_version < "4.0" click==8.1.3 ; python_version >= "3.8" and python_version < "4.0" colorama==0.4.6 ; python_version >= "3.8" and python_version < "4.0" and platform_system == "Windows" -dnspython==2.3.0 ; python_version >= "3.8" and python_version < "4.0" +dnspython==2.6.1 ; python_version >= "3.8" and python_version < "4.0" email-validator==1.3.1 ; python_version >= "3.8" and python_version < "4.0" flask-login==0.6.2 ; python_version >= "3.8" and python_version < "4.0" flask-migrate==2.6.0 ; python_version >= "3.8" and python_version < "4.0"