Fix version typo in README
Marco Ricci

Marco Ricci commited on 2024-09-12 13:35:41
Zeige 1 geänderte Dateien mit 1 Einfügungen und 1 Löschungen.

... ...
@@ -26,7 +26,7 @@ $ pip install derivepassphrase
26 26
 
27 27
 `derivepassphrase` is a pure Python package, and may be easily installed manually by placing the respective files and the package's dependencies into Python's import path.
28 28
 `derivepassphrase` requires Python 3.10 or higher as well as the [typing-extensions package][TYPING_EXTENSIONS] for its core functionality and programmatic interface, and [`click`][CLICK] 8.1 or higher for its command-line interface.
29
-Using the `export vault` subcommand additionally requires the [cryptography package][CRYPTOGRAPHY], version 39.0 or newer.
29
+Using the `export vault` subcommand additionally requires the [cryptography package][CRYPTOGRAPHY], version 38.0 or newer.
30 30
 
31 31
 [TYPING_EXTENSIONS]: https://pypi.org/project/typing-extensions/
32 32
 [CLICK]: https://click.palletsprojects.com/
33 33