File tree 1 file changed +9
-9
lines changed
1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " clkhash"
3
- version = " 0.18.0 "
3
+ version = " 0.18.1 "
4
4
description = " Encoding utility to create Cryptographic Linkage Keys"
5
5
license = " Apache"
6
6
authors = [" Brian Thorne" , " Wilko Henecka" , " Guillaume Smith" ]
@@ -28,16 +28,16 @@ classifiers = [
28
28
29
29
[tool .poetry .dependencies ]
30
30
python = " >=3.8,<4.0"
31
- bitarray = " 2.6.0"
32
- cryptography = " 40.0.2"
33
- mypy_extensions = " 0.4.3"
34
- tqdm = " 4.64.1"
35
- pyblake2 = { version = " 1.1.2" , python = " <3.6" }
36
- jsonschema = " 4.16.0"
31
+ bitarray = " ^ 2.6.0"
32
+ cryptography = " ^ 40.0.2"
33
+ mypy_extensions = " ^ 0.4.3"
34
+ tqdm = " ^ 4.64.1"
35
+ pyblake2 = { version = " ^ 1.1.2" , python = " <3.6" }
36
+ jsonschema = " ^ 4.16.0"
37
37
38
38
[tool .poetry .group .dev .dependencies ]
39
- pytest = " 7.1.2"
40
- pytest-cov = " 3.0.0"
39
+ pytest = " ^ 7.1.2"
40
+ pytest-cov = " ^ 3.0.0"
41
41
pytest-runner = " ^6.0.0"
42
42
nbval = " ^0.10.0"
43
43
requests-mock = " ^1.10.0"
You can’t perform that action at this time.
0 commit comments