chore(docs) Update all dependencies
Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2750>
This commit is contained in:
parent
f76a797638
commit
1eaad85c7d
|
@ -14,7 +14,7 @@ $(VENV):
|
||||||
$(MAKE) install
|
$(MAKE) install
|
||||||
|
|
||||||
install:
|
install:
|
||||||
poetry install
|
poetry install --no-root
|
||||||
poetry run pip install --no-deps --editable ../api
|
poetry run pip install --no-deps --editable ../api
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -6,21 +6,19 @@ authors = ["Funkwhale Collective <contact@funkwhale.audio>"]
|
||||||
license = "AGPLv3"
|
license = "AGPLv3"
|
||||||
|
|
||||||
[tool.poetry.dependencies]
|
[tool.poetry.dependencies]
|
||||||
python = "^3.8"
|
python = "^3.9"
|
||||||
|
|
||||||
sphinx = "==5.3.0"
|
sphinx = "7.2.6"
|
||||||
sphinx_design = "==0.3.0"
|
sphinx_design = "0.5.0"
|
||||||
sphinx-copybutton = "==0.5.2"
|
sphinx-copybutton = "==0.5.2"
|
||||||
sphinx-intl = "2.0.1"
|
sphinx-intl = "2.1.0"
|
||||||
sphinx-rtd-theme = "==2.0.0"
|
sphinx-rtd-theme = "==2.0.0"
|
||||||
sphinxcontrib-mermaid = "0.7.1"
|
sphinxcontrib-mermaid = "0.9.2"
|
||||||
myst-parser = "1.0.0"
|
myst-parser = "2.0.0"
|
||||||
|
|
||||||
django = "==3.2.23"
|
|
||||||
django-environ = "==0.10.0"
|
|
||||||
|
|
||||||
[tool.poetry.group.dev.dependencies]
|
[tool.poetry.group.dev.dependencies]
|
||||||
sphinx-autobuild = "2021.3.14"
|
sphinx-autobuild = "2024.2.4"
|
||||||
|
|
||||||
[build-system]
|
[build-system]
|
||||||
requires = ["poetry-core>=1.0.0"]
|
requires = ["poetry-core>=1.0.0"]
|
||||||
|
|
Loading…
Reference in New Issue