aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
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",