summaryrefslogtreecommitdiff
path: root/tests/requirements
diff options
context:
space:
mode:
authorJacob Walls <jacobtylerwalls@gmail.com>2023-09-04 12:13:10 -0400
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2023-09-04 22:30:45 +0200
commit6c6606aa014862f1a5c112d688d5e91c0cd9a8d8 (patch)
tree65abd16e93b5782cc3fc2960583e1fa3d03bed9c /tests/requirements
parentdc89380c8a4371d3d9b38a99c87a3de63bdb493f (diff)
Refs #34233 -- Bumped minimum supported version of docutils to 0.19.
Diffstat (limited to 'tests/requirements')
-rw-r--r--tests/requirements/py3.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/requirements/py3.txt b/tests/requirements/py3.txt
index ecadeaf6cb..aad91469ec 100644
--- a/tests/requirements/py3.txt
+++ b/tests/requirements/py3.txt
@@ -3,7 +3,7 @@ asgiref >= 3.7.0
argon2-cffi >= 19.2.0
bcrypt
black
-docutils
+docutils >= 0.19
geoip2; python_version < '3.12'
jinja2 >= 2.11.0
numpy; python_version < '3.12'