aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Hassan Abouelela <[email protected]>2022-05-10 20:08:02 +0400
committerGravatar GitHub <[email protected]>2022-05-10 20:08:02 +0400
commit5b00eeed6f626a14feb9bbc8fd4bcc9faeaa79c0 (patch)
tree28071e0946e3755e0f9d626363a013732464e5df
parentMerge pull request #72 from python-discord/bump-d.py (diff)
parentBump flake8-bugbear from 22.3.23 to 22.4.25 (diff)
Merge pull request #70 from python-discord/dependabot/pip/flake8-bugbear-22.4.25
Bump flake8-bugbear from 22.3.23 to 22.4.25
-rw-r--r--poetry.lock9
-rw-r--r--pyproject.toml2
2 files changed, 6 insertions, 5 deletions
diff --git a/poetry.lock b/poetry.lock
index 18bff933..1c6ac9a1 100644
--- a/poetry.lock
+++ b/poetry.lock
@@ -206,6 +206,7 @@ voice = ["PyNaCl (>=1.3.0,<1.6)"]
[package.source]
type = "url"
url = "https://github.com/Rapptz/discord.py/archive/5a06fa5f3e28d2b7191722e1a84c541560008aea.zip"
+
[[package]]
name = "distlib"
version = "0.3.4"
@@ -291,7 +292,7 @@ flake8 = ">=3.7"
[[package]]
name = "flake8-bugbear"
-version = "22.3.23"
+version = "22.4.25"
description = "A plugin for flake8 finding likely bugs and design problems in your program. Contains warnings that don't belong in pyflakes and pycodestyle."
category = "dev"
optional = false
@@ -1058,7 +1059,7 @@ async-rediscache = ["async-rediscache"]
[metadata]
lock-version = "1.1"
python-versions = "3.9.*"
-content-hash = "692ca3c61be8da1e1e5d052fd4bb4afa24bac878f20305216c8b9ca45e5c3b1b"
+content-hash = "c8a19a395c60a83d32d9e44e8c3e313ed4fcae7e980f164510d3531ef1690f24"
[metadata.files]
aiohttp = [
@@ -1264,8 +1265,8 @@ flake8-annotations = [
{file = "flake8_annotations-2.9.0-py3-none-any.whl", hash = "sha256:84f46de2964cb18fccea968d9eafce7cf857e34d913d515120795b9af6498d56"},
]
flake8-bugbear = [
- {file = "flake8-bugbear-22.3.23.tar.gz", hash = "sha256:e0dc2a36474490d5b1a2d57f9e4ef570abc09f07cbb712b29802e28a2367ff19"},
- {file = "flake8_bugbear-22.3.23-py3-none-any.whl", hash = "sha256:ec5ec92195720cee1589315416b844ffa5e82f73a78e65329e8055322df1e939"},
+ {file = "flake8-bugbear-22.4.25.tar.gz", hash = "sha256:f7c080563fca75ee6b205d06b181ecba22b802babb96b0b084cc7743d6908a55"},
+ {file = "flake8_bugbear-22.4.25-py3-none-any.whl", hash = "sha256:ec374101cddf65bd7a96d393847d74e58d3b98669dbf9768344c39b6290e8bd6"},
]
flake8-docstrings = [
{file = "flake8-docstrings-1.6.0.tar.gz", hash = "sha256:9fe7c6a306064af8e62a055c2f61e9eb1da55f84bb39caef2b84ce53708ac34b"},
diff --git a/pyproject.toml b/pyproject.toml
index 74526f9e..9c9764ff 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -26,7 +26,7 @@ async-rediscache = ["async-rediscache"]
[tool.poetry.dev-dependencies]
flake8 = "4.0.1"
flake8-annotations = "2.9.0"
-flake8-bugbear = "22.3.23"
+flake8-bugbear = "22.4.25"
flake8-docstrings = "1.6.0"
flake8-import-order = "0.18.1"
flake8-string-format = "0.3.0"