diff --git a/poetry.lock b/poetry.lock index 4f3ec99..b5fefd6 100644 --- a/poetry.lock +++ b/poetry.lock @@ -768,7 +768,7 @@ testing = ["fields", "hunter", "process-tests", "six", "pytest-xdist", "virtuale [[package]] name = "pyupgrade" -version = "2.37.1" +version = "2.37.2" description = "A tool to automatically upgrade syntax for newer versions." category = "dev" optional = false @@ -994,7 +994,7 @@ multidict = ">=4.0" [metadata] lock-version = "1.1" python-versions = "^3.8" -content-hash = "57c6df84c1013eb014237d2be9e032d9ffd21326bac111bbf38e2b1f81b74aa9" +content-hash = "a609d6a09ca4d83541303ca890d7b55a00b87dae4b90b18925c73705dbcdaea6" [metadata.files] aiohttp = [ @@ -1601,8 +1601,8 @@ pytest-cov = [ {file = "pytest_cov-3.0.0-py3-none-any.whl", hash = "sha256:578d5d15ac4a25e5f961c938b85a05b09fdaae9deef3bb6de9a6e766622ca7a6"}, ] pyupgrade = [ - {file = "pyupgrade-2.37.1-py2.py3-none-any.whl", hash = "sha256:dd2a32628d6d2a7dd6c086d98420e234b9e60c1e1d4c55431578491703e762a5"}, - {file = "pyupgrade-2.37.1.tar.gz", hash = "sha256:3d9cbd88507a0f3d7397c46870617f0d073d61401c451c08a06763d6235d9e7d"}, + {file = "pyupgrade-2.37.2-py2.py3-none-any.whl", hash = "sha256:5394cd5b1a8e1e4973c98ed2725449492dd2f2a285079c7b62ebaf06095bfce7"}, + {file = "pyupgrade-2.37.2.tar.gz", hash = "sha256:137d7e624d94e998092d8aa4e0e701e9a6101b2d8b4ee469c41b617a6f98b1d1"}, ] 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 c69307f..6429f3c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -56,7 +56,7 @@ pylint = "^2.14.5" pytest = "^7.1.2" pytest-asyncio = "^0.19.0" pytest-cov = "^3.0.0" -pyupgrade = "^2.37.1" +pyupgrade = "^2.37.2" safety = "^2.1.1" vulture = "^2.5" yamllint = "^1.27.1"