Skip to content

Commit

Permalink
Assorted dependency updates, mainly inspired by dependabot. (#101)
Browse files Browse the repository at this point in the history
  • Loading branch information
wpietri authored Feb 16, 2024
1 parent f9f0e1a commit ac1bdb4
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 50 deletions.
96 changes: 48 additions & 48 deletions poetry.lock

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

6 changes: 4 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,14 @@ packages = [

[tool.poetry.dependencies]
python = ">=3.10,<3.11"
newhelm = {version = "0.1.2", extras = ["all_plugins"]}
newhelm = { version = "0.1.3", extras = ["all_plugins"] }
jq = "^1.6.0"
click = "^8.1.7"
casefy = "^0.1.7"
termcolor = "^2.4.0"
pip = "^24.0"
jinja2 = "^3.1.3"



[[tool.poetry.source]]
Expand All @@ -27,7 +29,7 @@ priority = "primary"

[tool.poetry.group.dev.dependencies]
pytest-datafiles = "^3.0.0"
pytest = "^7.4.3"
pytest = "^8.0.0"
mypy = "^1.7.1"
black = "^24.2.0"

Expand Down

0 comments on commit ac1bdb4

Please sign in to comment.