Skip to content

Commit b7e4f41

Browse files
chore(deps): bump the dependencies group with 3 updates
Bumps the dependencies group with 3 updates: [requests](https://github.com/psf/requests), [black](https://github.com/psf/black) and [mypy](https://github.com/python/mypy). Updates `requests` from 2.33.1 to 2.34.2 - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](psf/requests@v2.33.1...v2.34.2) Updates `black` from 26.3.1 to 26.5.0 - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](psf/black@26.3.1...26.5.0) Updates `mypy` from 2.0.0 to 2.1.0 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v2.0.0...v2.1.0) --- updated-dependencies: - dependency-name: requests dependency-version: 2.34.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: black dependency-version: 26.5.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: mypy dependency-version: 2.1.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4fda46a commit b7e4f41

2 files changed

Lines changed: 72 additions & 72 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ requires-python = ">=3.11"
66
dependencies = [
77
"github3-py==4.0.1",
88
"python-dotenv==1.2.2",
9-
"requests==2.33.1",
9+
"requests==2.34.2",
1010
]
1111

1212
[dependency-groups]
1313
dev = [
14-
"black==26.3.1",
14+
"black==26.5.0",
1515
"flake8==7.3.0",
16-
"mypy==2.0.0",
16+
"mypy==2.1.0",
1717
"mypy-extensions==1.1.0",
1818
"pylint==4.0.5",
1919
"pytest==9.0.3",

0 commit comments

Comments
 (0)