Skip to content

Commit

Permalink
update deptry and textual deps (#207)
Browse files Browse the repository at this point in the history
  • Loading branch information
jessebot authored Apr 8, 2024
1 parent 7e3dd32 commit 65c0fa7
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 22 deletions.
6 changes: 3 additions & 3 deletions docs/assets/images/screenshots/help_text.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
32 changes: 16 additions & 16 deletions poetry.lock

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

6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "smol_k8s_lab"
version = "4.0.0"
version = "4.0.1"
description = "CLI and TUI to quickly install slimmer Kubernetes distros and then manage apps declaratively using Argo CD"
authors = ["Jesse Hitch <jessebot@linux.com>",
"Max Roby <emax@cloudydev.net>"]
Expand Down Expand Up @@ -39,15 +39,15 @@ requests = "^2.28"
rich = "^13.0"
ruamel-yaml = "^0.18"
ruamel-yaml-string = "^0.1"
textual = "^0.54"
textual = "^0.56"
xdg-base-dirs = "^6.0"

[tool.poetry.group.docs.dependencies]
mkdocs-material = "^9.5"
mkdocs-video = "^1.5"

[tool.poetry.group.dev.dependencies]
deptry = "^0.15.0"
deptry = "^0.16"
textual-dev = "^1.1"
pytest-textual-snapshot = "^0.4"

Expand Down

0 comments on commit 65c0fa7

Please sign in to comment.