diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2023-01-09 17:36:08 -0500 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2023-01-09 19:33:39 -0500 |
commit | 5983eb39f1bdda9721caa161901b06bc278b3eef (patch) | |
tree | 35bb93aabeb9b27053858e90b8ec5c4f555ddc61 /sites | |
parent | 39f458c834def3c217a3bd2eb62cc92032e20975 (diff) |
Move to cryptography 3.3 as baseline dep
and bump top end test matrix cell to 40ish
Diffstat (limited to 'sites')
-rw-r--r-- | sites/www/changelog.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst index 52b68056..774cde27 100644 --- a/sites/www/changelog.rst +++ b/sites/www/changelog.rst @@ -18,6 +18,10 @@ Changelog ``python_requires``, so this should not cause breakage unless you're on an old installation method that can't read this metadata. + .. note:: + As part of this change, our dependencies have been updated; eg we now + require Cryptography>=3.3, up from 2.5. + - :release:`2.12.0 <2022-11-04>` - :feature:`2125` (also re: :issue:`2054`) Add a ``transport_factory`` kwarg to `SSHClient.connect <paramiko.client.SSHClient.connect>` for advanced |