Skip to content

Commit

Permalink
squashme: minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
olevski committed Jan 25, 2024
1 parent a857078 commit 4dc8568
Show file tree
Hide file tree
Showing 5 changed files with 120 additions and 51 deletions.
106 changes: 69 additions & 37 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ click = "~8.1.7"
click-option-group = "^0.5.2"
click-plugins = "~1.1.1"
coverage = { version = "^6.0", extras=["toml"], optional = true }
cryptography = "^41.0.7"
cryptography = "^42.0.1"
cwl-utils = "^0.27"
cwltool = "==3.1.20230601100705"
deal = "~4.24.3"
Expand All @@ -79,7 +79,7 @@ portalocker = "~2.7.0"
poetry-dynamic-versioning = "^1.2.0"
psutil = "~5.9.6"
pydantic = "~2.5.2"
pyjwt = "~2.4.0"
pyjwt = {version = "~2.8.0", extras = ["crypto"]}
pyld = "~2.0.3"
pyshacl = "^0.25"
python-dateutil = "~2.8.2"
Expand Down
Loading

0 comments on commit 4dc8568

Please sign in to comment.