Skip to content

Commit

Permalink
Merge branch 'tim/python' into 'master'
Browse files Browse the repository at this point in the history
fix: Use a == requirement on tankerci, it is not backwards compat

See merge request TankerHQ/sdk-python!284
  • Loading branch information
tux3 committed May 22, 2023
2 parents bbd3cba + 308de21 commit 0661038
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 @@ -24,7 +24,7 @@ typing_extensions = "^3.7.4"

[tool.poetry.dev-dependencies]
# CI/CD
tankerci = { version = ">= 2023.1.4627", source = "gitlab" }
tankerci = { version = "== 2023.5.4760 ", source = "gitlab" }
twine = "^3.2.0"
build = "^0.10.0"

Expand Down

0 comments on commit 0661038

Please sign in to comment.