From 1f0832c708c6c26b5beb0e9aa46d082592653e45 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jul 2023 11:56:50 +0000 Subject: [PATCH 1/2] Bump gitpython from 3.1.31 to 3.1.32 Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 3.1.31 to 3.1.32. - [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.31...3.1.32) --- updated-dependencies: - dependency-name: gitpython dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 7052292c..c17b05b1 100644 --- a/poetry.lock +++ b/poetry.lock @@ -134,13 +134,13 @@ smmap = ">=3.0.1,<5" [[package]] name = "gitpython" -version = "3.1.31" +version = "3.1.32" description = "GitPython is a Python library used to interact with Git repositories" optional = false python-versions = ">=3.7" files = [ - {file = "GitPython-3.1.31-py3-none-any.whl", hash = "sha256:f04893614f6aa713a60cbbe1e6a97403ef633103cdd0ef5eb6efe0deb98dbe8d"}, - {file = "GitPython-3.1.31.tar.gz", hash = "sha256:8ce3bcf69adfdf7c7d503e78fd3b1c492af782d58893b650adb2ac8912ddd573"}, + {file = "GitPython-3.1.32-py3-none-any.whl", hash = "sha256:e3d59b1c2c6ebb9dfa7a184daf3b6dd4914237e7488a1730a6d8f6f5d0b4187f"}, + {file = "GitPython-3.1.32.tar.gz", hash = "sha256:8d9b8cb1e80b9735e8717c9362079d3ce4c6e5ddeebedd0361b228c3a67a62f6"}, ] [package.dependencies] @@ -381,4 +381,4 @@ dev = ["doc8", "flake8", "flake8-import-order", "rstcheck[sphinx]", "sphinx"] [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "0ea349d4f9c57a80b5eb2c56052fbb24255da8009940e7fd2b35605c8592de9e" +content-hash = "6db1d4afbf27e7bf4a72abc261b14e05e5f8d5e2310e4607dbec3c9ed937ca9b" diff --git a/pyproject.toml b/pyproject.toml index 63c42e28..39dd61b0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ black = "^23.7" flake8 = "^6.0.0" pep8-naming = "^0.13.3" pytest = "^7.4.0" -GitPython = "^3.1.31" +GitPython = "^3.1.32" [build-system] requires = ["poetry-core>=1.0.0"] From 3de71d2bb95623b1218ab25e92011623e1d0fc31 Mon Sep 17 00:00:00 2001 From: per1234 Date: Mon, 17 Jul 2023 05:05:23 -0700 Subject: [PATCH 2/2] Update `gitpython` version in template installation docs This is now the version used as standard in all Arduino Tooling projects, which the "template" is intended to be used with. --- workflow-templates/deploy-mkdocs-versioned-poetry.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workflow-templates/deploy-mkdocs-versioned-poetry.md b/workflow-templates/deploy-mkdocs-versioned-poetry.md index a4924846..0452b6d6 100644 --- a/workflow-templates/deploy-mkdocs-versioned-poetry.md +++ b/workflow-templates/deploy-mkdocs-versioned-poetry.md @@ -33,7 +33,7 @@ See the ["Deploy Website" workflow (MkDocs, Poetry) documentation](deploy-mkdocs 1. Run this command: ``` - poetry add --dev "gitpython@^3.1.31" "mike@^1.1.2" + poetry add --dev "gitpython@^3.1.32" "mike@^1.1.2" ``` 1. Commit the resulting `pyproject.toml` and `poetry.lock` files.