diff --git a/poetry.lock b/poetry.lock index 31ec7b0..f2af34f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2232,17 +2232,17 @@ dev = ["atomicwrites (==1.4.1)", "attrs (==23.2.0)", "coverage (==7.4.1)", "hatc [[package]] name = "pyupgrade" -version = "2.37.3" +version = "3.19.0" description = "A tool to automatically upgrade syntax for newer versions." optional = false -python-versions = ">=3.7" +python-versions = ">=3.9" files = [ - {file = "pyupgrade-2.37.3-py2.py3-none-any.whl", hash = "sha256:9746efd064dbf53d7f86d6f88a1d48120f58dbfc378f517768634740ea2225e2"}, - {file = "pyupgrade-2.37.3.tar.gz", hash = "sha256:1414c7a7c558004cf610e6180716b876814b639b5a5789c3da023c5cdaebcd49"}, + {file = "pyupgrade-3.19.0-py2.py3-none-any.whl", hash = "sha256:1364fcae4436a6a236a85960587390ec8a939ad0f65f429346f70a5f201c1489"}, + {file = "pyupgrade-3.19.0.tar.gz", hash = "sha256:7ed4b7d972ed2788c43994f4a24f949d5bf044342992f3b48e1bed0092ddaa01"}, ] [package.dependencies] -tokenize-rt = ">=3.2.0" +tokenize-rt = ">=6.1.0" [[package]] name = "pyyaml" @@ -2541,13 +2541,13 @@ test = ["django", "django (<2)", "mock", "pytest (>=3.6)", "pytest-cov", "pytest [[package]] name = "tokenize-rt" -version = "4.2.1" +version = "6.1.0" description = "A wrapper around the stdlib `tokenize` which roundtrips." optional = false -python-versions = ">=3.6.1" +python-versions = ">=3.9" files = [ - {file = "tokenize_rt-4.2.1-py2.py3-none-any.whl", hash = "sha256:08a27fa032a81cf45e8858d0ac706004fcd523e8463415ddf1442be38e204ea8"}, - {file = "tokenize_rt-4.2.1.tar.gz", hash = "sha256:0d4f69026fed520f8a1e0103aa36c406ef4661417f20ca643f913e33531b3b94"}, + {file = "tokenize_rt-6.1.0-py2.py3-none-any.whl", hash = "sha256:d706141cdec4aa5f358945abe36b911b8cbdc844545da99e811250c0cee9b6fc"}, + {file = "tokenize_rt-6.1.0.tar.gz", hash = "sha256:e8ee836616c0877ab7c7b54776d2fefcc3bde714449a206762425ae114b53c86"}, ] [[package]] @@ -3017,4 +3017,4 @@ test = ["big-O", "jaraco.functools", "jaraco.itertools", "jaraco.test", "more-it [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "da2b22febdc2a4f99848a27dcf3b2ab87fec3d0985e2bc75d69c2329c8d277fd" +content-hash = "40bd63b077255c8a9894af78879a6f396d949df2a5079572ccf045bbd0aecdc3" diff --git a/pyproject.toml b/pyproject.toml index 13dbfe3..d4ae85b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ pytest-cov = "^3.0" pytest-deadfixtures = "^2.1" pytest-mock = "^3.14" pytest-randomly = "^3.10" -pyupgrade = "^2.37" +pyupgrade = "^3.19" types-orjson = "^3.6.2" unify = "^0.5" wemake-python-styleguide = "^0.17"