Skip to content

Commit

Permalink
PAPP-34757 Updated dependencies per VULN ticket
Browse files Browse the repository at this point in the history
  • Loading branch information
bb-splunk committed Oct 1, 2024
1 parent a2d110f commit 23f53bd
Show file tree
Hide file tree
Showing 9 changed files with 14 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
repos:
- repo: https://github.com/phantomcyber/dev-cicd-tools
rev: v1.16
rev: v1.22
hooks:
- id: org-hook
- id: package-app-dependencies
- repo: https://github.com/Yelp/detect-secrets
rev: v1.4.0
rev: v1.5.0
hooks:
- id: detect-secrets
args: ['--no-verify', '--exclude-files', '^microsoftsqlserver.json$']
6 changes: 3 additions & 3 deletions microsoftsqlserver.json
Original file line number Diff line number Diff line change
Expand Up @@ -894,16 +894,16 @@
"wheel": [
{
"module": "pymssql",
"input_file": "wheels/py36/pymssql-2.2.11-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl"
"input_file": "wheels/py36/pymssql-2.2.11-cp36-cp36m-manylinux_2_28_x86_64.whl"
}
]
},
"pip39_dependencies": {
"wheel": [
{
"module": "pymssql",
"input_file": "wheels/py39/pymssql-2.2.11-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl"
"input_file": "wheels/py39/pymssql-2.2.11-cp39-cp39-manylinux_2_28_x86_64.whl"
}
]
}
}
}
7 changes: 7 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[tool.black]
line-length = 145
target-version = ['py39']
verbose = true

[tool.isort]
line_length = 145
1 change: 1 addition & 0 deletions release_notes/unreleased.md
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
**Unreleased**
* Updated dependencies [PAPP-34757]
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[flake8]
max-line-length = 145
max-complexity = 28
extend-ignore = F403,E128,E126,E111,E121,E127,E731,E201,E202,F405,E722,D,W292
extend-ignore = F403,E128,E126,E121,E127,E731,E201,E202,E203,E701,F405,E722,D

[isort]
line_length = 145
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit 23f53bd

Please sign in to comment.