From 5c05142a3ff423756b3315311ecec5b360391e83 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Nov 2022 21:17:27 +0000 Subject: [PATCH] Bump pycodestyle from 2.9.1 to 2.10.0 Bumps [pycodestyle](https://github.com/PyCQA/pycodestyle) from 2.9.1 to 2.10.0. - [Release notes](https://github.com/PyCQA/pycodestyle/releases) - [Changelog](https://github.com/PyCQA/pycodestyle/blob/main/CHANGES.txt) - [Commits](https://github.com/PyCQA/pycodestyle/compare/2.9.1...2.10.0) --- updated-dependencies: - dependency-name: pycodestyle dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 698d830..27c60a0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,7 +8,7 @@ pytest==6.2.4 pytest-runner==5.3.1 pytest-asyncio==0.15.1 coveralls==3.3.1 -pycodestyle==2.9.1 +pycodestyle==2.10.0 sphinx-rtd-theme==1.0.0 sphinx==5.3.0 mypy==0.942