mirror of
https://github.com/thegeeklab/git-batch.git
synced 2024-11-21 18:40:40 +00:00
fix(deps): update dependency gitpython to v3.1.34 (#291)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
d454ff82a1
commit
74c9d5361c
8
poetry.lock
generated
8
poetry.lock
generated
@ -120,14 +120,14 @@ smmap = ">=3.0.1,<6"
|
||||
|
||||
[[package]]
|
||||
name = "gitpython"
|
||||
version = "3.1.33"
|
||||
version = "3.1.34"
|
||||
description = "GitPython is a Python library used to interact with Git repositories"
|
||||
category = "main"
|
||||
optional = false
|
||||
python-versions = ">=3.7"
|
||||
files = [
|
||||
{file = "GitPython-3.1.33-py3-none-any.whl", hash = "sha256:11f22466f982211ad8f3bdb456c03be8466c71d4da8774f3a9f68344e89559cb"},
|
||||
{file = "GitPython-3.1.33.tar.gz", hash = "sha256:13aaa3dff88a23afec2d00eb3da3f2e040e2282e41de484c5791669b31146084"},
|
||||
{file = "GitPython-3.1.34-py3-none-any.whl", hash = "sha256:5d3802b98a3bae1c2b8ae0e1ff2e4aa16bcdf02c145da34d092324f599f01395"},
|
||||
{file = "GitPython-3.1.34.tar.gz", hash = "sha256:85f7d365d1f6bf677ae51039c1ef67ca59091c7ebd5a3509aa399d4eda02d6dd"},
|
||||
]
|
||||
|
||||
[package.dependencies]
|
||||
@ -401,4 +401,4 @@ testing = ["big-O", "flake8 (<5)", "jaraco.functools", "jaraco.itertools", "more
|
||||
[metadata]
|
||||
lock-version = "2.0"
|
||||
python-versions = "^3.7.0"
|
||||
content-hash = "0c9df014ec39209f2d7efc31d4baa4c625324feb2362248f8f476d4a5ab6938b"
|
||||
content-hash = "f4cf242cff90490e4af5f71429a12096536b646342613cc75d2f61904fe0b539"
|
||||
|
@ -35,7 +35,7 @@ repository = "https://github.com/thegeeklab/git-batch/"
|
||||
version = "0.0.0"
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
GitPython = "3.1.33"
|
||||
GitPython = "3.1.34"
|
||||
colorama = "0.4.6"
|
||||
python = "^3.7.0"
|
||||
python-json-logger = "2.0.7"
|
||||
|
Loading…
Reference in New Issue
Block a user