summaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar Hassan Abouelela <[email protected]>2022-01-09 19:18:29 +0200
committerGravatar GitHub <[email protected]>2022-01-09 19:18:29 +0200
commit1a9f0cf23fd20162fc7bac8e7f8e6cde27016f9b (patch)
tree681567dd1141adfc7592ae56a13dd181b2b2ad34 /pyproject.toml
parentMerge pull request #10 from python-discord/dependabot/pip/sphinx-autodoc-type... (diff)
parentBump gitpython from 3.1.24 to 3.1.25 (diff)
Merge pull request #11 from python-discord/dependabot/pip/gitpython-3.1.25
Bump gitpython from 3.1.24 to 3.1.25
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index a1d40852..48e07230 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -36,7 +36,7 @@ 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"
+GitPython = "3.1.25"
sphinx-autodoc-typehints = "1.14.1"
releases = "1.6.3"
furo = "2022.1.2"