Skip to content

Commit

Permalink
🤖 Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
afred authored and MLA-Bot committed Mar 27, 2024
1 parent 892cc6c commit 19ec763
Show file tree
Hide file tree
Showing 2 changed files with 75 additions and 75 deletions.
142 changes: 71 additions & 71 deletions pdm.lock

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

8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ dependencies = [
"wagtail-headless-preview~=0.8",
"django-cors-headers~=4.3",
"django-allauth~=0.61",
"elasticsearch~=8.12",
"elasticsearch~=8.13",
"wagtail-footnotes~=0.10",
]
requires-python = '>=3.10,<4.0'
Expand All @@ -33,7 +33,7 @@ ov = 'cli:app'

[project.optional-dependencies]
cli = [
"typer~=0.9",
"typer~=0.11",
"loguru~=0.7",
"trogon~=0.5",
]
Expand All @@ -59,7 +59,7 @@ version = { source = 'file', path = 'ov_wag/_version.py' }
dev = [
"black~=24.3",
"ruff~=0.3",
"pre-commit~=3.6",
"pre-commit~=3.7",
]
docs = [
"mkdocs~=1.5",
Expand All @@ -72,7 +72,7 @@ docs = [
test = [
"pytest~=8.1",
"pytest-django~=4.8",
"pytest-cov~=4.1",
"pytest-cov~=5.0",
"pytest-sugar~=1.0",
"pytest-xdist~=3.5",
"nbmake~=1.5",
Expand Down

0 comments on commit 19ec763

Please sign in to comment.