From 512d4664f68f6c22f0701d6b64e929a7086891cd Mon Sep 17 00:00:00 2001 From: Joe Banks Date: Thu, 30 Oct 2025 20:29:18 +0000 Subject: Update dependencies that would not build on 3.14 Ahead of further dependency upgrades for dependencies that do build fine on newer Python versions. --- pyproject.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'pyproject.toml') diff --git a/pyproject.toml b/pyproject.toml index 0dada11dc..d9a217d27 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ license = {text = "MIT"} requires-python = "==3.14.*" dependencies = [ "pydis-core[all]==11.8.0", - "aiohttp==3.12.14", + "aiohttp==3.13.2", "arrow==1.3.0", "beautifulsoup4==4.12.3", "colorama==0.4.6; sys_platform == \"win32\"", @@ -14,13 +14,13 @@ dependencies = [ "deepdiff==8.6.1", "emoji==2.14.1", "feedparser==6.0.11", - "lxml==6.0.0", + "lxml==6.0.2", "markdownify==1.1.0", - "pydantic==2.10.6", + "pydantic==2.12.3", "pydantic-settings==2.8.1", "python-dateutil==2.9.0.post0", "python-frontmatter==1.1.0", - "rapidfuzz==3.12.1", + "rapidfuzz==3.14.1", "regex==2025.10.23", "sentry-sdk==2.22.0", "tenacity==9.0.0", -- cgit v1.2.3