Skip to content

Commit

Permalink
Merge pull request #1177 from django-wiki/dependabot/pip/bleach-gte-3…
Browse files Browse the repository at this point in the history
….3.0-and-lt-4.2

Update bleach requirement from <3.4,>=3.3.0 to >=3.3.0,<4.2
  • Loading branch information
benjaoming committed Mar 26, 2022
2 parents d08f99c + 18749e0 commit 4ac4d4a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements_readthedocs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
# that somehow doesn't like prerelease versions in the
# dependency expressions (>=1.0b1 failes to find dist)
Django>=3.1.13
bleach>=3.3.0,<3.4
bleach>=3.3.0,<4.2
sphinx>=3
sphinx_rtd_theme
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def get_path(fname):

install_requirements = [
"Django>=2.1,<4.1",
"bleach>=3.3.0,<3.4",
"bleach>=3.3.0,<4.2",
"Pillow",
"django-nyt>=1.2.2,<1.3",
"django-mptt>=0.13,<0.14",
Expand Down

0 comments on commit 4ac4d4a

Please sign in to comment.