Skip to content

Commit 4bfb2e9

Browse files
committed
missing setup.py changes.
1 parent 4a51256 commit 4bfb2e9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,11 @@ def find_variable(variable, *parts):
4343
license="MIT",
4444
packages=find_packages(exclude=("testproject*",)),
4545
install_requires=[
46-
"bleach[css]>=5,<6",
46+
"bleach[css]>=6.2.0,<7",
4747
"Django>=3.2",
4848
],
49-
python_requires=">=3.8",
50-
tests_require=["bleach[css]>=5,<6", "mock", "sphinx", "tox"],
49+
python_requires=">=3.9",
50+
tests_require=["bleach[css]>=6.2.0,<7", "mock", "sphinx", "tox"],
5151
cmdclass={
5252
"build_sphinx": BuildDoc,
5353
},

0 commit comments

Comments
 (0)