Skip to content

Commit

Permalink
Updated version to 24.1.0b1 and upgrader cryptography dep.
Browse files Browse the repository at this point in the history
  • Loading branch information
Henrik Wahlgren committed Feb 25, 2024
1 parent c7524fe commit e8c0fd4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
]
Expand Down
1 change: 0 additions & 1 deletion tests/test_security.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@


def test_security_cbc():

encryption_key = b"\x33\x33\x33\x33\x33\x33\x33\x33\x33\x33\x33\x33\x33\x33\x33\x33"
assert len(encryption_key) == 16
iv = b"\x33\x33\x33\x33\x33\x33\x33\x33\x33\x33\x33\x33\x33\x33\x33\x33"
Expand Down

0 comments on commit e8c0fd4

Please sign in to comment.