From c041804b03111ad2462cd5752d4a20811c17c59b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 8 Mar 2025 17:04:35 +0100 Subject: [PATCH] chore(deps-dev): bump black in /lib/twitch-eventsub-ws/ast (#5894) Bumps [black](https://github.com/psf/black) from 23.3.0 to 24.3.0. - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](https://github.com/psf/black/compare/23.3.0...24.3.0) --- updated-dependencies: - dependency-name: black dependency-type: direct:development ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- lib/twitch-eventsub-ws/ast/requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/twitch-eventsub-ws/ast/requirements-dev.txt b/lib/twitch-eventsub-ws/ast/requirements-dev.txt index 9a984b20..7872b0fa 100644 --- a/lib/twitch-eventsub-ws/ast/requirements-dev.txt +++ b/lib/twitch-eventsub-ws/ast/requirements-dev.txt @@ -1,7 +1,7 @@ # Test runner - run pytest in this dir to run tests pytest==8.3.4 -black==23.3.0 +black==24.3.0 flake8==7.1.1 mypy==1.15.0 isort==5.12.0