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.17 (#51)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
parent
d3731baca1
commit
de070d3d70
8
poetry.lock
generated
8
poetry.lock
generated
@ -212,7 +212,7 @@ smmap = ">=3.0.1,<5"
|
||||
|
||||
[[package]]
|
||||
name = "gitpython"
|
||||
version = "3.1.16"
|
||||
version = "3.1.17"
|
||||
description = "Python Git Library"
|
||||
category = "main"
|
||||
optional = false
|
||||
@ -613,7 +613,7 @@ testing = ["pytest (>=4.6)", "pytest-checkdocs (>=1.2.3)", "pytest-flake8", "pyt
|
||||
[metadata]
|
||||
lock-version = "1.1"
|
||||
python-versions = "^3.6.0"
|
||||
content-hash = "a0a2197f2302cbcabb533b4d07fa7984b5ea9290994197431af67863cf4b862c"
|
||||
content-hash = "15f7d14f0c6f481f0b4c49bbabe5afa816d17e5c289fc6e10729d92eb4f8142a"
|
||||
|
||||
[metadata.files]
|
||||
atomicwrites = [
|
||||
@ -739,8 +739,8 @@ gitdb = [
|
||||
{file = "gitdb-4.0.7.tar.gz", hash = "sha256:96bf5c08b157a666fec41129e6d327235284cca4c81e92109260f353ba138005"},
|
||||
]
|
||||
gitpython = [
|
||||
{file = "GitPython-3.1.16-py3-none-any.whl", hash = "sha256:37ac36cacf2e2be5e88f0810187c5833e71c1a2a8cf81588f5699d1b70183baa"},
|
||||
{file = "GitPython-3.1.16.tar.gz", hash = "sha256:2bfcd25e6b81fe431fa3ab1f0975986cfddabf7870a323c183f3afbc9447c0c5"},
|
||||
{file = "GitPython-3.1.17-py3-none-any.whl", hash = "sha256:29fe82050709760081f588dd50ce83504feddbebdc4da6956d02351552b1c135"},
|
||||
{file = "GitPython-3.1.17.tar.gz", hash = "sha256:ee24bdc93dce357630764db659edaf6b8d664d4ff5447ccfeedd2dc5c253f41e"},
|
||||
]
|
||||
idna = [
|
||||
{file = "idna-2.10-py2.py3-none-any.whl", hash = "sha256:b97d804b1e9b523befed77c48dacec60e6dcb0b5391d57af6a65a312a90648c0"},
|
||||
|
@ -34,7 +34,7 @@ repository = "https://github.com/thegeeklab/git-batch/"
|
||||
version = "0.0.0"
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
GitPython = "3.1.16"
|
||||
GitPython = "3.1.17"
|
||||
colorama = "0.4.4"
|
||||
python = "^3.6.0"
|
||||
python-json-logger = "2.0.1"
|
||||
|
Loading…
Reference in New Issue
Block a user