diff --git a/pyproject.toml b/pyproject.toml index 96e4140c..71b95de0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,8 +34,8 @@ python = "~3.12" # This needs to stay in sync with all CI workflows [tool.poetry.group.cutv.dependencies] # dependencies for actions/create_unique_testpypi_version poetry-core = "^1.9.0" -pypi-simple = "^1.6.0" -tomli = "^2.0.1" +pypi-simple = "^1.5.0" +tomli = "^2.0.0" tomli-w = "^1.0.0" [tool.poetry.group.dev.dependencies] @@ -45,7 +45,6 @@ poetry-audit-plugin = "^0.4.0" poetry-pre-commit-plugin = "^0.1.2" pre-commit = "^3.8.0" pyright = "1.1.378" -python-semantic-release = "^9.8.7" tox = "^4.18.0" tox-gh-actions = "^3.2.0"