diff --git a/pyproject.toml b/pyproject.toml index 51d0784..835b7ea 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ dependencies = [ "cryptography==49.0.0", "Flask==3.1.3", "Flask-WTF==1.3.0", - "GitPython==3.1.55", + "GitPython==3.1.56", "libgravatar==1.0.4", "mistletoe==1.6.0", "praw==8.0.2", diff --git a/uv.lock b/uv.lock index da8524d..9897c33 100644 --- a/uv.lock +++ b/uv.lock @@ -443,14 +443,14 @@ wheels = [ [[package]] name = "gitpython" -version = "3.1.55" +version = "3.1.56" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "gitdb" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/b2/ab/ba0d29f2fa2277ed6256b2ac09003494045355f3a10bf32f351761287870/gitpython-3.1.55.tar.gz", hash = "sha256:781e3b1624dad81b24e9524bf0297b69786a0706db2cbceec1e2b05c38e5152f", size = 225071, upload-time = "2026-07-23T02:52:43.246Z" } +sdist = { url = "https://files.pythonhosted.org/packages/81/45/d45f94fa38b199862959cd7b5461a31f03746d75ef59363339fc0c394345/gitpython-3.1.56.tar.gz", hash = "sha256:127adf5c73f1a822e368301c4d5ffa5d305ce611eccab76f3336f9380a78ad0b", size = 229619, upload-time = "2026-07-25T07:41:43.179Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/20/6a/d3b8208d2f8aac66abe8ccc1c23fa2c89464ec42cc71a601e95d05902428/gitpython-3.1.55-py3-none-any.whl", hash = "sha256:7c9ec1e69c158c081632ab35c41471e302c96db2ae42165036a5d2403378812e", size = 216590, upload-time = "2026-07-23T02:52:41.932Z" }, + { url = "https://files.pythonhosted.org/packages/06/27/8b9b039c7f026d4af8954dbbdcc9f101f8d6901daa3a65b065d8f450c0bd/gitpython-3.1.56-py3-none-any.whl", hash = "sha256:bedffdc4bdd2e3cf21b328711a552b0529751f08bff6591339d18492291ad035", size = 216644, upload-time = "2026-07-25T07:41:41.737Z" }, ] [[package]] @@ -850,7 +850,7 @@ requires-dist = [ { name = "cryptography", specifier = "==49.0.0" }, { name = "flask", specifier = "==3.1.3" }, { name = "flask-wtf", specifier = "==1.3.0" }, - { name = "gitpython", specifier = "==3.1.55" }, + { name = "gitpython", specifier = "==3.1.56" }, { name = "libgravatar", specifier = "==1.0.4" }, { name = "mistletoe", specifier = "==1.6.0" }, { name = "praw", specifier = "==8.0.2" },