Skip to content

Commit d5be07e

Browse files
chore(deps): bump the python-packages group with 2 updates
Bumps the python-packages group with 2 updates: [black](https://github.com/psf/black) and [setuptools](https://github.com/pypa/setuptools). Updates `black` from 26.1.0 to 26.3.0 - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](psf/black@26.1.0...26.3.0) Updates `setuptools` from 82.0.0 to 82.0.1 - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst) - [Commits](pypa/setuptools@v82.0.0...v82.0.1) --- updated-dependencies: - dependency-name: black dependency-version: 26.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: setuptools dependency-version: 82.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-packages ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 68af1d4 commit d5be07e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

release-requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Linting & Formatting
22
autopep8==2.3.2
3-
black==26.1.0
3+
black==26.3.0
44
flake8==7.3.0
55

66
# Testing
@@ -9,7 +9,7 @@ pytest==9.0.2
99
# Release & Publishing
1010
twine==6.2.0
1111
gitchangelog==3.0.4
12-
setuptools==82.0.0
12+
setuptools==82.0.1
1313

1414
# Documentation
1515
restructuredtext-lint==2.0.2

0 commit comments

Comments
 (0)