From 987cacacc4551080036362b94d2194384d9aafc1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Jul 2026 06:54:10 +0000 Subject: [PATCH] fix(deps): bump aiosmtplib from 5.1.0 to 5.1.2 Bumps [aiosmtplib](https://github.com/cole/aiosmtplib) from 5.1.0 to 5.1.2. - [Release notes](https://github.com/cole/aiosmtplib/releases) - [Changelog](https://github.com/cole/aiosmtplib/blob/main/CHANGELOG.rst) - [Commits](https://github.com/cole/aiosmtplib/compare/v5.1.0...v5.1.2) --- updated-dependencies: - dependency-name: aiosmtplib dependency-version: 5.1.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- uv.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 6a3e862..4799707 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ dependencies = [ "pydantic-settings>=2.13.0", "markdown>=3.7", "pypandoc>=1.13", - "aiosmtplib>=3.0", + "aiosmtplib>=5.1.2", # Security floors (transitives of fastmcp; pinned to address CVEs) "authlib>=1.6.11", # GHSA: CSRF when using cache "python-multipart>=0.0.27", # GHSA: DoS via unbounded multipart headers diff --git a/uv.lock b/uv.lock index b21c45b..14a4df1 100644 --- a/uv.lock +++ b/uv.lock @@ -16,11 +16,11 @@ wheels = [ [[package]] name = "aiosmtplib" -version = "5.1.0" +version = "5.1.2" source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/e7/ad/240a7ce4e50713b111dff8b781a898d8d4770e5d6ad4899103f84c86005c/aiosmtplib-5.1.0.tar.gz", hash = "sha256:2504a23b2b63c9de6bc4ea719559a38996dba68f73f6af4eb97be20ee4c5e6c4", size = 66176, upload-time = "2026-01-25T01:51:11.408Z" } +sdist = { url = "https://files.pythonhosted.org/packages/b9/25/d36d056e62a1dc3dd51ce76e7647c62966702193dc91eafa7fd4e1006a91/aiosmtplib-5.1.2.tar.gz", hash = "sha256:04a0ea3c678f5b719f998f290dce010ca512e1385836d3944206299df03b060f", size = 71031, upload-time = "2026-06-20T15:00:48.269Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/37/82/70f2c452acd7ed18c558c8ace9a8cf4fdcc70eae9a41749b5bdc53eb6f45/aiosmtplib-5.1.0-py3-none-any.whl", hash = "sha256:368029440645b486b69db7029208a7a78c6691b90d24a5332ddba35d9109d55b", size = 27778, upload-time = "2026-01-25T01:51:10.026Z" }, + { url = "https://files.pythonhosted.org/packages/d5/ec/c5a415cd1309eaac28ad3c599458194d25ba07189bb07a1bac2c6713c17e/aiosmtplib-5.1.2-py3-none-any.whl", hash = "sha256:070d467cc329dafd0af59108ba5d217d973cba10309910fed359a2a7bfb52d7a", size = 28394, upload-time = "2026-06-20T15:00:47.299Z" }, ] [[package]] @@ -687,7 +687,7 @@ dev = [ [package.metadata] requires-dist = [ - { name = "aiosmtplib", specifier = ">=3.0" }, + { name = "aiosmtplib", specifier = ">=5.1.2" }, { name = "authlib", specifier = ">=1.6.11" }, { name = "fastmcp", specifier = ">=3.4.3,<4.0.0" }, { name = "httpx", specifier = ">=0.28.1" },