From 0e38fc04c1fce281958f540ac8545bef33c469a0 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Tue, 11 Jan 2022 19:32:52 +0000
Subject: [PATCH] Bump sphinx-issues from 2.0.0 to 3.0.1 (#149)
Bumps [sphinx-issues](https://github.com/sloria/sphinx-issues) from 2.0.0 to 3.0.1.
Commits
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=sphinx-issues&package-manager=pip&previous-version=2.0.0&new-version=3.0.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
---
poetry.lock | 12 ++++++------
pyproject.toml | 2 +-
2 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/poetry.lock b/poetry.lock
index 0490266f..efe050e8 100644
--- a/poetry.lock
+++ b/poetry.lock
@@ -1104,7 +1104,7 @@ sphinx = ">=2.0"
[[package]]
name = "sphinx-issues"
-version = "2.0.0"
+version = "3.0.1"
description = "A Sphinx extension for linking to your project's issue tracker"
category = "dev"
optional = false
@@ -1114,9 +1114,9 @@ python-versions = ">=3.6"
sphinx = "*"
[package.extras]
-dev = ["pytest", "flake8 (==3.9.2)", "flake8-bugbear (==20.11.1)", "pre-commit (>=2.7,<3.0)", "tox"]
+dev = ["pytest (>=6.2.0)", "flake8 (==3.9.2)", "flake8-bugbear (==20.11.1)", "pre-commit (>=2.7,<3.0)", "tox"]
lint = ["flake8 (==3.9.2)", "flake8-bugbear (==20.11.1)", "pre-commit (>=2.7,<3.0)"]
-tests = ["pytest"]
+tests = ["pytest (>=6.2.0)"]
[[package]]
name = "sphinx-rtd-theme"
@@ -1416,7 +1416,7 @@ testing = ["pytest (>=6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytest-
[metadata]
lock-version = "1.1"
python-versions = ">=3.8.0,<3.10"
-content-hash = "58b8e2ad14594a6f29c97816ea98ea68c1adb40a706f5fb5a9069da33d208dc5"
+content-hash = "cded6c21ff78d9ecb2f90e878cd26b58ad83441efdf864a06b32366932adf330"
[metadata.files]
alabaster = [
@@ -2228,8 +2228,8 @@ sphinx-click = [
{file = "sphinx_click-3.0.2-py3-none-any.whl", hash = "sha256:8529a02bea8cd2cd47daba2f71d7935c727c89d70baabec7fca31af49a0c379f"},
]
sphinx-issues = [
- {file = "sphinx-issues-2.0.0.tar.gz", hash = "sha256:16aa6967739b100abdac2e4145928ce79f6492e20023eca8e6a85e505ad2b3cb"},
- {file = "sphinx_issues-2.0.0-py3-none-any.whl", hash = "sha256:138f66916eeb3319d68285b1ddd2de987ca1bec1b7a1c01b30e5595e72bb6e42"},
+ {file = "sphinx-issues-3.0.1.tar.gz", hash = "sha256:b7c1dc1f4808563c454d11c1112796f8c176cdecfee95f0fd2302ef98e21e3d6"},
+ {file = "sphinx_issues-3.0.1-py3-none-any.whl", hash = "sha256:8b25dc0301159375468f563b3699af7a63720fd84caf81c1442036fcd418b20c"},
]
sphinx-rtd-theme = [
{file = "sphinx_rtd_theme-1.0.0-py2.py3-none-any.whl", hash = "sha256:4d35a56f4508cfee4c4fb604373ede6feae2a306731d533f409ef5c3496fdbd8"},
diff --git a/pyproject.toml b/pyproject.toml
index c94f2936..e726971c 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -50,7 +50,7 @@ pytest = "6.2.5"
pytest-cov = "3.0.0"
Sphinx = "4.3.2"
sphinx-click = "3.0.2"
-sphinx-issues = "2.0.0"
+sphinx-issues = "3.0.1"
nbsphinx = "^0.8.8"
sphinx-rtd-theme = "1.0.0"
sphinx-autodoc-typehints = "1.15.1"