aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar Joe Banks <[email protected]>2025-10-30 20:29:18 +0000
committerGravatar Joe Banks <[email protected]>2025-11-10 18:41:30 +0000
commit512d4664f68f6c22f0701d6b64e929a7086891cd (patch)
tree3f2e759ee132600673a54dc7dbe21af428e532f8 /pyproject.toml
parentUpgrade to Python 3.14 (diff)
Update dependencies that would not build on 3.14
Ahead of further dependency upgrades for dependencies that do build fine on newer Python versions.
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml8
1 files changed, 4 insertions, 4 deletions
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",