diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 0a0ad1e..f20accf 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/phantomcyber/dev-cicd-tools - rev: v1.16 + rev: v1.17 hooks: - id: org-hook - id: package-app-dependencies diff --git a/LICENSE b/LICENSE index b7b3c69..12536c5 100644 --- a/LICENSE +++ b/LICENSE @@ -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. \ No newline at end of file + limitations under the License. diff --git a/jira.json b/jira.json index 408a051..e45f963 100644 --- a/jira.json +++ b/jira.json @@ -10,7 +10,7 @@ ], "type": "ticketing", "main_module": "jira_connector.py", - "app_version": "3.7.1", + "app_version": "3.7.2", "utctime_updated": "2024-02-19T12:22:11.000000Z", "package_name": "phantom_jira", "product_vendor": "Atlassian", @@ -10673,14 +10673,6 @@ "module": "beautifulsoup4", "input_file": "wheels/py3/beautifulsoup4-4.9.1-py3-none-any.whl" }, - { - "module": "cffi", - "input_file": "wheels/py39/cffi-1.16.0-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.whl" - }, - { - "module": "cryptography", - "input_file": "wheels/py36/cryptography-40.0.2-cp36-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" - }, { "module": "defusedxml", "input_file": "wheels/shared/defusedxml-0.7.1-py2.py3-none-any.whl" @@ -10695,16 +10687,12 @@ }, { "module": "packaging", - "input_file": "wheels/py3/packaging-23.2-py3-none-any.whl" + "input_file": "wheels/py3/packaging-24.0-py3-none-any.whl" }, { "module": "pbr", "input_file": "wheels/shared/pbr-5.4.4-py2.py3-none-any.whl" }, - { - "module": "pycparser", - "input_file": "wheels/shared/pycparser-2.21-py2.py3-none-any.whl" - }, { "module": "python_dateutil", "input_file": "wheels/shared/python_dateutil-2.8.1-py2.py3-none-any.whl" @@ -10729,6 +10717,5 @@ "module": "soupsieve", "input_file": "wheels/py3/soupsieve-2.5-py3-none-any.whl" } - ] } -} \ No newline at end of file +} diff --git a/release_notes/unreleased.md b/release_notes/unreleased.md index fbcb2fd..4af2c5f 100644 --- a/release_notes/unreleased.md +++ b/release_notes/unreleased.md @@ -1 +1,2 @@ **Unreleased** +* Updated cryptography dependencies in order to use platform packages [PAPP-31088] \ No newline at end of file diff --git a/wheels/py3/packaging-23.2-py3-none-any.whl b/wheels/py3/packaging-23.2-py3-none-any.whl deleted file mode 100644 index bc7b6ab..0000000 Binary files a/wheels/py3/packaging-23.2-py3-none-any.whl and /dev/null differ diff --git a/wheels/py3/packaging-24.0-py3-none-any.whl b/wheels/py3/packaging-24.0-py3-none-any.whl new file mode 100644 index 0000000..df5619e Binary files /dev/null and b/wheels/py3/packaging-24.0-py3-none-any.whl differ diff --git a/wheels/py36/cryptography-40.0.2-cp36-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl b/wheels/py36/cryptography-40.0.2-cp36-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl deleted file mode 100644 index 3aec077..0000000 Binary files a/wheels/py36/cryptography-40.0.2-cp36-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl and /dev/null differ diff --git a/wheels/py39/cffi-1.16.0-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.whl b/wheels/py39/cffi-1.16.0-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.whl deleted file mode 100644 index 96e8546..0000000 Binary files a/wheels/py39/cffi-1.16.0-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.whl and /dev/null differ diff --git a/wheels/shared/pycparser-2.21-py2.py3-none-any.whl b/wheels/shared/pycparser-2.21-py2.py3-none-any.whl deleted file mode 100644 index fef6735..0000000 Binary files a/wheels/shared/pycparser-2.21-py2.py3-none-any.whl and /dev/null differ