diff --git a/poetry.lock b/poetry.lock index 8fd45107..926b37fa 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.5.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.6.1 and should not be changed by hand. [[package]] name = "aiofile" @@ -639,13 +639,13 @@ smmap = ">=3.0.1,<6" [[package]] name = "gitpython" -version = "3.1.32" +version = "3.1.34" 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.34-py3-none-any.whl", hash = "sha256:5d3802b98a3bae1c2b8ae0e1ff2e4aa16bcdf02c145da34d092324f599f01395"}, + {file = "GitPython-3.1.34.tar.gz", hash = "sha256:85f7d365d1f6bf677ae51039c1ef67ca59091c7ebd5a3509aa399d4eda02d6dd"}, ] [package.dependencies] @@ -1680,4 +1680,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "~=3.9" -content-hash = "88c1b3282873815bd207fa34b6c9670e4b34bb91e0e5079e69ccb5dcd87ede02" +content-hash = "86660dadc19d34860293f0f5325d1d9129bfdf437cf708673a2f48e2ae4abde4" diff --git a/pyproject.toml b/pyproject.toml index 5f0dd472..c68c8c9e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ beauty-print = "^0.6.1" certifi = {version = "^2023.7.22", platform = "windows"} colorlog = "^6.7.0" emoji = "^2.7.0" -gitpython = "^3.1.32" +gitpython = "^3.1.34" meval = "^2.5" pillow = "^10.0.0" pymongo = "^4.3.3"