diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c30f84c..fc9fe36 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,7 +3,7 @@ default_language_version: exclude: ^.*\b(migrations)\b.*$ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.5.0 + rev: v4.6.0 hooks: - id: check-ast - id: check-merge-conflict @@ -16,21 +16,21 @@ repos: - id: end-of-file-fixer - id: trailing-whitespace - repo: https://github.com/charliermarsh/ruff-pre-commit - rev: 'v0.3.0' + rev: 'v0.4.4' hooks: - id: ruff args: - --fix - id: ruff-format - repo: https://github.com/asottile/pyupgrade - rev: v3.15.1 + rev: v3.15.2 hooks: - id: pyupgrade args: - --py311-plus exclude: migrations/ - repo: https://github.com/adamchainz/django-upgrade - rev: 1.16.0 + rev: 1.17.0 hooks: - id: django-upgrade args: diff --git a/pyproject.toml b/pyproject.toml index 85da85f..5346347 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,17 +12,17 @@ authors = [ { name = "Víðir Valberg Guðmundsson", email = "valberg@orn.li" }, ] dependencies = [ - "Django==5.0.1", + "Django==5.0.6", "django-money==3.4.1", - "django-allauth==0.60.0", - "psycopg[binary]==3.1.16", - "environs[django]==10.0.0", - "uvicorn==0.25.0", + "django-allauth==0.63.3", + "psycopg[binary]==3.1.19", + "environs[django]==11.0.0", + "uvicorn==0.30.0", "whitenoise==6.6.0", "django-zen-queries==2.1.0", "django-registries==0.0.3", "django-view-decorator==0.0.4", - "django-oauth-toolkit==2.3.0", + "django-oauth-toolkit==2.4.0", ] version = "0.0.1"