Skip to content
This repository has been archived by the owner on Aug 14, 2024. It is now read-only.

Commit

Permalink
Merge pull request #88 from soluna-studios/staging
Browse files Browse the repository at this point in the history
chore(deps): update dependencies from staging
  • Loading branch information
jaredhendrickson13 authored Mar 6, 2024
2 parents 278858b + 2e96817 commit 4df9fdd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion mail2beyond/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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}
10 changes: 5 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 4df9fdd

Please sign in to comment.