diff --git a/Pipfile b/Pipfile index 11a82bb0..a53e29d1 100644 --- a/Pipfile +++ b/Pipfile @@ -5,7 +5,7 @@ name = "pypi" [packages] ClusterShell = "==1.10" -GitPython = "==3.1.50" +GitPython = "==3.1.51" Jinja2 = "==3.1.6" PyMySQL = "==1.2.0" PyYAML = "==6.0.3" diff --git a/Pipfile.lock b/Pipfile.lock index 9007e58e..7831d3c8 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "507b5e88ee50784e09d80c8b1e2591c97b2c872401e5e71b00f6bf20822b3b60" + "sha256": "7919f1d0020b4e0d8051c2dcaab2d5dcf17e2d8a3650b3a60e259f1f83061883" }, "pipfile-spec": 6, "requires": {}, @@ -937,12 +937,12 @@ }, "gitpython": { "hashes": [ - "sha256:80da2d12504d52e1f998772dc5baf6e553f8d2fcfe1fcc226c9d9a2ee3372dcc", - "sha256:d352abe2908d07355014abdd21ddf798c2a961469239afec4962e9da884858f9" + "sha256:22c9c94bb6b0b9f3c7157c684fece45a414cea204586b600beae6cd4570dcd6d", + "sha256:d5b29685708f3c80a56db040b665bfd69492c8e150b5848532af8013b686c5a4" ], "index": "pypi", "markers": "python_version >= '3.7'", - "version": "==3.1.50" + "version": "==3.1.51" }, "greenlet": { "hashes": [ diff --git a/requirements.txt b/requirements.txt index c4683130..c3e7f793 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ ClusterShell==1.10 boto3==1.43.45 -GitPython==3.1.50 +GitPython==3.1.51 Jinja2==3.1.6 PyMySQL==1.2.0 PyYAML==6.0.3