diff --git a/poetry.lock b/poetry.lock index 1207de9..6e208e3 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2490,13 +2490,13 @@ files = [ [[package]] name = "sphinx" -version = "7.4.5" +version = "7.4.6" description = "Python documentation generator" optional = false python-versions = ">=3.9" files = [ - {file = "sphinx-7.4.5-py3-none-any.whl", hash = "sha256:9f135d8c1d277db67be514be579c4c4a26c8c0e962219aaca5a721b04bd6d0d8"}, - {file = "sphinx-7.4.5.tar.gz", hash = "sha256:a4abe5385bf856df094c1e6cadf24a2351b12057be3670b99a12c05a01d209f5"}, + {file = "sphinx-7.4.6-py3-none-any.whl", hash = "sha256:915760d6188288a1e30c2cd0d9fa31b1b009bc6e6019cc0c32d16c77d20e86d9"}, + {file = "sphinx-7.4.6.tar.gz", hash = "sha256:116918d455c493fff3178edea12b4fe1c1e4894680fd81e7b7431ea21d47ca52"}, ] [package.dependencies] @@ -3209,4 +3209,4 @@ docs = ["django-debug-toolbar", "django-extensions", "sphinx", "sphinx-autobuild [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "5d91dd08a2b1359e86ff76976e06a3cf29b6be3094592a8864adbf2b6aa11430" +content-hash = "c3abd88fc264653ba9dbe88dd9c82a10f10c229ad56a8e0df7ba907a8ac48022" diff --git a/pyproject.toml b/pyproject.toml index 8fee389..c8cebba 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ django-allauth="^0.63.6" django-crispy-forms="^2.2" crispy-bootstrap5="^2024.2" django-redis="^5.4.0" -sphinx = { version = "^7.4.5", optional = true } +sphinx = { version = "^7.4.6", optional = true } sphinx-autobuild = { version = "^2024.4.16", optional = true } sphinx_rtd_theme = { version = "^2.0.0", optional = true } django-debug-toolbar = { version = "^4.4.6", optional = true } @@ -46,7 +46,7 @@ mypy = "^1.6.1" django-stubs = {version = "4.2.7", extras = ["compatible-mypy"]} pytest = "^8.2.2" pytest-sugar = "^1.0.0" -sphinx = "^7.4.5" +sphinx = "^7.4.6" sphinx-autobuild = "^2024.4.16" sphinx_rtd_theme = "^2.0.0" flake8="^7.1.0"