Skip to content

Commit b672a9c

Browse files
Bump the pip-dependencies group with 4 updates (#99)
Bumps the pip-dependencies group with 4 updates: [setuptools](https://github.com/pypa/setuptools), [mypy](https://github.com/python/mypy), [pylint](https://github.com/pylint-dev/pylint) and [reorder-python-imports](https://github.com/asottile/reorder-python-imports). Updates `setuptools` from 80.1.0 to 80.9.0 - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst) - [Commits](pypa/setuptools@v80.1.0...v80.9.0) Updates `mypy` from 1.15.0 to 1.16.0 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.15.0...v1.16.0) Updates `pylint` from 3.3.6 to 3.3.7 - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](pylint-dev/pylint@v3.3.6...v3.3.7) Updates `reorder-python-imports` from 3.14.0 to 3.15.0 - [Commits](asottile/reorder-python-imports@v3.14.0...v3.15.0) --- updated-dependencies: - dependency-name: setuptools dependency-version: 80.9.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-dependencies - dependency-name: mypy dependency-version: 1.16.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: pip-dependencies - dependency-name: pylint dependency-version: 3.3.7 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: pip-dependencies - dependency-name: reorder-python-imports dependency-version: 3.15.0 dependency-type: direct:development update-type: version-update:semver-minor 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 8b80068 commit b672a9c

2 files changed

Lines changed: 4 additions & 4 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.1.0"]
2+
requires = ["setuptools==80.9.0"]
33
build-backend = "setuptools.build_meta"
44

55
[project]

requirements_dev.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
-r requirements.txt
22
aioresponses==0.7.8
33
black==25.1.0
4-
mypy==1.15.0
4+
mypy==1.16.0
55
pre-commit-hooks==5.0.0
66
pre-commit==4.2.0
7-
pylint==3.3.6
7+
pylint==3.3.7
88
pytest-asyncio==0.26.0
99
pytest-cov==6.1.1
1010
pytest==8.3.5
11-
reorder-python-imports==3.14.0
11+
reorder-python-imports==3.15.0

0 commit comments

Comments
 (0)