Skip to content

Commit

Permalink
Updated dependencies [PAPP-34751]
Browse files Browse the repository at this point in the history
  • Loading branch information
bbielinski-splunk committed Sep 27, 2024
1 parent 4b67a14 commit 36775de
Show file tree
Hide file tree
Showing 17 changed files with 7 additions and 7 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.21
rev: v1.22
hooks:
- id: org-hook
- id: package-app-dependencies
Expand Down
12 changes: 6 additions & 6 deletions junipersrx.json
Original file line number Diff line number Diff line change
Expand Up @@ -533,15 +533,15 @@
"wheel": [
{
"module": "PyNaCl",
"input_file": "wheels/py36/PyNaCl-1.5.0-cp36-abi3-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_24_x86_64.whl"
"input_file": "wheels/py36/PyNaCl-1.5.0-cp36-abi3-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl"
},
{
"module": "bcrypt",
"input_file": "wheels/py36/bcrypt-4.0.1-cp36-abi3-manylinux_2_28_x86_64.whl"
},
{
"module": "cffi",
"input_file": "wheels/py36/cffi-1.15.1-cp36-cp36m-manylinux1_x86_64.manylinux_2_5_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl"
"input_file": "wheels/py36/cffi-1.15.1-cp36-cp36m-manylinux1_x86_64.manylinux_2_5_x86_64.manylinux_2_28_x86_64.whl"
},
{
"module": "cryptography",
Expand Down Expand Up @@ -581,23 +581,23 @@
},
{
"module": "simplejson",
"input_file": "wheels/py36/simplejson-3.17.2-cp36-cp36m-manylinux2010_x86_64.manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl"
"input_file": "wheels/py36/simplejson-3.17.2-cp36-cp36m-manylinux2010_x86_64.manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_28_x86_64.whl"
}
]
},
"pip39_dependencies": {
"wheel": [
{
"module": "PyNaCl",
"input_file": "wheels/py36/PyNaCl-1.5.0-cp36-abi3-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_24_x86_64.whl"
"input_file": "wheels/py36/PyNaCl-1.5.0-cp36-abi3-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl"
},
{
"module": "bcrypt",
"input_file": "wheels/py39/bcrypt-4.2.0-cp39-abi3-manylinux_2_28_x86_64.whl"
},
{
"module": "cffi",
"input_file": "wheels/py39/cffi-1.17.1-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.whl"
"input_file": "wheels/py39/cffi-1.17.1-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl"
},
{
"module": "cryptography",
Expand Down Expand Up @@ -637,7 +637,7 @@
},
{
"module": "simplejson",
"input_file": "wheels/py39/simplejson-3.17.2-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl"
"input_file": "wheels/py39/simplejson-3.17.2-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_28_x86_64.whl"
}
]
}
Expand Down
Binary file modified wheels/py3/jsonpath_rw-1.4.0-py3-none-any.whl
Binary file not shown.
Binary file modified wheels/py3/paramiko-3.3.1-py3-none-any.whl
Binary file not shown.
Binary file not shown.
Binary file modified wheels/py36/bcrypt-4.0.1-cp36-abi3-manylinux_2_28_x86_64.whl
Binary file not shown.
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/bcrypt-4.2.0-cp39-abi3-manylinux_2_28_x86_64.whl
Binary file not shown.
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.
Binary file not shown.
Binary file not shown.
Binary file modified wheels/shared/ncclient-0.6.12-py2.py3-none-any.whl
Binary file not shown.

0 comments on commit 36775de

Please sign in to comment.