Loading poetry.lock +112 −70 File changed.Preview size limit exceeded, changes collapsed. Show changes pyproject.toml +1 −1 Original line number Diff line number Diff line Loading @@ -18,7 +18,7 @@ gitlab-cp = "gitlab_cp.sync:run" [tool.poetry.group.dev.dependencies] # new development dependencies can be added with 'poetry add -D yyy' pytest = "^8.0.0" pytest-cov = "^6.0.0" pytest-cov = "^7.0.0" pytest-env = "^1.0.0" mypy = "^1.0.0" ruff = "^0.11.0" Loading Loading
pyproject.toml +1 −1 Original line number Diff line number Diff line Loading @@ -18,7 +18,7 @@ gitlab-cp = "gitlab_cp.sync:run" [tool.poetry.group.dev.dependencies] # new development dependencies can be added with 'poetry add -D yyy' pytest = "^8.0.0" pytest-cov = "^6.0.0" pytest-cov = "^7.0.0" pytest-env = "^1.0.0" mypy = "^1.0.0" ruff = "^0.11.0" Loading