Skip to content

Commit 7cc3b42

Browse files
Bump the pip-dependencies group across 1 directory with 2 updates (#112)
Bumps the pip-dependencies group with 2 updates in the / directory: [setuptools](https://github.com/pypa/setuptools) and [mypy](https://github.com/python/mypy). Updates `setuptools` from 80.9.0 to 80.10.2 - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst) - [Commits](pypa/setuptools@v80.9.0...v80.10.2) Updates `mypy` from 1.19.0 to 1.19.1 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.19.0...v1.19.1) --- updated-dependencies: - dependency-name: setuptools dependency-version: 80.10.2 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: pip-dependencies - dependency-name: mypy dependency-version: 1.19.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: pip-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent db4e89d commit 7cc3b42

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[build-system]
2-
requires = ["setuptools==80.9.0"]
2+
requires = ["setuptools==80.10.2"]
33
build-backend = "setuptools.build_meta"
44

55
[project]

requirements_dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
-r requirements.txt
22
aioresponses==0.7.8
33
black==25.11.0
4-
mypy==1.19.0
4+
mypy==1.19.1
55
pre-commit-hooks==6.0.0
66
pre-commit==4.3.0
77
pylint==3.3.9

0 commit comments

Comments
 (0)