-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #138 from jessebot/update_packages
Update packages
- Loading branch information
Showing
4 changed files
with
20 additions
and
19 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "onboardme" | ||
version = "0.16.5" | ||
version = "0.16.6" | ||
description = "Install dot files and packages, including a base mode with sensible defaults to run on most computers running Debian based distros or macOS." | ||
authors = ["Jesse Hitch <[email protected]>"] | ||
license = "AGPL-3.0-or-later" | ||
|
@@ -24,9 +24,9 @@ include = ["onboardme/scripts/update_apt_sources.sh", | |
[tool.poetry.dependencies] | ||
python = "^3.11" | ||
click = "^8.1.3" | ||
rich = "^12.6.0" | ||
rich = "^13.0.0" | ||
PyYAML = "^6.0" | ||
GitPython = "^3.1.29" | ||
GitPython = "^3.1.30" | ||
wget = "^3.2" | ||
xdg = "^5.1.1" | ||
|
||
|