diff --git a/poetry.lock b/poetry.lock index bddd0b2c..2d6e1562 100644 --- a/poetry.lock +++ b/poetry.lock @@ -826,7 +826,7 @@ python-versions = "*" [[package]] name = "pyupgrade" -version = "2.32.1" +version = "2.34.0" description = "A tool to automatically upgrade syntax for newer versions." category = "dev" optional = false @@ -1275,7 +1275,7 @@ testing = ["pytest (>=4.6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytes [metadata] lock-version = "1.1" python-versions = "^3.7.0" -content-hash = "787124d3b26d76343f9436d5fc0c928761b55fe06490bba48a07fb8c0cd82505" +content-hash = "76e3d5da19c132ed1bdc42edbf70d6d72d6d53ee9fa349ee64629f6dbe3f3f55" [metadata.files] alabaster = [ @@ -1780,8 +1780,8 @@ pytz = [ {file = "pytz-2021.3.tar.gz", hash = "sha256:acad2d8b20a1af07d4e4c9d2e9285c5ed9104354062f275f3fcd88dcef4f1326"}, ] pyupgrade = [ - {file = "pyupgrade-2.32.1-py2.py3-none-any.whl", hash = "sha256:d874f34870abadd7536c89678f9811076d5df93c13620f90a125355a2d31fa91"}, - {file = "pyupgrade-2.32.1.tar.gz", hash = "sha256:11e2c3e4e2e53a61b2d8852ed154ea5683887b6ac42561622ca8d89c94fd951a"}, + {file = "pyupgrade-2.34.0-py2.py3-none-any.whl", hash = "sha256:16617805b8d1138f96a1ff9cdb4b302b39b51804b3fc5474dc36c0326387445a"}, + {file = "pyupgrade-2.34.0.tar.gz", hash = "sha256:ed0d9f282fa6282d0ca3bc0596a022aeb95435edab9daf3fc04c2ba118687b68"}, ] pyyaml = [ {file = "PyYAML-5.4.1-cp27-cp27m-macosx_10_9_x86_64.whl", hash = "sha256:3b2b1824fe7112845700f815ff6a489360226a5609b96ec2190a45e62a9fc922"}, diff --git a/pyproject.toml b/pyproject.toml index 73999b15..9cc5daf0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,7 +49,7 @@ black = "^22.3" sphinx-click = "^4.1.0" types-PyYAML = "^6.0.8" coverage = {version = "6.4.1", extras = ["toml"]} -pyupgrade = "^2.32.1" +pyupgrade = "^2.34.0" furo = ">=2021.11.12" [tool.poetry.scripts]