From e912f5ad221ea24e4392dccb1c85ce3f51d0cb2c Mon Sep 17 00:00:00 2001 From: sarisia Date: Sun, 25 Dec 2022 17:22:03 +0000 Subject: [PATCH] upgrade pysen --- poetry.lock | 21 +++++++++++---------- pyproject.toml | 2 +- requirements-dev.txt | 2 +- requirements-test.txt | 4 ++-- requirements.txt | 2 +- 5 files changed, 16 insertions(+), 15 deletions(-) diff --git a/poetry.lock b/poetry.lock index 8d059b8df..241efeb8b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -246,14 +246,14 @@ unicode-backport = ["unicodedata2"] [[package]] name = "click" -version = "8.1.3" +version = "8.0.4" description = "Composable command line interface toolkit" category = "main" optional = false -python-versions = ">=3.7" +python-versions = ">=3.6" files = [ - {file = "click-8.1.3-py3-none-any.whl", hash = "sha256:bb4d8133cb15a609f44e8213d9b391b0809795062913b383c62be0ee95b1db48"}, - {file = "click-8.1.3.tar.gz", hash = "sha256:7682dc8afb30297001674575ea00d1814d808d6a36af415a82bd481d37ba7b8e"}, + {file = "click-8.0.4-py3-none-any.whl", hash = "sha256:6a7a62563bbfabfda3a38f3023a1db4a35978c0abd76f6c9605ecd6554d6d9b1"}, + {file = "click-8.0.4.tar.gz", hash = "sha256:8458d7b1287c5fb128c90e23381cf99dcde74beaf6c7ff6384ce84d6fe090adb"}, ] [package.dependencies] @@ -1054,21 +1054,22 @@ resolved_reference = "f4ade29ef9a4f43d8605103cb5bacc29e0b2ccae" [[package]] name = "pysen" -version = "0.9.1" +version = "0.10.2" description = "Python linting made easy. Also a casual yet honorific way to address individuals who have entered an organization prior to you." category = "dev" optional = false python-versions = "*" files = [ - {file = "pysen-0.9.1-py3-none-any.whl", hash = "sha256:706088b904a74b83a341cc7b19f213737412575bc74e851a57e7b6db80e437c9"}, - {file = "pysen-0.9.1.tar.gz", hash = "sha256:c84953b8eaec7a968e42a89f474ba177665abdf4e051352ec6931a3e96977a41"}, + {file = "pysen-0.10.2-py3-none-any.whl", hash = "sha256:f669c86d12e50d75a0037898fe0e20354f8545aa9682d0934374112eb37b131f"}, + {file = "pysen-0.10.2.tar.gz", hash = "sha256:5400124c3b6bf1a11d4a359cc44c9909c364615dc128eb35def1f735a4fbe6d2"}, ] [package.dependencies] black = {version = ">=19.10b0,<=20.8", optional = true, markers = "extra == \"lint\""} +click = {version = "<8.1.0", optional = true, markers = "extra == \"lint\""} colorlog = ">=4.0.0,<5.0.0" dacite = ">=1.1.0,<2.0.0" -flake8 = {version = ">=3.7,<4", optional = true, markers = "extra == \"lint\""} +flake8 = {version = ">=3.7,<5", optional = true, markers = "extra == \"lint\""} flake8-bugbear = {version = "*", optional = true, markers = "extra == \"lint\""} GitPython = ">=3.0.0,<4.0.0" isort = {version = ">=4.3,<5.2.0", optional = true, markers = "extra == \"lint\""} @@ -1077,7 +1078,7 @@ tomlkit = ">=0.5.11,<1.0.0" unidiff = ">=0.6.0,<1.0.0" [package.extras] -lint = ["black (>=19.10b0,<=20.8)", "flake8 (>=3.7,<4)", "flake8-bugbear", "isort (>=4.3,<5.2.0)", "mypy (>=0.770,<0.800)"] +lint = ["black (>=19.10b0,<=20.8)", "click (<8.1.0)", "flake8 (>=3.7,<5)", "flake8-bugbear", "isort (>=4.3,<5.2.0)", "mypy (>=0.770,<0.800)"] [[package]] name = "pytest" @@ -1616,4 +1617,4 @@ testing = ["coverage (>=6.2)", "coverage-enable-subprocess (>=1)", "flaky (>=3.7 [metadata] lock-version = "2.0" python-versions = "~3.8" -content-hash = "c040412208c11573f6aa6162a9eb791bf5ea4583d3f305d53964e0f4cb60ee95" +content-hash = "49c0a5d121526b9042db7acb9f71fef4c0f0cff1fd20961dd00edf1694e3a502" diff --git a/pyproject.toml b/pyproject.toml index 1f0b76ce3..12b0e8d45 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -67,7 +67,7 @@ colorama = "^0.4.4" optional = true [tool.poetry.group.test.dependencies] -pysen = {version = "^0.9.1", extras = ["lint"]} +pysen = {version = "~0", extras = ["lint"]} pytest = "^6.2.5" coveralls = "^3.2.0" diff --git a/requirements-dev.txt b/requirements-dev.txt index 06e58c2f8..b3ffc7384 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -8,7 +8,7 @@ certifi==2022.12.7 ; python_version >= "3.8" and python_version < "3.9" cffi==1.15.1 ; python_version >= "3.8" and python_version < "3.9" cfgv==3.3.1 ; python_version >= "3.8" and python_version < "3.9" charset-normalizer==2.1.1 ; python_version >= "3.8" and python_version < "3.9" -click==8.1.3 ; python_version >= "3.8" and python_version < "3.9" +click==8.0.4 ; python_version >= "3.8" and python_version < "3.9" colorama==0.4.4 ; python_version >= "3.8" and python_version < "3.9" cython==0.29.24 ; python_version >= "3.8" and python_version < "3.9" distlib==0.3.6 ; python_version >= "3.8" and python_version < "3.9" diff --git a/requirements-test.txt b/requirements-test.txt index 8c295ac2d..5e6b859d9 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -8,7 +8,7 @@ black==20.8b1 ; python_version >= "3.8" and python_version < "3.9" certifi==2022.12.7 ; python_version >= "3.8" and python_version < "3.9" cffi==1.15.1 ; python_version >= "3.8" and python_version < "3.9" charset-normalizer==2.1.1 ; python_version >= "3.8" and python_version < "3.9" -click==8.1.3 ; python_version >= "3.8" and python_version < "3.9" +click==8.0.4 ; python_version >= "3.8" and python_version < "3.9" colorama==0.4.4 ; python_version >= "3.8" and python_version < "3.9" and sys_platform == "win32" or python_version >= "3.8" and python_version < "3.9" and platform_system == "Windows" colorlog==4.8.0 ; python_version >= "3.8" and python_version < "3.9" coverage==5.5 ; python_version >= "3.8" and python_version < "3.9" @@ -38,7 +38,7 @@ pycparser==2.21 ; python_version >= "3.8" and python_version < "3.9" pydantic==1.10.2 ; python_version >= "3.8" and python_version < "3.9" pyflakes==2.3.1 ; python_version >= "3.8" and python_version < "3.9" pyopenjtalk @ git+https://github.com/VOICEVOX/pyopenjtalk@f4ade29ef9a4f43d8605103cb5bacc29e0b2ccae ; python_version >= "3.8" and python_version < "3.9" -pysen[lint]==0.9.1 ; python_version >= "3.8" and python_version < "3.9" +pysen[lint]==0.10.2 ; python_version >= "3.8" and python_version < "3.9" pytest==6.2.5 ; python_version >= "3.8" and python_version < "3.9" python-multipart==0.0.5 ; python_version >= "3.8" and python_version < "3.9" pyworld==0.3.0 ; python_version >= "3.8" and python_version < "3.9" diff --git a/requirements.txt b/requirements.txt index 6ca09abea..96ebd721c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ asgiref==3.6.0 ; python_version >= "3.8" and python_version < "3.9" certifi==2022.12.7 ; python_version >= "3.8" and python_version < "3.9" cffi==1.15.1 ; python_version >= "3.8" and python_version < "3.9" charset-normalizer==2.1.1 ; python_version >= "3.8" and python_version < "3.9" -click==8.1.3 ; python_version >= "3.8" and python_version < "3.9" +click==8.0.4 ; python_version >= "3.8" and python_version < "3.9" colorama==0.4.4 ; python_version >= "3.8" and python_version < "3.9" and platform_system == "Windows" cython==0.29.24 ; python_version >= "3.8" and python_version < "3.9" fastapi==0.70.0 ; python_version >= "3.8" and python_version < "3.9"