You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: requirements.txt
+9-9Lines changed: 9 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -4,15 +4,15 @@ setuptools>=51.1.0 # Require this first, to prevent later errors
4
4
argon2-cffi>=21.3.0# For the Argon2 password hasher option
5
5
beautifulsoup4>=4.11.1# Only used in tests
6
6
bibtexparser>=0.6.2,<1.0# Only used in tests. Version 1.0 doesn't work under python 2.7. 1.0.1 doesn't recognize month names or abbreviations.
7
-
bleach>=4.1.0
7
+
bleach>=5.0.0
8
8
coverage>=4.5.4,<5.0# Coverage 5.x moves from a json database to SQLite. Moving to 5.x will require substantial rewrites in ietf.utils.test_runner and ietf.release.views
9
9
decorator>=5.1.1
10
10
defusedxml>=0.7.1# for TastyPie when using xml; not a declared dependency
11
11
Django>=2.2.28,<3.0
12
12
django-analytical>=3.1.0
13
-
django-bootstrap5>=21.2
13
+
django-bootstrap5>=21.3
14
14
django-csp>=3.7
15
-
django-cors-headers>=3.10.1
15
+
django-cors-headers>=3.11.0
16
16
django-debug-toolbar>=3.2.4
17
17
django-form-utils>=1.0.3# Only one use, in the liaisons app. Last release was in 2015.
18
18
django-markup>=1.5# Limited use - need to reconcile against direct use of markdown
@@ -23,8 +23,8 @@ django-simple-history>=3.0.0
23
23
django-stubs==1.6.0# The django-stubs version used determines the the mypy version indicated below
24
24
django-tastypie==0.14.3# Version must be locked in sync with version of Django
25
25
django-webtest>=1.9.10# Only used in tests
26
-
django-widget-tweaks>=1.4.11
27
-
djlint>=0.7.3# To auto-indent templates via "djlint --profile django --reformat"
26
+
django-widget-tweaks>=1.4.12
27
+
djlint>=1.0.0# To auto-indent templates via "djlint --profile django --reformat"
28
28
docutils>=0.18.1# Used only by dbtemplates for RestructuredText
29
29
factory-boy>=3.2.1
30
30
github3.py>=3.2.0
@@ -33,16 +33,16 @@ hashids>=1.3.1
33
33
html2text>=2020.1.16# Used only to clean comment field of secr/sreq
34
34
html5lib>=1.1# Only used in tests
35
35
jsonfield>=3.1.0# for SubmissionCheck. This is https://github.com/bradjasper/django-jsonfield/.
36
-
jwcrypto>=1.0# for signed notifications - this is aspirational, and is not really used.
36
+
jwcrypto>=1.2# for signed notifications - this is aspirational, and is not really used.
37
37
logging_tree>=1.9# Used only by the showloggers management command
38
38
lxml>=4.8.0,<5
39
-
markdown>=3.3.4,<3.3.5# 3.3.5 was yanked - can't move to 3.3.6 until we are off of python3.6 (interacts with django-bootstrap5)
39
+
markdown>=3.3.6
40
40
mock>=4.0.3# Used only by tests, of course
41
41
mypy>=0.782,<0.790# Version requirements determined by django-stubs.
42
42
mysqlclient>=2.1.0
43
43
oic>=1.3# Used only by tests
44
44
pathlib2>=2.3.7.post1
45
-
Pillow>=8.4.0
45
+
Pillow>=9.1.0
46
46
pyang>=2.5.3
47
47
pyflakes>=2.4.0
48
48
pyopenssl>=22.0.0# Used by urllib3.contrib, which is used by PyQuery but not marked as a dependency
@@ -59,7 +59,7 @@ scout-apm>=2.24.2
59
59
selenium>=3.141.0,<4.0
60
60
six>=1.16.0
61
61
tblib>=1.7.0# So that the django test runner provides tracebacks
62
-
tlds>=2022042100# Used to teach bleach about which TLDs currently exist
62
+
tlds>=2022042700# Used to teach bleach about which TLDs currently exist
63
63
tqdm>=4.64.0
64
64
Unidecode>=1.3.4
65
65
weasyprint>=52.5,<53# Datatracker tests past on 54, but xml2rfc tests do not.
0 commit comments