diff options
author | 2022-01-09 19:31:31 +0200 | |
---|---|---|
committer | 2022-01-09 19:31:31 +0200 | |
commit | 95b2ce5e19741fe4ed2b8028a8fc28b7cd4b0167 (patch) | |
tree | a46bcf6189fe59657a52ab244a27a1d4827b92c2 /pyproject.toml | |
parent | Bump version and add changelogs (diff) | |
parent | Merge pull request #11 from python-discord/dependabot/pip/gitpython-3.1.25 (diff) |
Merge branch 'main' into add-code-block-regex
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pyproject.toml b/pyproject.toml index b9a1a66d..acb8b5a1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,10 +36,10 @@ pytest-cov = "3.0.0" pytest-xdist = { version = "2.5.0", extras = ["psutil"] } Sphinx = "4.3.2" tomli = "2.0.0" -GitPython = "3.1.24" -sphinx-autodoc-typehints = "1.12.0" +GitPython = "3.1.25" +sphinx-autodoc-typehints = "1.14.1" releases = "1.6.3" -furo = "2021.11.23" +furo = "2022.1.2" [tool.taskipy.tasks] |