From 67c8c97e4cb30fb7a9795c23f64f3e46f5678e64 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 28 Aug 2024 09:50:27 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=96=20Update=20dependencies=20(#197)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR updates dependencies to their latest compatible versions. This PR was created by the MLA-Bot --------- Co-authored-by: Harpo Harbert --- pdm.lock | 2 +- pyproject.toml | 14 +++++++++++--- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/pdm.lock b/pdm.lock index f471cca..6d17f91 100644 --- a/pdm.lock +++ b/pdm.lock @@ -5,7 +5,7 @@ groups = ["default", "cli", "dev", "test"] strategy = ["inherit_metadata"] lock_version = "4.5.0" -content_hash = "sha256:0f1c45d15cb16a82fc50f81283dbbc4bcb31de5b1596f0a0978a0aaa000a3569" +content_hash = "sha256:e93c243565aaabfac466bf6f445ee30317abc1642b4bb096c0c4baa0f3d33178" [[metadata.targets]] requires_python = "~=3.10" diff --git a/pyproject.toml b/pyproject.toml index 60f1bb7..f672178 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ authors = [{ name = 'WGBH-MLA', email = 'ryan_harbert@wgbh.org' }] readme = 'README.md' license = { text = 'MIT' } dependencies = [ - "Django>=5.0,<5.1", + "Django >=5.0, < 5.1", "wagtail~=6.2", "wagtail-factories~=4.2", "pydantic~=2.8", @@ -30,7 +30,11 @@ repository = 'https://github.com/WGBH-MLA/ov-wag' ov = 'cli:app' [project.optional-dependencies] -cli = ["typer~=0.12", "loguru~=0.7", "trogon~=0.5"] +cli = [ + "typer~=0.12", + "loguru~=0.7", + "trogon~=0.5", +] production = ["gunicorn[standard]~=23.0", "django-storages[s3]~=1.14"] [build-system] @@ -47,7 +51,11 @@ extend-exclude = ['migrations'] version = { source = 'file', path = 'ov_wag/_version.py' } [tool.pdm.dev-dependencies] -dev = ["black~=24.8", "ruff~=0.6", "pre-commit~=3.8"] +dev = [ + "black~=24.8", + "ruff~=0.6", + "pre-commit~=3.8", +] docs = [ "mkdocs~=1.6", "mkdocs-material~=9.5",