diff --git a/poetry.lock b/poetry.lock index 06f5ea5d..87444d39 100644 --- a/poetry.lock +++ b/poetry.lock @@ -762,14 +762,14 @@ smmap = ">=3.0.1,<6" [[package]] name = "gitpython" -version = "3.1.47" +version = "3.1.50" description = "GitPython is a Python library used to interact with Git repositories" optional = false python-versions = ">=3.7" groups = ["main"] files = [ - {file = "gitpython-3.1.47-py3-none-any.whl", hash = "sha256:489f590edfd6d20571b2c0e72c6a6ac6915ee8b8cd04572330e3842207a78905"}, - {file = "gitpython-3.1.47.tar.gz", hash = "sha256:dba27f922bd2b42cb54c87a8ab3cb6beb6bf07f3d564e21ac848913a05a8a3cd"}, + {file = "gitpython-3.1.50-py3-none-any.whl", hash = "sha256:d352abe2908d07355014abdd21ddf798c2a961469239afec4962e9da884858f9"}, + {file = "gitpython-3.1.50.tar.gz", hash = "sha256:80da2d12504d52e1f998772dc5baf6e553f8d2fcfe1fcc226c9d9a2ee3372dcc"}, ] [package.dependencies] @@ -2481,4 +2481,4 @@ plot = ["matplotlib", "plotly"] [metadata] lock-version = "2.1" python-versions = ">=3.10,<3.15" -content-hash = "b0b2336ed601d2f07ddccfa9b38499e24074cceb679cb9ba1a72c13356272b6d" +content-hash = "cd2cb4479cf3e439b5508ffd0f12cf8830a77493c4240a511cf928136193e3ba" diff --git a/pyproject.toml b/pyproject.toml index 0f40d2d8..f19cfa2c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ dependencies = [ "pandas (>=2.2.3,<3.0.0)", "toml (>=0.10.2,<0.11.0)", "click (>=8.1.8,<9.0.0)", - "gitpython (>=3.1.44,<4.0.0)", + "gitpython (>=3.1.50,<4.0.0)", "humanfriendly (>=10.0,<11.0)", "randomname (>=0.2.1,<0.3.0)", "numpy (>=2.0.0,<3.0.0)",