From a9f83cafb878cd3b37bff516a3e938752043af8f Mon Sep 17 00:00:00 2001 From: Joe Banks Date: Fri, 18 Jul 2025 21:45:23 +0100 Subject: Dependency upgrades Only thing holding back from Django 5.2 is django-simple-bulma, @lemonsaurus can you have a look at the PR when possible? --- pyproject.toml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'pyproject.toml') diff --git a/pyproject.toml b/pyproject.toml index ac69e848..a9c04d42 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,33 +6,33 @@ authors = [{ name = "Python Discord", email = "info@pythondiscord.com" }] requires-python = "==3.11.*" license = "MIT" dependencies = [ - "django==5.1.9", + "django==5.1.11", "django-distill==3.2.7", - "django-environ==0.11.2", + "django-environ==0.12.0", "django-filter==25.1", - "django-prometheus==2.3.1", + "django-prometheus==2.4.1", "django-simple-bulma==2.6.0", "djangorestframework==3.16.0", "gunicorn==23.0.0", "httpx==0.28.1", - "markdown==3.8", - "psycopg[binary]==3.2.6", + "markdown==3.8.2", + "psycopg[binary]==3.2.9", "pyjwt[crypto]==2.10.1", - "pymdown-extensions==10.14.3", + "pymdown-extensions==10.16", "python-frontmatter==1.1.0", "pyyaml==6.0.2", - "sentry-sdk==2.22.0", + "sentry-sdk==2.33.0", "whitenoise==6.9.0", ] [dependency-groups] dev = [ - "python-dotenv==1.1.0", + "python-dotenv==1.1.1", "taskipy==1.14.1", - "ruff==0.9.10", + "ruff==0.12.4", ] lint = ["pre-commit==4.2.0"] -test = ["coverage==7.8.0"] +test = ["coverage==7.9.2"] [tool.uv] package = false -- cgit v1.2.3