diff --git a/poetry.lock b/poetry.lock index 8fd45107..86abfed7 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.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] @@ -1680,4 +1680,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "~=3.9" -content-hash = "88c1b3282873815bd207fa34b6c9670e4b34bb91e0e5079e69ccb5dcd87ede02" +content-hash = "429e1b7e68cb22f51861d526ba5bb60c57afb9d3e3178dc983d2f69b54a777ea" diff --git a/pyproject.toml b/pyproject.toml index 5f0dd472..d22927d7 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.33" meval = "^2.5" pillow = "^10.0.0" pymongo = "^4.3.3"