Skip to content

Commit

Permalink
bump argo-client (and in turn, urllib3)
Browse files Browse the repository at this point in the history
  • Loading branch information
m-yac committed Dec 9, 2021
1 parent eb1b2ff commit f466b1f
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 24 deletions.
45 changes: 23 additions & 22 deletions cryptol-remote-api/python/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 cryptol-remote-api/python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ include = [
]

[tool.poetry.dependencies]
python = ">=3.7.0"
python = ">=3.7.0,<4"
requests = "^2.25.1"
BitVector = "^3.4.9"
argo-client = "0.0.9"
argo-client = "0.0.10"

[tool.poetry.dev-dependencies]
mypy = "^0.812"
Expand Down

0 comments on commit f466b1f

Please sign in to comment.