diff --git a/poetry.lock b/poetry.lock index 06f5ea5d..53e983d8 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.49" 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.49-py3-none-any.whl", hash = "sha256:024b0422d7f84d15cd794844e029ffebd4c5d42a7eb9b936b458697ef550a02c"}, + {file = "gitpython-3.1.49.tar.gz", hash = "sha256:42f9399c9eb33fc581014bedd76049dfbaf6375aa2a5754575966387280315e1"}, ] [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 = "b248eae53cdb89edfa7a1ae1c47c0b867724eab6d39ca2d369207b1bc1d6044a" diff --git a/pyproject.toml b/pyproject.toml index 69251a9d..e5cb9523 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.49,<4.0.0)", "humanfriendly (>=10.0,<11.0)", "randomname (>=0.2.1,<0.3.0)", "numpy (>=2.0.0,<3.0.0)",