diff options
| author | 2025-10-21 21:53:46 +0200 | |
|---|---|---|
| committer | 2025-10-21 21:53:46 +0200 | |
| commit | db15f6354c3642584e9a0348d55c73d3d8ab60f2 (patch) | |
| tree | a9d3f9a1b0ea0cc5dbda52e6f25ce1f5430053ef /pyproject.toml | |
| parent | Fix incorrect variable used in mentions logic (diff) | |
| parent | clarify 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.toml | 1 |
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" |