Skip to content

Commit

Permalink
Bump goth version to 0.3.* (#405)
Browse files Browse the repository at this point in the history
  • Loading branch information
kmazurek authored May 27, 2021
1 parent 67baaa8 commit f586a41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ colorama = "^0.4.4"
# It will be then installable with `poetry install -E integration-tests`.
# Note that putting `goth` in `poetry.dev-dependencies` instead of `poetry.dependencies`
# would not work: see https://github.com/python-poetry/poetry/issues/129.
goth = { version = "^0.2.1", optional = true, python = "^3.8.0" }
goth = { version = "^0.3", optional = true, python = "^3.8.0" }
Deprecated = "^1.2.12"

[tool.poetry.extras]
Expand Down

0 comments on commit f586a41

Please sign in to comment.