1
0
Fork 0
mirror of https://github.com/NixOS/nix.dev.git synced 2024-10-18 14:32:43 -04:00

Merge pull request #195 from nix-dot-dev/dependabot/pip/sphinx-4.3.0

chore(deps): bump sphinx from 4.2.0 to 4.3.0
This commit is contained in:
Domen Kožar 2021-11-16 09:21:10 -06:00 committed by GitHub
commit 3e07e4acf4
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

@ -226,7 +226,7 @@ python-versions = ">=3.6"
[[package]]
name = "sphinx"
version = "4.2.0"
version = "4.3.0"
description = "Python documentation generator"
category = "main"
optional = false
@ -387,7 +387,7 @@ socks = ["PySocks (>=1.5.6,!=1.5.7,<2.0)"]
[metadata]
lock-version = "1.1"
python-versions = "^3.8"
content-hash = "ed355f79ba09f6d1706c0e7ccedf8151d070fae4299966eef633176353c40c98"
content-hash = "6f113dc00b136e2e461541d611f879579d36f804733359f3a44e1838625f6a72"
[metadata.files]
alabaster = [
@ -577,8 +577,8 @@ soupsieve = [
{file = "soupsieve-2.2.1.tar.gz", hash = "sha256:052774848f448cf19c7e959adf5566904d525f33a3f8b6ba6f6f8f26ec7de0cc"},
]
sphinx = [
{file = "Sphinx-4.2.0-py3-none-any.whl", hash = "sha256:98a535c62a4fcfcc362528592f69b26f7caec587d32cd55688db580be0287ae0"},
{file = "Sphinx-4.2.0.tar.gz", hash = "sha256:94078db9184491e15bce0a56d9186e0aec95f16ac20b12d00e06d4e36f1058a6"},
{file = "Sphinx-4.3.0-py3-none-any.whl", hash = "sha256:7e2b30da5f39170efcd95c6270f07669d623c276521fee27ad6c380f49d2bf5b"},
{file = "Sphinx-4.3.0.tar.gz", hash = "sha256:6d051ab6e0d06cba786c4656b0fe67ba259fe058410f49e95bee6e49c4052cbf"},
]
sphinx-book-theme = [
{file = "sphinx-book-theme-0.1.7.tar.gz", hash = "sha256:42d3b166889f675074f2471de0a7ce4016f9a14e7ec2ab0c924c627f8de2d24b"},

View file

@ -7,7 +7,7 @@ license = "CC BY-SA"
[tool.poetry.dependencies]
python = "^3.8"
sphinx = "4.2.0"
sphinx = "4.3.0"
livereload = "2.6.3"
sphinx-book-theme = "0.1.7"
sphinx-copybutton = "0.4.0"