diff --git a/README.rst b/README.rst index 6df72142..5ac357ff 100644 --- a/README.rst +++ b/README.rst @@ -20,7 +20,7 @@ Requirements .. code-block:: bash - SQLAlchemy >= 1.4.36 + SQLAlchemy >= 1.4.46 pythondialog >= 3.5.3 progress >= 1.6 diff --git a/setup.cfg b/setup.cfg index 6364283a..3db1c40e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -38,7 +38,7 @@ packages = slpkg.views python_requires = >=3.7 install_requires = - SQLAlchemy >= 1.4.36 + SQLAlchemy >= 1.4.46 pythondialog >= 3.5.3 progress >= 1.6 include_package_data = True