Skip to content

Commit 6c0295c

Browse files
author
Matt Kafonek
authored
Unpin some dependencies (#130)
* Unpin some dependencies * poetry lock
1 parent dd15692 commit 6c0295c

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

poetry.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,15 +35,15 @@ include = []
3535
[tool.poetry.dependencies]
3636
python = "^3.8"
3737
bitmath = "^1.3.3"
38-
httpx = "^0.23.3"
38+
httpx = "*"
3939
jwt = "^1.3.1"
4040
nbformat = "^5.4.0"
4141
orjson = "^3.8.7"
4242
pydantic = "^1.10.5"
4343
structlog = "^22.1.0"
44-
websockets = "^10.3"
44+
websockets = "*"
4545
backoff = "^2.1.2"
46-
cryptography = "^39.0.1"
46+
cryptography = "*"
4747
diff-match-patch = "^20200713"
4848
sending = "^0.3.0"
4949

0 commit comments

Comments
 (0)