diff options
author | 2022-08-03 22:18:21 +0100 | |
---|---|---|
committer | 2022-08-03 22:18:21 +0100 | |
commit | c208b086f475c82146c529f03795dcea4b13f054 (patch) | |
tree | b1ed58d4464e607d0322438c8c4625b58574e008 | |
parent | Merge pull request #194 from python-discord/dependabot/pip/spectree-0.10.4 (diff) | |
parent | Bump flake8 from 5.0.2 to 5.0.3 (diff) |
Merge pull request #193 from python-discord/dependabot/pip/flake8-5.0.3
-rw-r--r-- | poetry.lock | 8 | ||||
-rw-r--r-- | pyproject.toml | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/poetry.lock b/poetry.lock index f90fafe..0ed7809 100644 --- a/poetry.lock +++ b/poetry.lock @@ -66,7 +66,7 @@ python-versions = "*" [[package]] name = "flake8" -version = "5.0.2" +version = "5.0.3" description = "the modular source code checker: pep8 pyflakes and co" category = "dev" optional = false @@ -450,7 +450,7 @@ python-versions = ">=3.7" [metadata] lock-version = "1.1" python-versions = "^3.9" -content-hash = "74f4f3fe31f71dd3d6185adc37c2066f8d73bd73117a6ed920e817fdc15b0a02" +content-hash = "885384222ae93a62208a7dca121bfd6a6bbd5c76e117809233c0b386fc873a2b" [metadata.files] anyio = [ @@ -478,8 +478,8 @@ deepmerge = [ {file = "deepmerge-1.0.1.tar.gz", hash = "sha256:4b44779ed3d2fb791bb181fc2683423496fea428abb7af37feb23286de7f0a1a"}, ] flake8 = [ - {file = "flake8-5.0.2-py2.py3-none-any.whl", hash = "sha256:a7926e0b6d23c0991245b60279e774d2596dfecd9b158525d1f8c050a61eae5a"}, - {file = "flake8-5.0.2.tar.gz", hash = "sha256:9cc32bc0c5d16eacc014c7ec6f0e9565fd81df66c2092c3c9df06e3c1ac95e5d"}, + {file = "flake8-5.0.3-py2.py3-none-any.whl", hash = "sha256:93aa565ae2f0316b95bb57a354f2b2d55ee8508e1fe1cb13b77b9c195b4a2537"}, + {file = "flake8-5.0.3.tar.gz", hash = "sha256:b27fd7faa8d90aaae763664a489012292990388e5d3604f383b290caefbbc922"}, ] flake8-annotations = [ {file = "flake8-annotations-2.9.1.tar.gz", hash = "sha256:11f09efb99ae63c8f9d6b492b75fe147fbc323179fddfe00b2e56eefeca42f57"}, diff --git a/pyproject.toml b/pyproject.toml index 7b5f59f..d5e1de7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ deepmerge = "^1.0.1" sentry-sdk = "^1.9.0" [tool.poetry.dev-dependencies] -flake8 = "^5.0.2" +flake8 = "^5.0.3" flake8-annotations = "^2.9.1" [build-system] |