aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-06-11 19:42:48 +0100
committerGravatar GitHub <[email protected]>2024-06-11 19:42:48 +0100
commit61ff0350396238879b45b5b01f75c06fb9778a4a (patch)
tree8694a49536686da95535f25ff2140e3f22ea6687 /pyproject.toml
parentBump sphinx-autodoc-typehints from 2.0.0 to 2.1.0 (#227) (diff)
Bump gitpython from 3.1.42 to 3.1.43 (#223)
updated-dependencies: - dependency-name: gitpython dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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 c7923b57..8b7461a3 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -52,7 +52,7 @@ pre-commit = "3.7.1"
[tool.poetry.group.doc.dependencies]
Sphinx = "7.3.7"
-gitpython = "3.1.42"
+gitpython = "3.1.43"
sphinx-autodoc-typehints = "2.1.0"
furo = "2024.1.29"
six = "1.16.0"