diff options
| author | 2021-04-11 20:45:12 +0100 | |
|---|---|---|
| committer | 2021-04-11 20:45:12 +0100 | |
| commit | 51bc1320c4231b9495c731d41fafc79bba796b28 (patch) | |
| tree | cbe556a219dc8ed53647393a6404f3fd56e6abf2 /Pipfile | |
| parent | Merge pull request #1414 from python-discord/dynamic-available-message-patch (diff) | |
| parent | Merge branch 'main' into bug/filters/1469/invis-chars (diff) | |
Merge pull request #1513 from python-discord/bug/filters/1469/invis-chars
Filtering: remove invisible characters before checking filters
Diffstat (limited to 'Pipfile')
| -rw-r--r-- | Pipfile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -25,6 +25,7 @@ more_itertools = "~=8.2" python-dateutil = "~=2.8" python-frontmatter = "~=1.0.0" pyyaml = "~=5.1" +regex = "==2021.4.4" requests = "~=2.22" sentry-sdk = "~=0.19" sphinx = "~=2.2" |