diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2023-01-05 18:09:33 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-01-05 18:09:33 +0100 |
| commit | 63d1cb0092f8933a92f471c5150d61140f33882c (patch) | |
| tree | f20b969b89dceef36af38d0449dfcc73ab59b45e /docs/internals/contributing/writing-code/unit-tests.txt | |
| parent | 8cf3831822b708270f38fabb630bbdfdfbb41be1 (diff) | |
Refs #32355 -- Bumped minimum supported versions of 3rd-party packages.
This bumps minimum supported versions of 3rd-party packages to the first
releases to support Python 3.8.
Diffstat (limited to 'docs/internals/contributing/writing-code/unit-tests.txt')
| -rw-r--r-- | docs/internals/contributing/writing-code/unit-tests.txt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/internals/contributing/writing-code/unit-tests.txt b/docs/internals/contributing/writing-code/unit-tests.txt index e9102110eb..ba7209991c 100644 --- a/docs/internals/contributing/writing-code/unit-tests.txt +++ b/docs/internals/contributing/writing-code/unit-tests.txt @@ -277,24 +277,24 @@ If you want to run the full suite of tests, you'll need to install a number of dependencies: * aiosmtpd_ -* argon2-cffi_ 19.1.0+ +* argon2-cffi_ 19.2.0+ * asgiref_ 3.6.0+ (required) * bcrypt_ * colorama_ * docutils_ * geoip2_ -* jinja2_ 2.7+ +* jinja2_ 2.11+ * numpy_ -* Pillow_ 6.2.0+ +* Pillow_ 6.2.1+ * PyYAML_ * pytz_ (required) * pywatchman_ -* redis_ +* redis_ 3.4+ * setuptools_ * memcached_, plus a :ref:`supported Python binding <memcached>` * gettext_ (:ref:`gettext_on_windows`) * selenium_ -* sqlparse_ 0.2.3+ (required) +* sqlparse_ 0.3.1+ (required) * tblib_ 1.5.0+ You can find these dependencies in `pip requirements files`_ inside the |
