From 6bb930ee10d0600d169e90e791f397e20cc91361 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 26 Apr 2026 22:43:21 +0000 Subject: [PATCH] chore(deps): bump the python-dependencies group with 8 updates Updates the requirements on [pygithub](https://github.com/pygithub/pygithub), [pytest](https://github.com/pytest-dev/pytest), [pytest-cov](https://github.com/pytest-dev/pytest-cov), [pytest-mock](https://github.com/pytest-dev/pytest-mock), [pylint](https://github.com/pylint-dev/pylint), [black](https://github.com/psf/black), [mypy](https://github.com/python/mypy) and [types-requests](https://github.com/python/typeshed) to permit the latest version. Updates `pygithub` to 2.9.1 - [Release notes](https://github.com/pygithub/pygithub/releases) - [Changelog](https://github.com/PyGithub/PyGithub/blob/main/doc/changes.rst) - [Commits](https://github.com/pygithub/pygithub/compare/v2.0.1-preview...v2.9.1) Updates `pytest` to 9.0.3 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/8.0.0...9.0.3) Updates `pytest-cov` to 7.1.0 - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest-cov/compare/v6.0.0...v7.1.0) Updates `pytest-mock` to 3.15.1 - [Release notes](https://github.com/pytest-dev/pytest-mock/releases) - [Changelog](https://github.com/pytest-dev/pytest-mock/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest-mock/compare/v3.0.0...v3.15.1) Updates `pylint` to 4.0.5 - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](https://github.com/pylint-dev/pylint/compare/v3.0.0...v4.0.5) Updates `black` to 26.3.1 - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](https://github.com/psf/black/compare/24.1a1...26.3.1) Updates `mypy` to 1.20.2 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.0.0...v1.20.2) Updates `types-requests` to 2.33.0.20260408 - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: pygithub dependency-version: 2.9.1 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: pytest dependency-version: 9.0.3 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: pytest-cov dependency-version: 7.1.0 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: pytest-mock dependency-version: 3.15.1 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: pylint dependency-version: 4.0.5 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: black dependency-version: 26.3.1 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: mypy dependency-version: 1.20.2 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: types-requests dependency-version: 2.33.0.20260408 dependency-type: direct:production dependency-group: python-dependencies ... Signed-off-by: dependabot[bot] --- requirements.txt | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/requirements.txt b/requirements.txt index cf57a8a..8625d57 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,9 +1,9 @@ -PyGithub>=2.0 +PyGithub>=2.9.1 requests==2.33.1 -pytest>=8.0 -pytest-cov>=6.0 -pytest-mock>=3.0 -pylint>=3.0 -black>=24.0 -mypy>=1.0 -types-requests>=2.33 +pytest>=9.0.3 +pytest-cov>=7.1.0 +pytest-mock>=3.15.1 +pylint>=4.0.5 +black>=26.3.1 +mypy>=1.20.2 +types-requests>=2.33.0.20260408