From 7fbb55904822203d6c79d5ae2507e8db976df369 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Mar 2023 16:08:25 +0000 Subject: [PATCH] build(deps-dev): update autopep8 requirement from ^1.6.0 to ^2.0.2 Updates the requirements on [autopep8](https://github.com/hhatto/autopep8) to permit the latest version. - [Release notes](https://github.com/hhatto/autopep8/releases) - [Commits](https://github.com/hhatto/autopep8/compare/v1.6.0...v2.0.2) --- updated-dependencies: - dependency-name: autopep8 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index cda45d0..6cfee8e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ pytest = "^7.0.0" pytest-cov = "^3.0.0" pytest-xdist = {extras = ["psutil"], version = "^3.0.2"} pre-commit = "^2.16.0" -autopep8 = "^1.6.0" +autopep8 = "^2.0.2" [tool.poetry.extras] docs = [