From 21f1bf802b9c618f416599ca24c5e1c4244a9284 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 14:00:53 +0000 Subject: [PATCH] Bump autoflake from 2.2.1 to 2.3.1 Bumps [autoflake](https://github.com/PyCQA/autoflake) from 2.2.1 to 2.3.1. - [Release notes](https://github.com/PyCQA/autoflake/releases) - [Commits](https://github.com/PyCQA/autoflake/compare/v2.2.1...v2.3.1) --- updated-dependencies: - dependency-name: autoflake dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index dd90c81..4174298 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand. [[package]] name = "anyio" @@ -38,13 +38,13 @@ cryptography = "*" [[package]] name = "autoflake" -version = "2.2.1" +version = "2.3.1" description = "Removes unused imports and unused variables" optional = false python-versions = ">=3.8" files = [ - {file = "autoflake-2.2.1-py3-none-any.whl", hash = "sha256:265cde0a43c1f44ecfb4f30d95b0437796759d07be7706a2f70e4719234c0f79"}, - {file = "autoflake-2.2.1.tar.gz", hash = "sha256:62b7b6449a692c3c9b0c916919bbc21648da7281e8506bcf8d3f8280e431ebc1"}, + {file = "autoflake-2.3.1-py3-none-any.whl", hash = "sha256:3ae7495db9084b7b32818b4140e6dc4fc280b712fb414f5b8fe57b0a8e85a840"}, + {file = "autoflake-2.3.1.tar.gz", hash = "sha256:c98b75dc5b0a86459c4f01a1d32ac7eb4338ec4317a4469515ff1e687ecd909e"}, ] [package.dependencies] @@ -963,4 +963,4 @@ test = ["covdefaults (>=2.3)", "coverage (>=7.2.7)", "coverage-enable-subprocess [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "61d3ade0951fa629076f8947da6ab7a46c72c18e834006f21d5c6bbc61972c69" +content-hash = "70333ca0f3963f8924cbafd2cad32a9d6b9ad9a656cb8c2fb335f93a9b89ab66" diff --git a/pyproject.toml b/pyproject.toml index 45d9059..9788a9b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ authlib = "<1.4" starlette = "<0.38" [tool.poetry.group.dev.dependencies] -autoflake = "<2.3" +autoflake = "<2.4" black = "^23" codecov = "^2.1.12" httpx = "^0.24.0"