aboutsummaryrefslogtreecommitdiffstats
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
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>
-rw-r--r--poetry.lock11
-rw-r--r--pyproject.toml2
2 files changed, 7 insertions, 6 deletions
diff --git a/poetry.lock b/poetry.lock
index 696137f7..24e7cdc8 100644
--- a/poetry.lock
+++ b/poetry.lock
@@ -712,20 +712,21 @@ smmap = ">=3.0.1,<6"
[[package]]
name = "gitpython"
-version = "3.1.42"
+version = "3.1.43"
description = "GitPython is a Python library used to interact with Git repositories"
optional = false
python-versions = ">=3.7"
files = [
- {file = "GitPython-3.1.42-py3-none-any.whl", hash = "sha256:1bf9cd7c9e7255f77778ea54359e54ac22a72a5b51288c457c881057b7bb9ecd"},
- {file = "GitPython-3.1.42.tar.gz", hash = "sha256:2d99869e0fef71a73cbd242528105af1d6c1b108c60dfabd994bf292f76c3ceb"},
+ {file = "GitPython-3.1.43-py3-none-any.whl", hash = "sha256:eec7ec56b92aad751f9912a73404bc02ba212a23adb2c7098ee668417051a1ff"},
+ {file = "GitPython-3.1.43.tar.gz", hash = "sha256:35f314a9f878467f5453cc1fee295c3e18e52f1b99f10f6cf5b1682e968a9e7c"},
]
[package.dependencies]
gitdb = ">=4.0.1,<5"
[package.extras]
-test = ["black", "coverage[toml]", "ddt (>=1.1.1,!=1.4.3)", "mock", "mypy", "pre-commit", "pytest (>=7.3.1)", "pytest-cov", "pytest-instafail", "pytest-mock", "pytest-sugar"]
+doc = ["sphinx (==4.3.2)", "sphinx-autodoc-typehints", "sphinx-rtd-theme", "sphinxcontrib-applehelp (>=1.0.2,<=1.0.4)", "sphinxcontrib-devhelp (==1.0.2)", "sphinxcontrib-htmlhelp (>=2.0.0,<=2.0.1)", "sphinxcontrib-qthelp (==1.0.3)", "sphinxcontrib-serializinghtml (==1.1.5)"]
+test = ["coverage[toml]", "ddt (>=1.1.1,!=1.4.3)", "mock", "mypy", "pre-commit", "pytest (>=7.3.1)", "pytest-cov", "pytest-instafail", "pytest-mock", "pytest-sugar", "typing-extensions"]
[[package]]
name = "identify"
@@ -2038,4 +2039,4 @@ fakeredis = ["fakeredis"]
[metadata]
lock-version = "2.0"
python-versions = "^3.11"
-content-hash = "94117731f213281344c55ae0445f89b3ed188fa5dc25b28743a51ff0c7db3e6e"
+content-hash = "9251f6c9e236f362f72818661f696612bba21910d0f29e1a3c2733399d334edc"
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"