diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2025-10-19 20:13:16 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-10-19 20:13:16 +0200 |
| commit | ca3e0484ef31d13053af6a9d50667813e22fc282 (patch) | |
| tree | d62783e7d0fae0012744f0520e558406da1add4b /tests/requirements | |
| parent | d506e4a52847ed4fb80754175d76b6b83ff90929 (diff) | |
Refs #36005 -- Bumped minimum supported versions of docutils to 0.22.
Diffstat (limited to 'tests/requirements')
| -rw-r--r-- | tests/requirements/py3.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/requirements/py3.txt b/tests/requirements/py3.txt index 76a017aab4..4fbf425e48 100644 --- a/tests/requirements/py3.txt +++ b/tests/requirements/py3.txt @@ -3,7 +3,7 @@ asgiref >= 3.9.1 argon2-cffi >= 23.1.0 bcrypt >= 4.1.1 black >= 25.9.0 -docutils >= 0.19 +docutils >= 0.22 geoip2 >= 4.8.0 jinja2 >= 2.11.0 numpy >= 1.26.0 |
