diff --git a/poetry.lock b/poetry.lock index 86a181c..7ee51e3 100644 --- a/poetry.lock +++ b/poetry.lock @@ -228,7 +228,7 @@ pyflakes = ">=2.4.0,<2.5.0" [[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 @@ -1043,7 +1043,7 @@ testing = ["pytest (>=4.6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytes [metadata] lock-version = "1.1" python-versions = "^3.6.2" -content-hash = "dfb7489045dcb5a563418482f805a22ddc737eb0dae76c3f6422bc63f6c1c001" +content-hash = "ec5517772fb239d0db801a182c42c33eb8a356f0d885dc67acedc3215e484bb3" [metadata.files] alabaster = [ @@ -1193,8 +1193,8 @@ flake8 = [ {file = "flake8-4.0.1.tar.gz", hash = "sha256:806e034dda44114815e23c16ef92f95c91e4c71100ff52813adf7132a6ad870d"}, ] 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"}, ] gym = [ {file = "gym-0.20.0.tar.gz", hash = "sha256:ca963d003cf8b7db8205865de6f3fed605e17e8e488f55ed9118b7768ea21100"}, diff --git a/pyproject.toml b/pyproject.toml index e42c76f..bbe1374 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ black = "^22.3.0" pytest = "^7.0" pytest-cov = "^3.0.0" flake8 = "^4.0.1" -flake8-bugbear = "^22.3.23" +flake8-bugbear = "^22.4.25" pytest-xvfb = "^2.0.0" [build-system]