diff --git a/mail2beyond/__init__.py b/mail2beyond/__init__.py index 621510e..5f82023 100644 --- a/mail2beyond/__init__.py +++ b/mail2beyond/__init__.py @@ -7,7 +7,7 @@ from . import tools # Set the version of this package -__version__ = "1.0.2" +__version__ = "1.0.3" # Don't include tests module in generated documentation. __pdoc__ = {"tests": False} diff --git a/requirements.txt b/requirements.txt index ef821cf..93017da 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,8 +1,8 @@ -setuptools~=67.7.2 -requests~=2.29.0 -aiosmtpd~=1.4.4 +setuptools~=69.1.1 +requests~=2.31.0 +aiosmtpd~=1.4.5 pyyaml~=6.0 -pyOpenSSL~=23.1.1 +pyOpenSSL~=24.0.0 pylint~=2.14.5 -html2text~=2020.1.16 +html2text~=2024.2.26 pdoc3~=0.10.0