From a6a7af6c97901ee7cee35a60fe0899077ea496f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Mar 2025 16:22:19 +0000 Subject: [PATCH] fix(deps): bump the python-packages group across 1 directory with 4 updates Bumps the python-packages group with 4 updates in the /pr-diff-bot directory: [pygithub](https://github.com/pygithub/pygithub), [python-dotenv](https://github.com/theskumar/python-dotenv), [python-semantic-release](https://github.com/python-semantic-release/python-semantic-release) and [commitizen](https://github.com/commitizen-tools/commitizen). Updates `pygithub` from 2.5.0 to 2.6.1 - [Release notes](https://github.com/pygithub/pygithub/releases) - [Changelog](https://github.com/PyGithub/PyGithub/blob/v2.6.1/doc/changes.rst) - [Commits](https://github.com/pygithub/pygithub/compare/v2.5.0...v2.6.1) Updates `python-dotenv` from 1.0.1 to 1.1.0 - [Release notes](https://github.com/theskumar/python-dotenv/releases) - [Changelog](https://github.com/theskumar/python-dotenv/blob/main/CHANGELOG.md) - [Commits](https://github.com/theskumar/python-dotenv/compare/v1.0.1...v1.1.0) Updates `python-semantic-release` from 9.17.0 to 9.21.0 - [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.rst) - [Commits](https://github.com/python-semantic-release/python-semantic-release/compare/v9.17...v9.21) Updates `commitizen` from 4.1.1 to 4.4.1 - [Release notes](https://github.com/commitizen-tools/commitizen/releases) - [Changelog](https://github.com/commitizen-tools/commitizen/blob/master/CHANGELOG.md) - [Commits](https://github.com/commitizen-tools/commitizen/compare/v4.1.1...v4.4.1) --- updated-dependencies: - dependency-name: pygithub dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: python-dotenv dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: python-semantic-release dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: commitizen dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages ... Signed-off-by: dependabot[bot] --- pr-diff-bot/requirements.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pr-diff-bot/requirements.txt b/pr-diff-bot/requirements.txt index 4832dfb..bebebae 100644 --- a/pr-diff-bot/requirements.txt +++ b/pr-diff-bot/requirements.txt @@ -1,10 +1,10 @@ -PyGithub==2.5.0 -python-dotenv==1.0.1 +PyGithub==2.6.1 +python-dotenv==1.1.0 gitpython==3.1.44 openai>=1.0.0,<2.0.0 requests==2.32.3 -python-semantic-release==9.17.0 -commitizen==4.1.1 +python-semantic-release==9.21.0 +commitizen==4.4.1 boto3>=1.34.0 # Required for AWS Bedrock support openai>=1.0.0 requests>=2.31.0