From 6bbcdbca22f375d3b599ad74a86186d9f1f54873 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Apr 2023 17:52:14 +0200 Subject: [PATCH] Bump gitpython from 3.1.30 to 3.1.31 (#804) Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 3.1.30 to 3.1.31. - [Release notes](https://github.com/gitpython-developers/GitPython/releases) - [Changelog](https://github.com/gitpython-developers/GitPython/blob/main/CHANGES) - [Commits](https://github.com/gitpython-developers/GitPython/compare/3.1.30...3.1.31) --- updated-dependencies: - dependency-name: gitpython dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 2ff15222..6c7ed749 100644 --- a/poetry.lock +++ b/poetry.lock @@ -746,14 +746,14 @@ smmap = ">=3.0.1,<4" [[package]] name = "gitpython" -version = "3.1.30" -description = "GitPython is a python library used to interact with Git repositories" +version = "3.1.31" +description = "GitPython is a Python library used to interact with Git repositories" category = "dev" optional = false python-versions = ">=3.7" files = [ - {file = "GitPython-3.1.30-py3-none-any.whl", hash = "sha256:cd455b0000615c60e286208ba540271af9fe531fa6a87cc590a7298785ab2882"}, - {file = "GitPython-3.1.30.tar.gz", hash = "sha256:769c2d83e13f5d938b7688479da374c4e3d49f71549aaf462b646db9602ea6f8"}, + {file = "GitPython-3.1.31-py3-none-any.whl", hash = "sha256:f04893614f6aa713a60cbbe1e6a97403ef633103cdd0ef5eb6efe0deb98dbe8d"}, + {file = "GitPython-3.1.31.tar.gz", hash = "sha256:8ce3bcf69adfdf7c7d503e78fd3b1c492af782d58893b650adb2ac8912ddd573"}, ] [package.dependencies] @@ -2251,4 +2251,4 @@ cli = ["click", "tabulate", "dateparser"] [metadata] lock-version = "2.0" python-versions = ">=3.7.1,<4.0" -content-hash = "172c2d8466a67a2256648a6a36ee9cec1e0715de3db23ee9f1de6dd25602e47f" +content-hash = "191ce638648d5478b760c8ee7e998d0581ce4277f99a5d88db91e01d77365072" diff --git a/pyproject.toml b/pyproject.toml index c2d2a154..f24b91a1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -60,7 +60,7 @@ urllib3 = "^1.26.15" #ensure certifi (for requests/sphinx) is greater than 2022.12.07 to account for CVE-2022-23491 certifi = "^2022.12.07" #ensure gitpython (for bandit/flake8-bandit) is greater than 3.1.30 to account for CVE-2022-24439 -gitpython = "^3.1.30" +gitpython = "^3.1.31" #ensure setuptools (for safety) is greater than 65.5.1 to account for CVE-2022-40897 setuptools = "^67.6.1"