From 4e6c1a572163d0a3ccf839e44ccd706ebaa0ed0a Mon Sep 17 00:00:00 2001 From: Robin Quintero Date: Thu, 11 Jan 2024 16:24:52 -0500 Subject: [PATCH] feat(back): #1256 update gitpython to 3.1.41 - Update gitpython to 3.1.41 Signed-off-by: Robin Quintero --- src/args/secure-python-with-bandit/poetry.lock | 10 +++++----- src/args/secure-python-with-bandit/pyproject.toml | 1 + 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/src/args/secure-python-with-bandit/poetry.lock b/src/args/secure-python-with-bandit/poetry.lock index 87d7c14a..aca272c7 100644 --- a/src/args/secure-python-with-bandit/poetry.lock +++ b/src/args/secure-python-with-bandit/poetry.lock @@ -50,20 +50,20 @@ smmap = ">=3.0.1,<6" [[package]] name = "gitpython" -version = "3.1.40" +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.40-py3-none-any.whl", hash = "sha256:cf14627d5a8049ffbf49915732e5eddbe8134c3bdb9d476e6182b676fc573f8a"}, - {file = "GitPython-3.1.40.tar.gz", hash = "sha256:22b126e9ffb671fdd0c129796343a02bf67bf2994b35449ffc9321aa755e18a4"}, + {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)", "mock", "mypy", "pre-commit", "pytest", "pytest-cov", "pytest-instafail", "pytest-subtests", "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 = "markdown-it-py" @@ -231,4 +231,4 @@ pbr = ">=2.0.0,<2.1.0 || >2.1.0" [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "229577ecc03e613f9721387cd5e86ac925f676a354a0d66d51fdfe06fa0969c6" +content-hash = "56b85f76be41a62aa8e2339e22286dd9f6c98a19dd658c640def132233c41e4b" diff --git a/src/args/secure-python-with-bandit/pyproject.toml b/src/args/secure-python-with-bandit/pyproject.toml index 86c9c85b..e154834e 100644 --- a/src/args/secure-python-with-bandit/pyproject.toml +++ b/src/args/secure-python-with-bandit/pyproject.toml @@ -8,6 +8,7 @@ readme = "README.md" [tool.poetry.dependencies] python = "^3.11" bandit = "1.7.6" +gitpython = "3.1.41" [build-system]