From 5164f7c2ecbec1b96b665e31c0edcbb4acb2138f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Mar 2025 05:44:34 +0000 Subject: [PATCH] build(deps-dev): bump flake8 from 7.1.1 to 7.2.0 Bumps [flake8](https://github.com/pycqa/flake8) from 7.1.1 to 7.2.0. - [Commits](https://github.com/pycqa/flake8/compare/7.1.1...7.2.0) --- updated-dependencies: - dependency-name: flake8 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 21 +++++++++++++++++---- 1 file changed, 17 insertions(+), 4 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 913d1fc..0904201 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -18,11 +18,13 @@ colorama==0.4.6 # via tox distlib==0.3.9 # via virtualenv +exceptiongroup==1.2.2 + # via pytest filelock==3.16.1 # via # tox # virtualenv -flake8==7.1.1 +flake8==7.2.0 # via # -r requirements-dev.in # flake8-pyproject @@ -63,9 +65,9 @@ pluggy==1.5.0 # tox pre-commit==4.1.0 # via -r requirements-dev.in -pycodestyle==2.12.1 +pycodestyle==2.13.0 # via flake8 -pyflakes==3.2.0 +pyflakes==3.3.1 # via flake8 pygments==2.19.1 # via -r requirements-dev.in @@ -75,10 +77,21 @@ pytest==8.3.4 # via -r requirements-dev.in pyyaml==6.0.2 # via pre-commit +tomli==2.2.1 + # via + # black + # flake8-pyproject + # mypy + # pyproject-api + # pytest + # tox tox==4.24.1 # via -r requirements-dev.in typing-extensions==4.12.2 - # via mypy + # via + # black + # mypy + # tox virtualenv==20.29.2 # via # pre-commit