Skip to content

Commit

Permalink
PSAAS-21385 | dependencies updated
Browse files Browse the repository at this point in the history
  • Loading branch information
kczernik-splunk committed Jan 8, 2025
1 parent 1e39762 commit 24c57f9
Show file tree
Hide file tree
Showing 14 changed files with 9 additions and 10 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.22
rev: v1.24
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:
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -198,4 +198,4 @@
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
limitations under the License.
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"
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 to resolve security vulnerabilities [PSAAS-21305]
6 changes: 3 additions & 3 deletions rest_ingest.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
"package_name": "phantom_restingest",
"product_vendor": "Generic",
"product_name": "REST Data Source",
"min_phantom_version": "6.2.1",
"min_phantom_version": "6.3.0",
"logo": "logo_restapi.svg",
"logo_dark": "logo_restapi_dark.svg",
"license": "Copyright (c) 2016-2024 Splunk Inc.",
"license": "Copyright (c) 2016-2025 Splunk Inc.",
"fips_compliant": true,
"product_version_regex": ".*",
"python_version": "3",
Expand Down Expand Up @@ -121,4 +121,4 @@
}
]
}
}
}
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 removed wheels/py2/jsonpath_rw-1.4.0-cp27-none-any.whl
Binary file not shown.
Binary file removed wheels/py2/weakrefmethod-1.0.3-cp27-none-any.whl
Binary file not shown.
Binary file modified wheels/py3/jsonpath_rw-1.4.0-py3-none-any.whl
Binary file not shown.
Binary file removed wheels/py3/parse-1.17.0-py3-none-any.whl
Binary file not shown.
Binary file not shown.
Binary file modified wheels/py36/lxml-5.3.0-cp36-cp36m-manylinux_2_28_x86_64.whl
Binary file not shown.
Binary file not shown.
Binary file modified wheels/py39/lxml-5.3.0-cp39-cp39-manylinux_2_28_x86_64.whl
Binary file not shown.

0 comments on commit 24c57f9

Please sign in to comment.