Pin dependencies (develop)

This commit is contained in:
RenovateBot 2022-03-10 21:36:10 +00:00 committed by Georg Krause
commit cc2637c0d7
2 changed files with 8 additions and 8 deletions

View file

@ -7,13 +7,13 @@ license = "AGPLv3"
[tool.poetry.dependencies]
python = "^3.10"
Sphinx = "^4.4.0"
sphinx-rtd-theme = "^1.0.0"
django-environ = "^0.8.1"
Django = "^4.0.3"
myst-parser = "^0.17.0"
sphinx-panels = "^0.6.0"
sphinx-multiversion = "^0.2.4"
Sphinx = "4.4.0"
sphinx-rtd-theme = "1.0.0"
django-environ = "0.8.1"
Django = "4.0.3"
myst-parser = "0.17.0"
sphinx-panels = "0.6.0"
sphinx-multiversion = "0.2.4"
[tool.poetry.dev-dependencies]