aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar Joe Banks <[email protected]>2025-07-18 21:45:23 +0100
committerGravatar Joe Banks <[email protected]>2025-07-18 21:45:23 +0100
commita9f83cafb878cd3b37bff516a3e938752043af8f (patch)
treee5a2a645b43919fed5450944d0c36b1460d3c1ac /pyproject.toml
parentBump getsentry/action-release from 1 to 3 (diff)
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?
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml20
1 files changed, 10 insertions, 10 deletions
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 = "[email protected]" }]
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