diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f4a9e67b..4e46a479 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.5.0 + rev: v4.6.0 hooks: - id: check-merge-conflict - id: check-case-conflict @@ -10,7 +10,7 @@ repos: - id: mixed-line-ending - repo: https://github.com/sirosen/check-jsonschema - rev: 0.27.3 + rev: 0.29.0 hooks: - id: check-github-actions - id: check-github-workflows @@ -21,3 +21,8 @@ repos: - id: shfmt - id: shellcheck files: 'main\/.sh' + + - repo: https://github.com/rhysd/actionlint + rev: v1.7.1 + hooks: + - id: actionlint diff --git a/pyproject.toml b/pyproject.toml index 86d6271d..7c6a82fb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,17 +1,15 @@ [tool.poetry] name = "install-poetry" -version = "1" # doesn't matter +version = "1" description = "" -authors = ["Sondre Lillebø Gundersen "] +authors = ["Sondre Lillebø Gundersen "] maintainers = ["Jonas Krüger Svensson "] [tool.poetry.dependencies] -python = ">=3.8" -pytest = "^6.1.1" - -[tool.poetry.dev-dependencies] +python = "^3.12" +pytest = "^8.3.1" [build-system] -requires = ["poetry>=0.12"] -build-backend = "poetry.masonry.api" +requires = ["poetry-core"] +build-backend = "poetry.core.masonry.api"