Skip to content

Commit 5fb017e

Browse files
chore(deps): update black requirement in /bots/gsbot (#96)
Updates the requirements on [black](https://github.com/psf/black) to permit the latest version. - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](psf/black@23.12.1...25.11.0) --- updated-dependencies: - dependency-name: black dependency-version: 25.11.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a6a7cca commit 5fb017e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bots/gsbot/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ pytest-cov>=7.1.0
2424
pytest-mock>=3.12.0
2525

2626
# Code Quality
27-
black>=23.12.1
27+
black>=25.11.0
2828
flake8>=6.1.0
2929
mypy>=1.7.1
3030
pylint>=3.3.9

0 commit comments

Comments
 (0)