Skip to content

Commit

Permalink
update dependencies and version to 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mamullen13316 committed May 10, 2024
1 parent 9f813d5 commit 91cfc7c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 19 deletions.
25 changes: 8 additions & 17 deletions poetry.lock

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

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "sophos-firewall-audit"
version = "1.0.1"
version = "1.0.2"
description = "Sophos Firewall Audit"
authors = ["Matt Mullen <[email protected]>"]
readme = "README.md"
Expand All @@ -9,7 +9,7 @@ packages = [{include = "sophos_firewall_audit"}]
[tool.poetry.dependencies]
python = "^3.9"
pyyaml = "^6.0.1"
hvac = "^1.2.1"
hvac = "^2.0.0"
jinja2 = "^3.1.2"
requests = "^2.31.0"
prettytable = "^3.9.0"
Expand Down

0 comments on commit 91cfc7c

Please sign in to comment.