From 0a20de18f31869e624331fa73cc45570ccb102fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Nov 2023 14:45:41 +0000 Subject: [PATCH] [poetry](deps-dev): Bump flake8-encodings from 0.5.0.post1 to 0.5.1 Bumps [flake8-encodings](https://github.com/python-formate/flake8-encodings) from 0.5.0.post1 to 0.5.1. - [Release notes](https://github.com/python-formate/flake8-encodings/releases) - [Commits](https://github.com/python-formate/flake8-encodings/compare/v0.5.0.post1...v0.5.1) --- updated-dependencies: - dependency-name: flake8-encodings dependency-type: direct:development update-type: version-update:semver-patch ... 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 4d9e442..6d85f80 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.6.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.7.1 and should not be changed by hand. [[package]] name = "alabaster" @@ -517,13 +517,13 @@ pydocstyle = ">=2.1" [[package]] name = "flake8-encodings" -version = "0.5.0.post1" +version = "0.5.1" description = "A Flake8 plugin to identify incorrect use of encodings." optional = false python-versions = ">=3.6" files = [ - {file = "flake8_encodings-0.5.0.post1-py3-none-any.whl", hash = "sha256:d2fecca0e89ba09c86e5d61cf6bdb1b337f0d74746aac67bbcf0c517b4cb6cba"}, - {file = "flake8_encodings-0.5.0.post1.tar.gz", hash = "sha256:082c0163325c85b438a8106e876283b5ed3cbfc53e68d89130d70be8be4c9977"}, + {file = "flake8_encodings-0.5.1-py3-none-any.whl", hash = "sha256:78b0a65083511c177c910484477b692fc4c0b4ba100714cdaa88be1cf095f816"}, + {file = "flake8_encodings-0.5.1.tar.gz", hash = "sha256:f42bb26d6b46f298affff247d57b0578812120c838b4f299fb07b41285c82b4e"}, ] [package.dependencies] @@ -1561,4 +1561,4 @@ test = ["covdefaults (>=2.3)", "coverage (>=7.2.7)", "coverage-enable-subprocess [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "df909422c7d50831a7323ba0e586368112cf706570631ceca003a6450fbcd4ca" +content-hash = "9119e5e41725de1cef83bf06be8bdf159267bb5b73d4a493753af8c3b0ae002e" diff --git a/pyproject.toml b/pyproject.toml index 4ba30f2..9418dba 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ pep8-naming = "^0.13.3" flake8-annotations-coverage = "^0.0.6" flake8-simplify = "^0.21.0" flake8-async = "^22.11.14" -flake8-encodings = "^0.5.0.post1" +flake8-encodings = "^0.5.1" flake8-requirements = "^2.0.1" flake8-return = "^1.2.0"