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
+5-4Lines changed: 5 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
# -*- conf-mode -*-
2
-
setuptools>=51.1.0# Require this first, to prevent later errors
2
+
setuptools>=78.1.1# Require this first, to prevent later errors
3
3
#
4
4
argon2-cffi>=21.3.0# For the Argon2 password hasher option
5
5
beautifulsoup4>=4.11.1# Only used in tests
@@ -12,7 +12,7 @@ botocore>=1.35,<1.36
12
12
celery>=5.2.6
13
13
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
14
14
defusedxml>=0.7.1# for TastyPie when using xml; not a declared dependency
15
-
Django>4.2,<5
15
+
Django>4.2.22
16
16
django-analytical>=3.1.0
17
17
django-bootstrap5>=21.3
18
18
django-celery-beat>=2.3.0
@@ -69,7 +69,7 @@ pymemcache>=4.0.0 # for django.core.cache.backends.memcached.PyMemcacheCache
69
69
python-mimeparse>=1.6# from TastyPie
70
70
pytz==2022.2.1# Pinned as changes need to be vetted for their effect on Meeting fields
71
71
types-pytz==2022.2.1# match pytz version
72
-
requests>=2.31.0
72
+
requests>=2.32.4
73
73
types-requests>=2.27.1
74
74
requests-mock>=1.9.3
75
75
rfc2html>=2.0.3
@@ -79,7 +79,8 @@ tblib>=1.7.0 # So that the django test runner provides tracebacks
79
79
tlds>=2022042700# Used to teach bleach about which TLDs currently exist
80
80
tqdm>=4.64.0
81
81
Unidecode>=1.3.4
82
-
urllib3>=1.26,<2
82
+
urllib3>=2.5.0
83
83
weasyprint>=64.1
84
84
xml2rfc>=3.23.0
85
85
xym>=0.6,<1.0
86
+
h11>=0.16.0# not directly required, pinned by Snyk to avoid a vulnerability
0 commit comments