From ba61f7d9a15e05c2e58b65ddbc49745ff668dae9 Mon Sep 17 00:00:00 2001 From: onyx-and-iris Date: Sat, 28 Mar 2026 21:43:54 +0000 Subject: [PATCH] bump deps patch bump --- obsws_cli/__about__.py | 2 +- pyproject.toml | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/obsws_cli/__about__.py b/obsws_cli/__about__.py index 827effb..a3b9dd6 100644 --- a/obsws_cli/__about__.py +++ b/obsws_cli/__about__.py @@ -1,4 +1,4 @@ # SPDX-FileCopyrightText: 2025-present onyx-and-iris # # SPDX-License-Identifier: MIT -__version__ = '0.24.8' +__version__ = '0.24.9' diff --git a/pyproject.toml b/pyproject.toml index 8011baa..09e3db6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ classifiers = [ "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy", ] -dependencies = ["typer>=0.21.1", "obsws-python>=1.8.0", "python-dotenv>=1.1.0"] +dependencies = ["typer>=0.24.1", "obsws-python>=1.8.0", "python-dotenv>=1.2.2"] [project.urls] @@ -43,7 +43,6 @@ workspace.members = [{ path = "../obsws-python" }] dependencies = ["click-man>=0.5.1"] [tool.hatch.envs.default.scripts] -cli = "obsws-cli {args:}" man = "python man/generate.py --output=./man" [tool.hatch.envs.hatch-test]