diff --git a/pyproject.toml b/pyproject.toml index 06adb07471..33eaa0e371 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ name = "hato-bot" version = "3.0.5" description = "愛嬌のあるBot" -requires-python = "==3.13.1" +requires-python = "==3.13.2" dependencies = [ "python-dotenv==1.0.1", "requests==2.32.3", "Pillow>=7.1.2", "opencv-python==4.11.0.86", "slack-bolt==1.22.0", "slack-sdk==3.34.0", "gitpython==3.1.44", "pandas==2.2.3", "matplotlib==3.10.0", "openai==1.63.2", "discord.py==2.4.0", "misskey.py==4.1.0", "websockets==15.0", "flask==3.1.0", "markupsafe==3.0.2", "numpy==2.2.3", "emoji==2.14.1", "puremagic==1.28", "audioop-lts==0.2.1", "psycopg[binary,pool]==3.2.4", "sudden-death==0.0.1",] [dependency-groups]