aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml10
1 files changed, 5 insertions, 5 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 13f4f714..760ec819 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -8,10 +8,10 @@ license = "MIT"
[tool.poetry.dependencies]
python = "3.11.*"
-django = "5.0.2"
+django = "5.0.3"
django-distill = "3.1.3"
django-environ = "0.11.2"
-django-filter = "24.1"
+django-filter = "24.2"
django-prometheus = "2.3.1"
django-simple-bulma = "2.6.0"
djangorestframework = "3.14.0"
@@ -22,17 +22,17 @@ PyJWT = {version = "2.8.0", extras = ["crypto"]}
pymdown-extensions = "10.7.1"
python-frontmatter = "1.1.0"
pyyaml = "6.0.1"
-sentry-sdk = "1.42.0"
+sentry-sdk = "1.44.0"
whitenoise = "6.6.0"
psycopg = {extras = ["binary"], version = "3.1.18"}
[tool.poetry.group.dev.dependencies]
python-dotenv = "1.0.1"
taskipy = "1.12.2"
-ruff = "0.3.2"
+ruff = "0.3.4"
[tool.poetry.group.lint.dependencies]
-pre-commit = "3.6.2"
+pre-commit = "3.7.0"
[tool.poetry.group.test.dependencies]
coverage = "7.4.4"