diff --git a/poetry.lock b/poetry.lock index 2bfd633..20f3743 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.5.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.6.1 and should not be changed by hand. [[package]] name = "aiohttp" @@ -153,13 +153,13 @@ tests-no-zope = ["cloudpickle", "cloudpickle", "hypothesis", "hypothesis", "mypy [[package]] name = "autopep8" -version = "2.0.2" +version = "2.0.4" description = "A tool that automatically formats Python code to conform to the PEP 8 style guide" optional = false python-versions = ">=3.6" files = [ - {file = "autopep8-2.0.2-py2.py3-none-any.whl", hash = "sha256:86e9303b5e5c8160872b2f5ef611161b2893e9bfe8ccc7e2f76385947d57a2f1"}, - {file = "autopep8-2.0.2.tar.gz", hash = "sha256:f9849cdd62108cb739dbcdbfb7fdcc9a30d1b63c4cc3e1c1f893b5360941b61c"}, + {file = "autopep8-2.0.4-py2.py3-none-any.whl", hash = "sha256:067959ca4a07b24dbd5345efa8325f5f58da4298dab0dde0443d5ed765de80cb"}, + {file = "autopep8-2.0.4.tar.gz", hash = "sha256:2913064abd97b3419d1cc83ea71f042cb821f87e45b9c88cad5ad3c4ea87fe0c"}, ] [package.dependencies] @@ -894,4 +894,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "62ac97056b6a2bb5fed4c71176b9f9621a3a176c932fe0b8d3c6b905d0a74d85" +content-hash = "b5723cbba99fd381b1e81c5dac1250a8e5e1ad8bbc0dead14b0974292c7a29e9" diff --git a/pyproject.toml b/pyproject.toml index 8214802..414df5a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ typer = "^0.9.0" retry = "^0.9.2" [tool.poetry.group.dev.dependencies] -autopep8 = "^2.0.2" +autopep8 = "^2.0.4" flake8 = "^6.1.0" cogapp = "^3.3.0"