Pin bleach to 4.1, but without other changes.

It is not great that we have to do this; hopefully we can replace the
html cleaning with something that doesn't have an unmaintained dependency.
This commit is contained in:
Jason McBrayer 2023-10-29 18:14:42 -04:00
parent 75cda64929
commit 9e4020ed73
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ name = "pypi"
[packages] [packages]
"beautifulsoup4" = "*" "beautifulsoup4" = "*"
bleach = "*" bleach = "~=4.1"
certifi = "*" certifi = "*"
chardet = "*" chardet = "*"
decorator = "*" decorator = "*"