diff --git a/.docker/python/Dockerfile b/.docker/python/Dockerfile index 96deb61..7278164 100644 --- a/.docker/python/Dockerfile +++ b/.docker/python/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.13.3 +FROM python:3.13.5 ARG PACKAGE="core" COPY --from=ghcr.io/astral-sh/uv:latest /uv /bin/uv diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 389c71b..9d9db29 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -17,7 +17,7 @@ repos: # ruff - linting + formatting - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.11.10" + rev: "v0.11.13" hooks: - id: ruff name: ruff @@ -26,7 +26,7 @@ repos: # mypy - lint-like type checking - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.15.0 + rev: v1.16.0 hooks: - id: mypy name: mypy @@ -62,7 +62,7 @@ repos: # bandit - find common security issues - repo: https://github.com/pycqa/bandit - rev: 1.8.3 + rev: 1.8.4 hooks: - id: bandit name: bandit diff --git a/.python-version b/.python-version index 2c20ac9..86f8c02 100644 --- a/.python-version +++ b/.python-version @@ -1 +1 @@ -3.13.3 +3.13.5