From 97918f8cb910cda99f2168e0f38c30ac9715b641 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Pos=C5=82uszny?= Date: Fri, 27 Sep 2024 09:26:13 +0200 Subject: [PATCH] PAPP-34725 --- .pre-commit-config.yaml | 27 +++++++----- requirements.txt | 3 -- winrm.json | 92 +---------------------------------------- 3 files changed, 18 insertions(+), 104 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 544174e..c4d300f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,12 +1,17 @@ repos: -- repo: https://github.com/phantomcyber/dev-cicd-tools - rev: v1.17 - hooks: - - id: org-hook - - id: package-app-dependencies - args: ["-d", "./Dockerfile.wheels"] -- repo: https://github.com/Yelp/detect-secrets - rev: v1.4.0 - hooks: - - id: detect-secrets - args: ['--no-verify', '--exclude-files', '^winrm.json$'] +- repo: https://github.com/phantomcyber/dev-cicd-tools + rev: v1.22 + hooks: + - id: org-hook + - id: package-app-dependencies + args: + - -d + - ./Dockerfile.wheels +- repo: https://github.com/Yelp/detect-secrets + rev: v1.4.0 + hooks: + - id: detect-secrets + args: + - --no-verify + - --exclude-files + - ^winrm.json$ diff --git a/requirements.txt b/requirements.txt index 1a47a00..e59c17e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,3 @@ -beautifulsoup4==4.9.1 pykerberos==1.2.4 pywinrm==0.4.3 # Pinned to the current platform version -# Needed to avoid incompatibility with platform packages caused by urllib3 >= 2.0.0 -xmltodict==0.13.0 diff --git a/winrm.json b/winrm.json index e0639cf..bcc8b0f 100644 --- a/winrm.json +++ b/winrm.json @@ -3320,93 +3320,5 @@ }, "versions": "EQ(*)" } - ], - "pip39_dependencies": { - "wheel": [ - { - "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": "pycparser", - "input_file": "wheels/shared/pycparser-2.21-py2.py3-none-any.whl" - }, - { - "module": "pykerberos", - "input_file": "wheels/py39/pykerberos-1.2.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" - }, - { - "module": "pyspnego", - "input_file": "wheels/py3/pyspnego-0.10.2-py3-none-any.whl" - }, - { - "module": "pywinrm", - "input_file": "wheels/shared/pywinrm-0.4.3-py2.py3-none-any.whl" - }, - { - "module": "requests_ntlm", - "input_file": "wheels/py3/requests_ntlm-1.2.0-py3-none-any.whl" - }, - { - "module": "six", - "input_file": "wheels/shared/six-1.16.0-py2.py3-none-any.whl" - }, - { - "module": "soupsieve", - "input_file": "wheels/py3/soupsieve-2.5-py3-none-any.whl" - }, - { - "module": "xmltodict", - "input_file": "wheels/shared/xmltodict-0.13.0-py2.py3-none-any.whl" - } - ] - }, - "pip_dependencies": { - "wheel": [ - { - "module": "beautifulsoup4", - "input_file": "wheels/py3/beautifulsoup4-4.9.1-py3-none-any.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" - }, - { - "module": "ntlm_auth", - "input_file": "wheels/shared/ntlm_auth-1.5.0-py2.py3-none-any.whl" - }, - { - "module": "pycparser", - "input_file": "wheels/shared/pycparser-2.21-py2.py3-none-any.whl" - }, - { - "module": "pykerberos", - "input_file": "wheels/py36/pykerberos-1.2.4-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" - }, - { - "module": "pywinrm", - "input_file": "wheels/shared/pywinrm-0.4.3-py2.py3-none-any.whl" - }, - { - "module": "requests_ntlm", - "input_file": "wheels/shared/requests_ntlm-1.1.0-py2.py3-none-any.whl" - }, - { - "module": "six", - "input_file": "wheels/shared/six-1.16.0-py2.py3-none-any.whl" - }, - { - "module": "soupsieve", - "input_file": "wheels/py3/soupsieve-2.3.2.post1-py3-none-any.whl" - }, - { - "module": "xmltodict", - "input_file": "wheels/shared/xmltodict-0.13.0-py2.py3-none-any.whl" - } - ] - } -} + ] +} \ No newline at end of file