Skip to content

Commit

Permalink
upgrade pysen
Browse files Browse the repository at this point in the history
  • Loading branch information
sarisia committed Dec 25, 2022
1 parent d462751 commit e912f5a
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 15 deletions.
21 changes: 11 additions & 10 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Expand Up @@ -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"

Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions requirements-test.txt
Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Expand Up @@ -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"
Expand Down

0 comments on commit e912f5a

Please sign in to comment.