Skip to content

Commit

Permalink
🤖 Update dependencies (#197)
Browse files Browse the repository at this point in the history
This PR updates dependencies to their latest compatible versions.

This PR was created by the MLA-Bot

---------

Co-authored-by: Harpo Harbert <ryan_harbert@wgbh.org>
  • Loading branch information
github-actions[bot] and mrharpo authored Aug 28, 2024
1 parent ea676c8 commit 67c8c97
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pdm.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 11 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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]
Expand All @@ -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",
Expand Down

0 comments on commit 67c8c97

Please sign in to comment.