Skip to content

Commit a7b64b9

Browse files
authored
no pinning of dependencies (#667)
* no pinning of dependencies * don't update hypothesis * bump version
1 parent d606c9a commit a7b64b9

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

pyproject.toml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "clkhash"
3-
version = "0.18.0"
3+
version = "0.18.1"
44
description = "Encoding utility to create Cryptographic Linkage Keys"
55
license = "Apache"
66
authors = ["Brian Thorne", "Wilko Henecka", "Guillaume Smith"]
@@ -28,16 +28,16 @@ classifiers = [
2828

2929
[tool.poetry.dependencies]
3030
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"
3737

3838
[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"
4141
pytest-runner = "^6.0.0"
4242
nbval = "^0.10.0"
4343
requests-mock = "^1.10.0"

0 commit comments

Comments
 (0)