aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar wookie184 <[email protected]>2025-10-21 21:53:46 +0200
committerGravatar GitHub <[email protected]>2025-10-21 21:53:46 +0200
commitdb15f6354c3642584e9a0348d55c73d3d8ab60f2 (patch)
treea9d3f9a1b0ea0cc5dbda52e6f25ce1f5430053ef /pyproject.toml
parentFix incorrect variable used in mentions logic (diff)
parentclarify when yarl performs this normalisation (diff)
Merge pull request #3409 from onerandomusername/patch-1
Implement URL normalization in code snippet handler
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml
index e58ea4a50..65d6ab42a 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -25,6 +25,7 @@ dependencies = [
"sentry-sdk==2.22.0",
"tenacity==9.0.0",
"tldextract==5.1.3",
+ "yarl==1.22.0",
]
name = "bot"
version = "1.0.1"