Skip to content

Commit

Permalink
Added cryptography to dependencies since salt 3006.9 is not bring it …
Browse files Browse the repository at this point in the history
  • Loading branch information
dmurphy18 committed Oct 17, 2024
1 parent 6724d38 commit a7f43ee
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ changelog = ["towncrier==22.12.0"]
dev = [
"nox[uv]>=2024.3",
"pre-commit>=2.21.0",
"cryptography>=42.0.5",
]
docs = [
"sphinx",
Expand All @@ -70,6 +71,7 @@ tests = [
"pytest>=7.2.0",
"pytest-salt-factories>=1.0.0; sys_platform == 'win32'",
"pytest-salt-factories[docker]>=1.0.0; sys_platform != 'win32'",
"cryptography>=42.0.5",
]

[project.entry-points."salt.loader"]
Expand Down

0 comments on commit a7f43ee

Please sign in to comment.