Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ stages:

variables:
CONDA_ENV: "stackstate-agent-integrations-py-3"
PYTHON_VERSION: 3.11.14
PYTHON_VERSION: 3.14.3

.rules:
- &pull_requests
Expand Down
4 changes: 2 additions & 2 deletions .setup-scripts/conda_env.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ if (($env_name -ne $null) -and ($env_name -eq $envName)) {
Write-Output "Virtual Environment '$envName' already exists"
return
}
$DD_PIP_VERSION = '20.3.4'
$DD_SETUPTOOLS_VERSION = '44.1.1'
$DD_PIP_VERSION = '25.3'
$DD_SETUPTOOLS_VERSION = '78.1.1'
conda create -n $envName python python=$pythonVersion -y
conda activate $envName
pip install --user -i https://pypi.python.org/simple pip==$DD_PIP_VERSION
Expand Down
2 changes: 1 addition & 1 deletion .setup-scripts/image/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.tooling.stackstate.io/docker/python:3.11.14-bullseye
FROM registry.tooling.stackstate.io/docker/python:3.14.3-bullseye
RUN apt-get update && \
apt-get install -y virtualenv apt-transport-https ca-certificates curl gnupg2 software-properties-common && \
apt-get clean && \
Expand Down
2 changes: 1 addition & 1 deletion .setup-scripts/setup_env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ VENV_PATH=$INTEGRATIONS_DIR_TMP/venv

if [ ! -d $VENV_PATH ]; then
echo "$VENV_PATH doesn't exist, create the venv and loading deps"
virtualenv --python=python3.11 --pip=23.3.1 --setuptools=44.1.1 $INTEGRATIONS_DIR_TMP/venv
virtualenv --python=python3.11 --pip=25.3 --setuptools=78.1.1 $INTEGRATIONS_DIR_TMP/venv
source $INTEGRATIONS_DIR_TMP/venv/bin/activate
pip install pylint==2.17.2
pip install docker==6.1.3
Expand Down
2 changes: 1 addition & 1 deletion agent_integration_sample/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ envlist =
flake8

[testenv]
pip_version = pip==23.3.1
pip_version = pip==25.3
usedevelop = true
platform = linux|darwin|win32
deps =
Expand Down
2 changes: 1 addition & 1 deletion agent_v2_integration_sample/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ envlist =
flake8

[testenv]
pip_version = pip==23.3.1
pip_version = pip==25.3
usedevelop = true
platform = linux|darwin|win32
deps =
Expand Down
2 changes: 1 addition & 1 deletion agent_v2_integration_stateful_sample/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ envlist =
flake8

[testenv]
pip_version = pip==23.3.1
pip_version = pip==25.3
usedevelop = true
platform = linux|darwin|win32
deps =
Expand Down
2 changes: 1 addition & 1 deletion agent_v2_integration_transactional_sample/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ envlist =
flake8

[testenv]
pip_version = pip==23.3.1
pip_version = pip==25.3
usedevelop = true
platform = linux|darwin|win32
deps =
Expand Down
2 changes: 1 addition & 1 deletion kubelet/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ envlist =
py3

[testenv]
pip_version = pip==23.3.1
pip_version = pip==25.3
dd_check_style = true
usedevelop = true
platform = linux|darwin|win32
Expand Down
2 changes: 1 addition & 1 deletion openmetrics/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ envlist =
flake8

[testenv]
pip_version = pip==23.3.1
pip_version = pip==25.3
usedevelop = true
platform = linux|darwin|win32
deps =
Expand Down
2 changes: 1 addition & 1 deletion servicenow/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ envlist =
flake8

[testenv]
pip_version = pip==23.3.1
pip_version = pip==25.3
usedevelop = true
platform = linux|darwin|win32
deps =
Expand Down
2 changes: 1 addition & 1 deletion splunk_base/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ envlist =
flake8

[testenv]
pip_version = pip==23.3.1
pip_version = pip==25.3
usedevelop = true
platform = linux|darwin|win32
deps =
Expand Down
2 changes: 1 addition & 1 deletion splunk_health/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ envlist =
flake8

[testenv]
pip_version = pip==23.3.1
pip_version = pip==25.3
usedevelop = true
platform = linux|darwin|win32
passenv =
Expand Down
2 changes: 1 addition & 1 deletion splunk_metric/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ markers =
unit

[testenv]
pip_version = pip==23.3.1
pip_version = pip==25.3
usedevelop = true
platform = linux|darwin|win32
passenv =
Expand Down
2 changes: 1 addition & 1 deletion splunk_topology/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ envlist =
flake8

[testenv]
pip_version = pip==23.3.1
pip_version = pip==25.3
usedevelop = true
platform = linux|darwin|win32
passenv =
Expand Down
2 changes: 1 addition & 1 deletion stackstate_checks_dev/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ envlist =
flake8

[testenv]
pip_version = pip==23.3.1
pip_version = pip==25.3
usedevelop = true
skip_install = true
platform = linux|darwin|win32
Expand Down
2 changes: 1 addition & 1 deletion static_health/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ envlist =
flake8

[testenv]
pip_version = pip==23.3.1
pip_version = pip==25.3
usedevelop = true
platform = linux|darwin|win32
deps =
Expand Down
2 changes: 1 addition & 1 deletion static_topology/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ envlist =
flake8

[testenv]
pip_version = pip==23.3.1
pip_version = pip==25.3
usedevelop = true
platform = linux|darwin|win32
deps =
Expand Down
2 changes: 1 addition & 1 deletion vsphere/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ envlist =
flake8

[testenv]
pip_version = pip==23.2.1
pip_version = pip==25.3
usedevelop = true
platform = linux|darwin|win32
deps =
Expand Down
2 changes: 1 addition & 1 deletion zabbix/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ envlist =
flake8

[testenv]
pip_version = pip==23.3.1
pip_version = pip==25.3
usedevelop = true
platform = linux|darwin|win32
deps =
Expand Down