Skip to content

Commit 4dc8568

Browse files
committed
squashme: minor fixes
1 parent a857078 commit 4dc8568

File tree

5 files changed

+120
-51
lines changed

5 files changed

+120
-51
lines changed

poetry.lock

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

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ click = "~8.1.7"
5757
click-option-group = "^0.5.2"
5858
click-plugins = "~1.1.1"
5959
coverage = { version = "^6.0", extras=["toml"], optional = true }
60-
cryptography = "^41.0.7"
60+
cryptography = "^42.0.1"
6161
cwl-utils = "^0.27"
6262
cwltool = "==3.1.20230601100705"
6363
deal = "~4.24.3"
@@ -79,7 +79,7 @@ portalocker = "~2.7.0"
7979
poetry-dynamic-versioning = "^1.2.0"
8080
psutil = "~5.9.6"
8181
pydantic = "~2.5.2"
82-
pyjwt = "~2.4.0"
82+
pyjwt = {version = "~2.8.0", extras = ["crypto"]}
8383
pyld = "~2.0.3"
8484
pyshacl = "^0.25"
8585
python-dateutil = "~2.8.2"

0 commit comments

Comments
 (0)