bump pyctr requirement to >=0.7.6

This commit is contained in:
ihaveahax 2025-03-27 17:24:09 -05:00
parent bbbbcf9df0
commit 2eb4442150
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@ classifiers = [
"Programming Language :: Python :: 3.13",
]
dependencies = [
"pyctr>=0.5.1,<0.8",
"pyctr>=0.7.6,<0.8",
"haccrypto>=0.1",
"pycryptodomex>=3.9,<4",
"pypng>=0.0.21",

View File

@ -1,4 +1,4 @@
pyctr>=0.5.1,<0.8
pyctr>=0.7.6,<0.8
haccrypto>=0.1
pycryptodomex>=3.9,<4
pypng>=0.0.21