diff --git a/poetry.lock b/poetry.lock index 8fd45107..f8aa17e5 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,18 +639,21 @@ smmap = ">=3.0.1,<6" [[package]] name = "gitpython" -version = "3.1.32" +version = "3.1.37" 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.37-py3-none-any.whl", hash = "sha256:5f4c4187de49616d710a77e98ddf17b4782060a1788df441846bddefbb89ab33"}, + {file = "GitPython-3.1.37.tar.gz", hash = "sha256:f9b9ddc0761c125d5780eab2d64be4873fc6817c2899cbcb34b02344bdc7bc54"}, ] [package.dependencies] gitdb = ">=4.0.1,<5" +[package.extras] +test = ["black", "coverage[toml]", "ddt (>=1.1.1,!=1.4.3)", "mypy", "pre-commit", "pytest", "pytest-cov", "pytest-sugar"] + [[package]] name = "identify" version = "2.5.13" @@ -1680,4 +1683,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "~=3.9" -content-hash = "88c1b3282873815bd207fa34b6c9670e4b34bb91e0e5079e69ccb5dcd87ede02" +content-hash = "6015afa64f99320c55518e5872d993d56f75561d08923f0b5995ac60ecde62b7" diff --git a/pyproject.toml b/pyproject.toml index 5f0dd472..d59aa527 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.37" meval = "^2.5" pillow = "^10.0.0" pymongo = "^4.3.3"