8000 Tect 306: bump lib version to 5.19.8 by exequielloza · Pull Request #329 · splightplatform/splight-cli · GitHub
[go: up one dir, main page]

Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,6 @@ Thumbs.db

# Cov report
.coverage

# Mise
mise.toml
39 changes: 18 additions & 21 deletions poetry.lock

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

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "splight-cli"
version = "5.5.2"
version = "5.5.3"
description = "Splight Command Line Interface"
authors = [
{name = "Splight Dev",email = "dev@splight-ae.com"}
Expand All @@ -12,7 +12,7 @@ dependencies = [
"click (==8.0.4)",
"click-default-group (==1.2.2)",
"setuptools (==80.7.1)",
"splight-lib (>=5.18.3,<6.0.0)",
"splight-lib (>=5.19.8,<6.0.0)",
"py7zr (==0.20.8)",
"typer (==0.15.1)",
"colorama (==0.4.4)",
Expand Down
0