From 18bd92f76a533a4ee2329900514664670a5a3410 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 6 Aug 2023 10:54:16 +0000 Subject: [PATCH] Bump pyupgrade from 3.9.0 to 3.10.1 Bumps [pyupgrade](https://github.com/asottile/pyupgrade) from 3.9.0 to 3.10.1. - [Commits](https://github.com/asottile/pyupgrade/compare/v3.9.0...v3.10.1) --- updated-dependencies: - dependency-name: pyupgrade dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 16 ++++++++-------- pyproject.toml | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/poetry.lock b/poetry.lock index ac34c78..a728054 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1504,17 +1504,17 @@ cli = ["click (>=5.0)"] [[package]] name = "pyupgrade" -version = "3.9.0" +version = "3.10.1" description = "A tool to automatically upgrade syntax for newer versions." optional = false python-versions = ">=3.8.1" files = [ - {file = "pyupgrade-3.9.0-py2.py3-none-any.whl", hash = "sha256:1807e324a1432f05a830bc1847095c90b604c91de66237fff55cb98b99d4da10"}, - {file = "pyupgrade-3.9.0.tar.gz", hash = "sha256:a4c7132f4614f7acbacb756275c8a7881ad418f8a1c6ff6512c30dcf4c98f500"}, + {file = "pyupgrade-3.10.1-py2.py3-none-any.whl", hash = "sha256:f565b4d26daa46ed522e98746834e77e444269103f8bc04413d77dad95169a24"}, + {file = "pyupgrade-3.10.1.tar.gz", hash = "sha256:1d8d138c2ccdd3c42b1419230ae036d5607dc69465a26feacc069642fc8d1b90"}, ] [package.dependencies] -tokenize-rt = ">=3.2.0" +tokenize-rt = ">=5.2.0" [[package]] name = "pywin32-ctypes" @@ -1825,13 +1825,13 @@ pbr = ">=2.0.0,<2.1.0 || >2.1.0" [[package]] name = "tokenize-rt" -version = "5.1.0" +version = "5.2.0" description = "A wrapper around the stdlib `tokenize` which roundtrips." optional = false python-versions = ">=3.8" files = [ - {file = "tokenize_rt-5.1.0-py2.py3-none-any.whl", hash = "sha256:9b7bb843e77dd6ed0be5564bfaaba200083911e0497841cd3e9235a6a9794d74"}, - {file = "tokenize_rt-5.1.0.tar.gz", hash = "sha256:08f0c2daa94c4052e53c2fcaa8e32585e6ae9bdfc800974092d031401694e002"}, + {file = "tokenize_rt-5.2.0-py2.py3-none-any.whl", hash = "sha256:b79d41a65cfec71285433511b50271b05da3584a1da144a0752e9c621a285289"}, + {file = "tokenize_rt-5.2.0.tar.gz", hash = "sha256:9fe80f8a5c1edad2d3ede0f37481cc0cc1538a2f442c9c2f9e4feacd2792d054"}, ] [[package]] @@ -2016,4 +2016,4 @@ anyio = ">=3.0.0" [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "7df9617ed3fd911e447cc553c8e1452a1d736ec653519ac1fa769209f950e834" +content-hash = "696d5f1ff9f48302856b894880733c91ec9ceed9d5daf33f4e73c8047c6bf262" diff --git a/pyproject.toml b/pyproject.toml index 5d21306..88cae7f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ pyinstaller = { version = "^5.10.1", python = ">=3.11,<3.12" } pymdown-extensions = "^10.0.1" pytest = "^7.3.1" python-dotenv = "^1.0.0" -pyupgrade = "^3.3.2" +pyupgrade = "^3.10.1" responses = "^0.23.1" watchfiles = "^0.19.0" mypy = "^1.4.1"