+8
-2
lines changedFilter options
+8
-2
lines changed Original file line number Diff line number Diff line change
@@ -15,6 +15,12 @@ Release plan
15
15
0.7.4.dev
16
16
---------
17
17
18
+
Fixed
19
+
~~~~~
20
+
21
+
* Dependency ``bleach`` is bumped to ``>=3.3.0,<3.4`` after security advisory :url-issue:`1109` (Benjamin Balder Bach)
22
+
23
+
18
24
Translations
19
25
~~~~~~~~~~~~
20
26
Original file line number Diff line number Diff line change
@@ -2,6 +2,6 @@
2
2
# that somehow doesn't like prerelease versions in the
3
3
# dependency expressions (>=1.0b1 failes to find dist)
4
4
Django>=2.2,<3.0
5
-
bleach>=3.1.1,<3.2
5
+
bleach>=3.3.0,<3.4
6
6
sphinx
7
7
sphinx_rtd_theme
Original file line number Diff line number Diff line change
@@ -23,7 +23,7 @@ def get_path(fname):
23
23
24
24
install_requirements = [
25
25
"Django>=2.1,<3.2",
26
-
"bleach>=3.1.0,<3.2",
26
+
"bleach>=3.3.0,<3.4",
27
27
"Pillow",
28
28
"django-nyt>=1.1.5,<1.2",
29
29
"django-mptt>=0.11,<0.12",
You can’t perform that action at this time.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4