diff --git a/poetry.lock b/poetry.lock index 9f1ac903..59bb2905 100644 --- a/poetry.lock +++ b/poetry.lock @@ -635,7 +635,7 @@ six = "<2.0" [[package]] name = "pyupgrade" -version = "2.29.0" +version = "2.29.1" description = "A tool to automatically upgrade syntax for newer versions." category = "dev" optional = false @@ -849,7 +849,7 @@ testing = ["pytest (>=4.6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytes [metadata] lock-version = "1.1" python-versions = ">=3.7,<4.0" -content-hash = "b56687f3242b47fcc63d4161dc16c3414dbfaeeb1b23c5e4a97e3371f528d6e6" +content-hash = "57d1f66c376bb3f423b71846dc91d52362b1c4f4513926a47af2d56575f170df" [metadata.files] aiohttp = [ @@ -1371,8 +1371,8 @@ python-jose-cryptodome = [ {file = "python_jose_cryptodome-1.3.2-py2.py3-none-any.whl", hash = "sha256:4c42416ae9cf06cab312bc2f236099647162cc61f4376d3c8af60e465a5b5697"}, ] pyupgrade = [ - {file = "pyupgrade-2.29.0-py2.py3-none-any.whl", hash = "sha256:04938c7e8e4e8b476ae2b727306ecfaea95a83b707acbe6929864100dd6d9701"}, - {file = "pyupgrade-2.29.0.tar.gz", hash = "sha256:27bfbc38854a40a70767ef6cbf3bf133c5472557905f0f9fe7ba5f58975701e4"}, + {file = "pyupgrade-2.29.1-py2.py3-none-any.whl", hash = "sha256:1d3f03d14652caacd6f3d464696e103ef33578531a5c1b995be3821b14b811b7"}, + {file = "pyupgrade-2.29.1.tar.gz", hash = "sha256:737e02bed0de70247df5d2a0c3edba6b4529adf44f5ef588ecda4a69f14bf694"}, ] pyyaml = [ {file = "PyYAML-6.0-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:d4db7c7aef085872ef65a8fd7d6d09a14ae91f691dec3e87ee5ee0539d516f53"}, diff --git a/pyproject.toml b/pyproject.toml index 3cc4b07c..012f6d87 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ pylint = "^2.9.6" isort = "^5.10.1" mypy = "^0.910" flake8 = "^4.0.1" -pyupgrade = "^2.29.0" +pyupgrade = "^2.29.1" pytest-asyncio = "^0.16.0"