Skip to content

Commit

Permalink
bump cryptography to >40.0.1 in install_requires
Browse files Browse the repository at this point in the history
  • Loading branch information
linderd authored Nov 28, 2023
1 parent 3b5d8c4 commit d0b4c13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
packages=find_packages(exclude=["tests"]),
provides=["asyncua"],
license="GNU Lesser General Public License v3 or later",
install_requires=["aiofiles", "aiosqlite", "python-dateutil", "pytz", "cryptography", "sortedcontainers", "importlib-metadata;python_version<'3.8'", "pyOpenSSL", "typing-extensions"],
install_requires=["aiofiles", "aiosqlite", "python-dateutil", "pytz", "cryptography>'40.0.1'", "sortedcontainers", "importlib-metadata;python_version<'3.8'", "pyOpenSSL", "typing-extensions"],
classifiers=[
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
Expand Down

0 comments on commit d0b4c13

Please sign in to comment.