From ce8a96ef55bfceef68f93b430710bfe33f23499b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Feb 2025 10:35:20 +0000 Subject: [PATCH] build: bump flake8 from 7.1.1 to 7.1.2 Bumps [flake8](https://github.com/pycqa/flake8) from 7.1.1 to 7.1.2. - [Commits](https://github.com/pycqa/flake8/compare/7.1.1...7.1.2) --- updated-dependencies: - dependency-name: flake8 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 65c94dd..88df205 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -14,7 +14,7 @@ azure-storage-blob chardet azure-keyvault-secrets coverage -flake8==7.1.1 +flake8==7.1.2 black==25.1.0 autoflake==2.3.1 isort==6.0.0 \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index 0eb5f6c..7dcb4d4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,7 +10,7 @@ uvicorn==0.34.0 aiohttp==3.11.11 gunicorn==20.1.0 pydantic-settings==2.7.1 -flake8==7.1.1 +flake8==7.1.2 black==25.1.0 autoflake==2.3.1 isort==6.0.0 \ No newline at end of file