From 2065c525c0a661cd7aa7a72e9f924677be71fd45 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jul 2024 23:09:05 +0530 Subject: [PATCH] chore(deps): bump the python-packages group with 2 updates (#14) Bumps the python-packages group with 2 updates: [python-semantic-release](https://github.com/python-semantic-release/python-semantic-release) and [pylint](https://github.com/pylint-dev/pylint). Updates `python-semantic-release` from 9.8.5 to 9.8.6 - [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.5...v9.8.6) Updates `pylint` from 3.2.5 to 3.2.6 - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](https://github.com/pylint-dev/pylint/compare/v3.2.5...v3.2.6) --- 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-patch dependency-group: python-packages ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index a02f5e2..a6b9bda 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ dependencies = [ "DateTime==5.5", "playwright==1.45.0", "PyGithub==2.3.0", - "python-semantic-release==9.8.5" + "python-semantic-release==9.8.6" ] requires-python = ">= 3.8" readme = "README.md" @@ -33,7 +33,7 @@ test = [ ] dev = [ "pipdeptree==2.23.1", - "pylint==3.2.5" + "pylint==3.2.6" ] [tool.semantic_release]