From 5011996cdd4d73162566a18b9e0644200a86ef9c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Apr 2024 00:24:46 +0000 Subject: [PATCH] build(deps): bump types-six in /.github/workflows/style Bumps [types-six](https://github.com/python/typeshed) from 1.16.21.9 to 1.16.21.20240425. - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: types-six dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/style/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/style/requirements.txt b/.github/workflows/style/requirements.txt index 0822ba39339737..80f56b02c0be7d 100644 --- a/.github/workflows/style/requirements.txt +++ b/.github/workflows/style/requirements.txt @@ -3,5 +3,5 @@ clingo==5.6.2 flake8==6.1.0 isort==5.12.0 mypy==1.6.1 -types-six==1.16.21.9 +types-six==1.16.21.20240425 vermin==1.5.2