Skip to content

Commit d77d8d6

Browse files
author
Dmitry Ratushnyy
committed
Updated dependencies: added cosl
1 parent 42c82d3 commit d77d8d6

File tree

3 files changed

+25
-2
lines changed

3 files changed

+25
-2
lines changed

poetry.lock

Lines changed: 18 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: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ tenacity = "^8.2.2"
2121
cryptography = "^40.0.2"
2222
jsonschema = "^4.17.3"
2323
pyyaml = "^6.0.1"
24+
cosl = "0.0.5"
2425

2526
[tool.poetry.group.fmt.dependencies]
2627
black = "^23.3.0"

requirements.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,9 @@ cffi==1.15.1 ; python_full_version >= "3.8.10" and python_full_version < "4.0.0"
6666
--hash=sha256:ed9cb427ba5504c1dc15ede7d516b84757c3e3d7868ccc85121d9310d27eed0b \
6767
--hash=sha256:fa6693661a4c91757f4412306191b6dc88c1703f780c8234035eac011922bc01 \
6868
--hash=sha256:fcd131dd944808b5bdb38e6f5b53013c5aa4f334c5cad0c72742f6eba4b73db0
69+
cosl==0.0.5 ; python_full_version >= "3.8.10" and python_full_version < "4.0.0" \
70+
--hash=sha256:31c131d1f04c061d3fbef49a4e0a175d4cb481deeb06d0cb3c7b242e4c5416be \
71+
--hash=sha256:84666fde29b792299827d65a1b9b2e3c56029c769e892c8244b50ce793458894
6972
cryptography==40.0.2 ; python_full_version >= "3.8.10" and python_full_version < "4.0.0" \
7073
--hash=sha256:05dc219433b14046c476f6f09d7636b92a1c3e5808b9a6536adf4932b3b2c440 \
7174
--hash=sha256:0dcca15d3a19a66e63662dc8d30f8036b07be851a8680eda92d079868f106288 \
@@ -261,6 +264,9 @@ pyyaml==6.0.1 ; python_full_version >= "3.8.10" and python_full_version < "4.0.0
261264
tenacity==8.2.2 ; python_full_version >= "3.8.10" and python_full_version < "4.0.0" \
262265
--hash=sha256:2f277afb21b851637e8f52e6a613ff08734c347dc19ade928e519d7d2d8569b0 \
263266
--hash=sha256:43af037822bd0029025877f3b2d97cc4d7bb0c2991000a3d59d71517c5c969e0
267+
typing-extensions==4.6.2 ; python_full_version >= "3.8.10" and python_full_version < "4.0.0" \
268+
--hash=sha256:06006244c70ac8ee83fa8282cb188f697b8db25bc8b4df07be1873c43897060c \
269+
--hash=sha256:3a8b36f13dd5fdc5d1b16fe317f5668545de77fa0b8e02006381fd49d731ab98
264270
websocket-client==1.5.2 ; python_full_version >= "3.8.10" and python_full_version < "4.0.0" \
265271
--hash=sha256:c7d67c13b928645f259d9b847ab5b57fd2d127213ca41ebd880de1f553b7c23b \
266272
--hash=sha256:f8c64e28cd700e7ba1f04350d66422b6833b82a796b525a51e740b8cc8dab4b1

0 commit comments

Comments
 (0)