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

chore(deps): update dependencies from staging #88

Merged
merged 15 commits into from
Mar 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
15 commits
Select commit Hold shift + click to select a range
e00d7fb
chore(deps): update setuptools requirement from ~=67.7.2 to ~=69.0.3
dependabot[bot] Dec 25, 2023
b228d6a
chore(deps): update pyopenssl requirement from ~=23.1.1 to ~=24.0.0
dependabot[bot] Jan 23, 2024
8aa3abc
Merge pull request #81 from soluna-studios/dependabot/pip/staging/pyo…
jaredhendrickson13 Jan 26, 2024
cf2706d
Merge pull request #80 from soluna-studios/dependabot/pip/staging/set…
jaredhendrickson13 Jan 26, 2024
ef9e746
chore(deps): update requests requirement from ~=2.29.0 to ~=2.31.0
dependabot[bot] Jan 30, 2024
e360bfc
Merge pull request #77 from soluna-studios/dependabot/pip/staging/req…
jaredhendrickson13 Jan 30, 2024
4a34a1d
chore(deps): update html2text requirement
dependabot[bot] Feb 28, 2024
00c9dd1
chore(deps): update aiosmtpd requirement from ~=1.4.4 to ~=1.4.5
dependabot[bot] Mar 5, 2024
daae35b
Merge pull request #87 from soluna-studios/dependabot/pip/staging/aio…
jaredhendrickson13 Mar 6, 2024
290c4d3
Merge branch 'staging' into dependabot/pip/staging/html2text-approx-e…
jaredhendrickson13 Mar 6, 2024
09062a8
chore(deps): update setuptools requirement from ~=69.0.3 to ~=69.1.1
dependabot[bot] Mar 6, 2024
d0b67a7
Merge pull request #86 from soluna-studios/dependabot/pip/staging/htm…
jaredhendrickson13 Mar 6, 2024
4df1d77
Merge branch 'staging' into dependabot/pip/staging/setuptools-approx-…
jaredhendrickson13 Mar 6, 2024
1ff8093
Merge pull request #84 from soluna-studios/dependabot/pip/staging/set…
jaredhendrickson13 Mar 6, 2024
2e96817
chore: bump package to v1.0.3
jaredhendrickson13 Mar 6, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading