diff --git a/poetry.lock b/poetry.lock index 4be5ed7..48970ba 100644 --- a/poetry.lock +++ b/poetry.lock @@ -365,20 +365,20 @@ uritemplate = ">=3.0.0" [[package]] name = "gitpython" -version = "3.1.37" +version = "3.1.41" description = "GitPython is a Python library used to interact with Git repositories" optional = false python-versions = ">=3.7" files = [ - {file = "GitPython-3.1.37-py3-none-any.whl", hash = "sha256:5f4c4187de49616d710a77e98ddf17b4782060a1788df441846bddefbb89ab33"}, - {file = "GitPython-3.1.37.tar.gz", hash = "sha256:f9b9ddc0761c125d5780eab2d64be4873fc6817c2899cbcb34b02344bdc7bc54"}, + {file = "GitPython-3.1.41-py3-none-any.whl", hash = "sha256:c36b6634d069b3f719610175020a9aed919421c87552185b085e04fbbdb10b7c"}, + {file = "GitPython-3.1.41.tar.gz", hash = "sha256:ed66e624884f76df22c8e16066d567aaa5a37d5b5fa19db2c6df6f7156db9048"}, ] [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"] +test = ["black", "coverage[toml]", "ddt (>=1.1.1,!=1.4.3)", "mock", "mypy", "pre-commit", "pytest (>=7.3.1)", "pytest-cov", "pytest-instafail", "pytest-mock", "pytest-sugar", "sumtypes"] [[package]] name = "grapheme" @@ -826,4 +826,4 @@ watchmedo = ["PyYAML (>=3.10)"] [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "898ee03815a5af54991eb6f43af000b2f42346b84bdff14eee962df41fed5b67" +content-hash = "5ce4ac8057c571e2c95047ef8ea9ce75adb4e8a5d96cb975ad8e01ebf42b0e17" diff --git a/pyproject.toml b/pyproject.toml index e21f79f..7f28905 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ alive-progress = "^3.0.1" py-getch = "^1.0.1" toml = "^0.10.2" pytz = "^2022.5" -gitpython = "^3.1.37" +gitpython = "^3.1.41" requests = "^2.31.0" [tool.poetry.group.dev.dependencies]