Skip to content

Commit

Permalink
0.7.1 release (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
bmwant authored Jan 9, 2025
1 parent 5998f81 commit 8525406
Show file tree
Hide file tree
Showing 2 changed files with 55 additions and 53 deletions.
98 changes: 50 additions & 48 deletions poetry.lock

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

10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "hapless"
version = "0.7.0"
version = "0.7.1"
description = "Run and track processes in background"
authors = ["Misha Behersky <bmwant@gmail.com>"]
license = "MIT"
Expand Down Expand Up @@ -28,16 +28,16 @@ classifiers = [

[tool.poetry.dependencies]
python = "^3.7"
psutil = "^5.9.0"
humanize = "^4.0.0"
psutil = "^6.1.0"
humanize = "^4.1.0"
click = "^8.1.2"
rich = "^13.5.2"
importlib-metadata = { version = "^4.11.3", python = "<3.8" }
"backports.cached-property" = { version = "^1.0.2", python = "<3.8" }
# Optional dependencies installed as extras
pytest = { version = "^7.4.4", optional = true }
pytest-cov = { version = "^3.0.0", optional = true }
ruff = { version = "^0.8.2", optional = true }
ruff = { version = "^0.9.0", optional = true }
nox = {version = "^2024.10.9", python = ">=3.8", optional = true }

[tool.poetry.extras]
Expand All @@ -50,7 +50,7 @@ dev = [
[tool.poetry.group.dev.dependencies]
pytest = "^7.4.4"
pytest-cov = "^3.0.0"
ruff = "^0.8.2"
ruff = "^0.9.0"
nox = {version = "^2024.10.9", python = ">=3.8"}

[tool.poetry.scripts]
Expand Down

0 comments on commit 8525406

Please # to comment.