-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated version to 24.1.0b1 and upgrader cryptography dep.
- Loading branch information
Henrik Wahlgren
committed
Feb 25, 2024
1 parent
c7524fe
commit e8c0fd4
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,12 +15,12 @@ | |
EMAIL = "[email protected]" | ||
AUTHOR = "Henrik Palmlund Wahlgren @ Palmlund Wahlgren Innovative Technology AB" | ||
REQUIRES_PYTHON = "~=3.7" | ||
VERSION = "22.2.1" | ||
VERSION = "24.1.0b1" | ||
|
||
# What packages are required for this module to be executed? | ||
REQUIRED = [ | ||
"attrs>=21.4.0", | ||
"cryptography==37.0.1", | ||
"cryptography==42.0.5", | ||
"marshmallow>=3.14.1", | ||
"structlog>=21.5.0", | ||
"pyserial==3.5", | ||
|
@@ -44,6 +44,7 @@ | |
"Programming Language :: Python :: 3.8", | ||
"Programming Language :: Python :: 3.9", | ||
"Programming Language :: Python :: 3.10", | ||
"Programming Language :: Python :: 3.11", | ||
"Programming Language :: Python :: Implementation :: CPython", | ||
"Topic :: Software Development :: Libraries :: Python Modules", | ||
] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters