diff --git a/LICENSE b/LICENSE index d0f6848..a7dfdbd 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/microsoftsqlserver.json b/microsoftsqlserver.json index 9406112..045b08e 100644 --- a/microsoftsqlserver.json +++ b/microsoftsqlserver.json @@ -9,12 +9,12 @@ "product_name": "Microsoft SQL Server", "product_version_regex": ".*", "publisher": "Splunk", - "license": "Copyright (c) 2017-2024 Splunk Inc.", + "license": "Copyright (c) 2017-2025 Splunk Inc.", "app_version": "2.3.3", "utctime_updated": "2024-10-02T12:03:10.000000Z", "package_name": "phantom_microsoftsqlserver", "main_module": "microsoftsqlserver_connector.py", - "min_phantom_version": "6.2.1", + "min_phantom_version": "6.3.0", "app_wizard_version": "1.0.0", "python_version": "3", "fips_compliant": true, @@ -890,20 +890,12 @@ "versions": "EQ(*)" } ], - "pip_dependencies": { - "wheel": [ - { - "module": "pymssql", - "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_28_x86_64.whl" + "input_file": "wheels/py39/pymssql-2.3.2-cp39-cp39-manylinux_2_28_x86_64.whl" } ] } -} \ No newline at end of file +} diff --git a/requirements.txt b/requirements.txt index 939e4df..845c9d0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1 @@ -pymssql==2.2.11 +pymssql==2.3.2 diff --git a/wheels/py36/pymssql-2.2.11-cp36-cp36m-manylinux_2_28_x86_64.whl b/wheels/py36/pymssql-2.2.11-cp36-cp36m-manylinux_2_28_x86_64.whl deleted file mode 100644 index e21a860..0000000 Binary files a/wheels/py36/pymssql-2.2.11-cp36-cp36m-manylinux_2_28_x86_64.whl and /dev/null differ diff --git a/wheels/py39/pymssql-2.2.11-cp39-cp39-manylinux_2_28_x86_64.whl b/wheels/py39/pymssql-2.2.11-cp39-cp39-manylinux_2_28_x86_64.whl deleted file mode 100644 index d50623e..0000000 Binary files a/wheels/py39/pymssql-2.2.11-cp39-cp39-manylinux_2_28_x86_64.whl and /dev/null differ diff --git a/wheels/py39/pymssql-2.3.2-cp39-cp39-manylinux_2_28_x86_64.whl b/wheels/py39/pymssql-2.3.2-cp39-cp39-manylinux_2_28_x86_64.whl new file mode 100644 index 0000000..f619fd9 Binary files /dev/null and b/wheels/py39/pymssql-2.3.2-cp39-cp39-manylinux_2_28_x86_64.whl differ