diff --git a/poetry.lock b/poetry.lock index 341bbd42..5ae222e8 100644 --- a/poetry.lock +++ b/poetry.lock @@ -606,13 +606,13 @@ smmap = ">=3.0.1,<6" [[package]] name = "gitpython" -version = "3.1.32" +version = "3.1.33" description = "GitPython is a Python library used to interact with Git repositories" optional = false python-versions = ">=3.7" files = [ - {file = "GitPython-3.1.32-py3-none-any.whl", hash = "sha256:e3d59b1c2c6ebb9dfa7a184daf3b6dd4914237e7488a1730a6d8f6f5d0b4187f"}, - {file = "GitPython-3.1.32.tar.gz", hash = "sha256:8d9b8cb1e80b9735e8717c9362079d3ce4c6e5ddeebedd0361b228c3a67a62f6"}, + {file = "GitPython-3.1.33-py3-none-any.whl", hash = "sha256:11f22466f982211ad8f3bdb456c03be8466c71d4da8774f3a9f68344e89559cb"}, + {file = "GitPython-3.1.33.tar.gz", hash = "sha256:13aaa3dff88a23afec2d00eb3da3f2e040e2282e41de484c5791669b31146084"}, ] [package.dependencies] diff --git a/requirements.txt b/requirements.txt index c36b5cad..0125473e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -30,7 +30,7 @@ flake8-use-pathlib==0.3.0 ; python_version >= "3.9" and python_version < "4.0" flake8==6.1.0 ; python_version >= "3.9" and python_version < "4.0" ghp-import==2.1.0 ; python_version >= "3.9" and python_version < "4.0" gitdb==4.0.10 ; python_version >= "3.9" and python_version < "4.0" -gitpython==3.1.32 ; python_version >= "3.9" and python_version < "4.0" +gitpython==3.1.33 ; python_version >= "3.9" and python_version < "4.0" htmlmin2==0.1.13 ; python_version >= "3.9" and python_version < "4.0" identify==2.5.26 ; python_version >= "3.9" and python_version < "4.0" idna==3.4 ; python_version >= "3.9" and python_version < "4.0"