diff --git a/poetry.lock b/poetry.lock index 2af65ce..b2c71d2 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1056,14 +1056,14 @@ python-versions = "*" [[package]] name = "pyupgrade" -version = "2.38.4" +version = "3.3.1" description = "A tool to automatically upgrade syntax for newer versions." category = "dev" optional = false python-versions = ">=3.7" [package.dependencies] -tokenize-rt = "<5" +tokenize-rt = ">=3.2.0" [[package]] name = "pyyaml" @@ -1694,7 +1694,7 @@ testing = ["flake8 (<5)", "func-timeout", "jaraco.functools", "jaraco.itertools" [metadata] lock-version = "1.1" python-versions = "^3.7.1" -content-hash = "4e37b92f76deb528dd8d08327f0593576ff6e0fe7e3a5f9f8d6aa8421bc690c1" +content-hash = "182533f9a647392c3bd4cf155a2446d3df8ff7ce6b39f70da5acbb6dd6fbadcc" [metadata.files] alabaster = [ @@ -2122,6 +2122,7 @@ lazy-object-proxy = [ {file = "lazy_object_proxy-1.8.0-pp39-pypy39_pp73-any.whl", hash = "sha256:ce58b2b3734c73e68f0e30e4e725264d4d6be95818ec0a0be4bb6bf9a7e79aa8"}, ] livereload = [ + {file = "livereload-2.6.3-py2.py3-none-any.whl", hash = "sha256:ad4ac6f53b2d62bb6ce1a5e6e96f1f00976a32348afedcb4b6d68df2a1d346e4"}, {file = "livereload-2.6.3.tar.gz", hash = "sha256:776f2f865e59fde56490a56bcc6773b6917366bce0c267c60ee8aaf1a0959869"}, ] lz4 = [ @@ -2474,8 +2475,8 @@ pytz = [ {file = "pytz-2022.7.tar.gz", hash = "sha256:7ccfae7b4b2c067464a6733c6261673fdb8fd1be905460396b97a073e9fa683a"}, ] pyupgrade = [ - {file = "pyupgrade-2.38.4-py2.py3-none-any.whl", hash = "sha256:944ff993c396ddc2b9012eb3de4cda138eb4c149b22c6c560d4c8bfd0e180982"}, - {file = "pyupgrade-2.38.4.tar.gz", hash = "sha256:1eb43a49f416752929741ba4d706bf3f33593d3cac9bdc217fc1ef55c047c1f4"}, + {file = "pyupgrade-3.3.1-py2.py3-none-any.whl", hash = "sha256:3b93641963df022d605c78aeae4b5956a5296ea24701eafaef9c487527b77e60"}, + {file = "pyupgrade-3.3.1.tar.gz", hash = "sha256:f88bce38b0ba92c2a9a5063c8629e456e8d919b67d2d42c7ecab82ff196f9813"}, ] 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 5a2a3c0..1a06df0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ flake8-rst-docstrings = "^0.2.3" pep8-naming = "^0.12.1" sphinx-click = "^3.0.2" Pygments = "^2.10.0" -pyupgrade = "^2.29.1" +pyupgrade = "^3.3.1" furo = ">=2021.11.12" sphinx-autoapi = "^1.8.4" kaleido = "0.2.1"