diff --git a/poetry.lock b/poetry.lock index 56a3cc3..5a37be7 100644 --- a/poetry.lock +++ b/poetry.lock @@ -431,7 +431,7 @@ testing = ["fields", "hunter", "process-tests (==2.0.2)", "six", "pytest-xdist", [[package]] name = "pyupgrade" -version = "2.19.0" +version = "2.19.1" description = "A tool to automatically upgrade syntax for newer versions." category = "dev" optional = false @@ -607,7 +607,7 @@ testing = ["pytest (>=3.5,!=3.7.3)", "pytest-checkdocs (>=1.2.3)", "pytest-flake [metadata] lock-version = "1.1" python-versions = ">=3.6.1,<4.0" -content-hash = "fd08e3544fc5d8fe1337348ef7071d3af604531dfed166952c01746b44f60f2c" +content-hash = "49e115505712170789d3073ae373d94bb38c42fafd3d91102e3eb0f632f1ce6a" [metadata.files] appdirs = [ @@ -854,8 +854,8 @@ pytest-cov = [ {file = "pytest_cov-2.12.0-py2.py3-none-any.whl", hash = "sha256:95d4933dcbbacfa377bb60b29801daa30d90c33981ab2a79e9ab4452c165066e"}, ] pyupgrade = [ - {file = "pyupgrade-2.19.0-py2.py3-none-any.whl", hash = "sha256:a73c1ac1311070ac2be0b94624849462cd0987590a406e646b1dc90272070b1a"}, - {file = "pyupgrade-2.19.0.tar.gz", hash = "sha256:94f6c2dded39a88ac215261608fa180e21dd38a5351247d7ed40ec10d53a6ca3"}, + {file = "pyupgrade-2.19.1-py2.py3-none-any.whl", hash = "sha256:d84807695d819e364238078169d50e6fcdf4609a9956fc68b433c9958e4ef5bb"}, + {file = "pyupgrade-2.19.1.tar.gz", hash = "sha256:2b21f55472a862393ea5de0e2e5b560c0554ed0379d92d5fc68ed0e8a772a728"}, ] pyyaml = [ {file = "PyYAML-5.3.1-cp27-cp27m-win32.whl", hash = "sha256:74809a57b329d6cc0fdccee6318f44b9b8649961fa73144a98735b0aaf029f1f"}, diff --git a/pyproject.toml b/pyproject.toml index 5d9cda3..3f7e51f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ httpretty = ">=1.0.2" pre-commit = ">=1.10" flake8 = "^3.9.2" pylint = "^2.8.3" -pyupgrade = "^2.19.0" +pyupgrade = "^2.19.1" mypy = "^0.812" black = "^20.8b1" isort = "^5.8.0"