Merge pull request #130 from Alexander-D-Karpov/dependabot/pip/sphinx-7.0.0

Bump sphinx from 6.2.1 to 7.0.0
This commit is contained in:
Alexander Karpov 2023-05-08 11:33:32 +03:00 committed by GitHub
commit eb862ab616
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@ -4590,14 +4590,14 @@ files = [
[[package]] [[package]]
name = "sphinx" name = "sphinx"
version = "6.2.1" version = "7.0.0"
description = "Python documentation generator" description = "Python documentation generator"
category = "main" category = "main"
optional = false optional = false
python-versions = ">=3.8" python-versions = ">=3.8"
files = [ files = [
{file = "Sphinx-6.2.1.tar.gz", hash = "sha256:6d56a34697bb749ffa0152feafc4b19836c755d90a7c59b72bc7dfd371b9cc6b"}, {file = "Sphinx-7.0.0.tar.gz", hash = "sha256:283c44aa28922bb4223777b44ac0d59af50a279ac7690dfe945bb2b9575dc41b"},
{file = "sphinx-6.2.1-py3-none-any.whl", hash = "sha256:97787ff1fa3256a3eef9eda523a63dbf299f7b47e053cfcf684a1c2a8380c912"}, {file = "sphinx-7.0.0-py3-none-any.whl", hash = "sha256:3cfc1c6756ef1b132687b813ec6ea2214cb7a7e5d1dcb2772006cb895a0fa469"},
] ]
[package.dependencies] [package.dependencies]
@ -5698,4 +5698,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"]
[metadata] [metadata]
lock-version = "2.0" lock-version = "2.0"
python-versions = "^3.11" python-versions = "^3.11"
content-hash = "071120fafafa6f1a6097d9f1b428fd7c7161c2d4e547a62fd2cd58306c7389d7" content-hash = "6fa7701ea9ffe38342c2ce27ea31ee77275a70dfb4bc69d206f29800569fdfcd"

View File

@ -41,7 +41,7 @@ django-stubs = {extras = ["compatible-mypy"], version = "^1.14.0"}
pytest = "^7.3.0" pytest = "^7.3.0"
pytest-sugar = "^0.9.6" pytest-sugar = "^0.9.6"
djangorestframework-stubs = {extras = ["compatible-mypy"], version = "^1.8.0"} djangorestframework-stubs = {extras = ["compatible-mypy"], version = "^1.8.0"}
sphinx = "^6.2.1" sphinx = "^7.0.0"
sphinx-autobuild = "^2021.3.14" sphinx-autobuild = "^2021.3.14"
flake8 = "^6.0.0" flake8 = "^6.0.0"
flake8-isort = "^6.0.0" flake8-isort = "^6.0.0"