diff --git a/poetry.lock b/poetry.lock index a8445833..5fe7176c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1052,7 +1052,7 @@ python-versions = "*" [[package]] name = "pyupgrade" -version = "2.30.1" +version = "2.31.0" description = "A tool to automatically upgrade syntax for newer versions." category = "dev" optional = false @@ -1581,7 +1581,7 @@ fastapi-crudrouter = [] [metadata] lock-version = "1.1" python-versions = "^3.7" -content-hash = "a4a4aba1a05cfcc2ec574ca4a2ed97fd1254af409107683fa342e33f3391cde1" +content-hash = "64ca52e3559b9bc707e2a263e6d968b9ea4f5e35c11a7db91d67e9d44a0d5a66" [metadata.files] aiohttp = [ @@ -2363,8 +2363,8 @@ pytz = [ {file = "pytz-2021.3.tar.gz", hash = "sha256:acad2d8b20a1af07d4e4c9d2e9285c5ed9104354062f275f3fcd88dcef4f1326"}, ] pyupgrade = [ - {file = "pyupgrade-2.30.1-py2.py3-none-any.whl", hash = "sha256:803c4e7631f0596e5d991b671014ce8f4f1e76b52b27dca11ea8bf0110808dfa"}, - {file = "pyupgrade-2.30.1.tar.gz", hash = "sha256:dc38f1613c50fd7baae3475f2afa5b8c933709df619494dd98773e91a5a2755e"}, + {file = "pyupgrade-2.31.0-py2.py3-none-any.whl", hash = "sha256:0a62c5055f854d7f36e155b7ee8920561bf0399c53edd975cf02436eef8937fc"}, + {file = "pyupgrade-2.31.0.tar.gz", hash = "sha256:80e2308cae2b11c3fdd091137495d99abf7e0cd98b501aa5758974991497c24c"}, ] 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 0bd2a506..929049fd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -56,7 +56,7 @@ reorder-python-imports = "^2.6.0" pre-commit-hooks = "^4.0.1" sphinx-click = "^3.0.2" Pygments = "^2.11.1" -pyupgrade = "^2.30.1" +pyupgrade = "^2.31.0" furo = ">=2021.11.12" pytest-cov = "^3.0.0" types-croniter = "^1.0.3"