From d6d501bd734444fc6188b9f7456b9a36d2ae6143 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Sep 2024 21:45:08 +0000 Subject: [PATCH] chore(deps): bump the python-packages group across 1 directory with 3 updates Bumps the python-packages group with 3 updates in the / directory: [python-semantic-release](https://github.com/python-semantic-release/python-semantic-release), [pylint](https://github.com/pylint-dev/pylint) and [pipdeptree](https://github.com/tox-dev/pipdeptree). Updates `python-semantic-release` from 9.8.8 to 9.8.9 - [Release notes](https://github.com/python-semantic-release/python-semantic-release/releases) - [Changelog](https://github.com/python-semantic-release/python-semantic-release/blob/master/CHANGELOG.md) - [Commits](https://github.com/python-semantic-release/python-semantic-release/compare/v9.8.8...v9.8.9) Updates `pylint` from 3.2.7 to 3.3.1 - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](https://github.com/pylint-dev/pylint/compare/v3.2.7...v3.3.1) Updates `pipdeptree` from 2.23.3 to 2.23.4 - [Release notes](https://github.com/tox-dev/pipdeptree/releases) - [Commits](https://github.com/tox-dev/pipdeptree/compare/2.23.3...2.23.4) --- updated-dependencies: - dependency-name: python-semantic-release dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-packages - dependency-name: pylint dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: pipdeptree dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-packages ... Signed-off-by: dependabot[bot] --- pyproject.toml | 6 +++--- requirements.txt | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index a1fc068..43d8e0b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,13 +14,13 @@ authors = [ dynamic = "version_variables" dependencies = [ "PyGithub==2.4.0", - "python-semantic-release==9.8.8" + "python-semantic-release==9.8.9" ] [project.optional-dependencies] dev = [ - "pylint==3.2.7", - "pipdeptree==2.23.3", + "pylint==3.3.1", + "pipdeptree==2.23.4", ] test = [ "pytest-cov==5.0.0", diff --git a/requirements.txt b/requirements.txt index aeb948f..39ea082 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -pipdeptree==2.23.3 +pipdeptree==2.23.4 PyGithub==2.4.0 -pylint==3.2.7 +pylint==3.3.1 pytest-cov==5.0.0