mirror of
https://github.com/onyx-and-iris/obsws-cli.git
synced 2026-03-29 13:19:16 +00:00
bump deps
patch bump
This commit is contained in:
parent
6a02a4fc86
commit
ba61f7d9a1
@ -1,4 +1,4 @@
|
||||
# SPDX-FileCopyrightText: 2025-present onyx-and-iris <code@onyxandiris.online>
|
||||
#
|
||||
# SPDX-License-Identifier: MIT
|
||||
__version__ = '0.24.8'
|
||||
__version__ = '0.24.9'
|
||||
|
||||
@ -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]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user