Skip to content

Commit

Permalink
PAPP-34898 update dnspython package
Browse files Browse the repository at this point in the history
  • Loading branch information
mnordby-splunk committed Oct 22, 2024
1 parent 384c9da commit fb2b703
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/phantomcyber/dev-cicd-tools
rev: v1.22
rev: v1.23
hooks:
- id: org-hook
- id: package-app-dependencies
Expand Down
8 changes: 4 additions & 4 deletions dns.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"product_vendor": "Generic",
"product_name": "DNS",
"product_version_regex": ".*",
"min_phantom_version": "6.2.1",
"min_phantom_version": "6.2.2",
"fips_compliant": true,
"latest_tested_versions": [
"N/A (Note: tested using Google Public DNS server 8.8.8.8 as of 11/2020)"
Expand Down Expand Up @@ -320,12 +320,12 @@
"versions": "EQ(*)"
}
],
"pip_dependencies": {
"pip39_dependencies": {
"wheel": [
{
"module": "dnspython",
"input_file": "wheels/shared/dnspython-1.16.0-py2.py3-none-any.whl"
"input_file": "wheels/py3/dnspython-2.6.1-py3-none-any.whl"
}
]
}
}
}
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ verbose = true

[tool.isort]
line_length = 145
profile = "black"
5 changes: 1 addition & 4 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
[flake8]
max-line-length = 145
max-complexity = 28
extend-ignore = F403,E128,E126,E121,E127,E731,E201,E202,E203,E701,F405,E722,D

[isort]
line_length = 145
extend-ignore = F403,E128,E126,E121,E127,E731,E201,E202,E203,E701,F405,E722,D,W503
Binary file added wheels/py3/dnspython-2.6.1-py3-none-any.whl
Binary file not shown.
Binary file removed wheels/shared/dnspython-1.16.0-py2.py3-none-any.whl
Binary file not shown.

0 comments on commit fb2b703

Please sign in to comment.