From 0f65b625fcb0de5ab6da3bf5cab31ed23ec2235e Mon Sep 17 00:00:00 2001 From: AstrakhantsevaAA Date: Fri, 5 Jan 2024 14:33:54 +0100 Subject: [PATCH] update flake8-encodings --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 34bd071c71..d871639311 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2437,13 +2437,13 @@ test = ["coverage", "coveralls", "mock", "pytest", "pytest-cov"] [[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] @@ -8607,4 +8607,4 @@ weaviate = ["weaviate-client"] [metadata] lock-version = "2.0" python-versions = ">=3.8.1,<3.13" -content-hash = "ac7dd30f4f82b0398da1b688c2dd4bd5dd4e10c4ed41fd74ae22c8ac255fb3fb" +content-hash = "967ad45f9c9f9e5c5e4d6b5a87fefd9af20d8b9835112a3b01784fbfdc79dd94" diff --git a/pyproject.toml b/pyproject.toml index 8b8f6b6583..2fc164eb45 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -125,7 +125,7 @@ types-simplejson = ">=3.17.0" types-requests = ">=2.25.6" types-python-dateutil = ">=2.8.15" flake8-tidy-imports = ">=4.8.0" -flake8-encodings = "^0.5.0" +flake8-encodings = "^0.5.1" flake8-builtins = "^1.5.3" types-SQLAlchemy = ">=1.4.53" boto3-stubs = "^1.28.28"