Skip to content

Commit

Permalink
no pinning of dependencies (#667)
Browse files Browse the repository at this point in the history
* no pinning of dependencies

* don't update hypothesis

* bump version
  • Loading branch information
wilko77 authored Apr 26, 2023
1 parent d606c9a commit a7b64b9
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "clkhash"
version = "0.18.0"
version = "0.18.1"
description = "Encoding utility to create Cryptographic Linkage Keys"
license = "Apache"
authors = ["Brian Thorne", "Wilko Henecka", "Guillaume Smith"]
Expand Down Expand Up @@ -28,16 +28,16 @@ classifiers = [

[tool.poetry.dependencies]
python = ">=3.8,<4.0"
bitarray = "2.6.0"
cryptography = "40.0.2"
mypy_extensions = "0.4.3"
tqdm = "4.64.1"
pyblake2 = { version = "1.1.2", python = "<3.6" }
jsonschema = "4.16.0"
bitarray = "^2.6.0"
cryptography = "^40.0.2"
mypy_extensions = "^0.4.3"
tqdm = "^4.64.1"
pyblake2 = { version = "^1.1.2", python = "<3.6" }
jsonschema = "^4.16.0"

[tool.poetry.group.dev.dependencies]
pytest = "7.1.2"
pytest-cov = "3.0.0"
pytest = "^7.1.2"
pytest-cov = "^3.0.0"
pytest-runner = "^6.0.0"
nbval = "^0.10.0"
requests-mock = "^1.10.0"
Expand Down

0 comments on commit a7b64b9

Please sign in to comment.