Skip to content

Commit

Permalink
PSAAS-21321 update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kzuchowska-splunk committed Jan 10, 2025
1 parent 8afad77 commit ec2c6ed
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 14 deletions.
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.
16 changes: 4 additions & 12 deletions microsoftsqlserver.json
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -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"
}
]
}
}
}
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
pymssql==2.2.11
pymssql==2.3.2
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit ec2c6ed

Please sign in to comment.