Skip to content

Commit 01af474

Browse files
authored
Merge pull request #341 from StackVista/STAC-24341
STAC-24341 Update software versions.
2 parents 3408bc2 + e085fe4 commit 01af474

20 files changed

Lines changed: 21 additions & 21 deletions

File tree

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ stages:
66

77
variables:
88
CONDA_ENV: "stackstate-agent-integrations-py-3"
9-
PYTHON_VERSION: 3.11.14
9+
PYTHON_VERSION: 3.14.3
1010

1111
.rules:
1212
- &pull_requests

.setup-scripts/conda_env.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ if (($env_name -ne $null) -and ($env_name -eq $envName)) {
88
Write-Output "Virtual Environment '$envName' already exists"
99
return
1010
}
11-
$DD_PIP_VERSION = '20.3.4'
12-
$DD_SETUPTOOLS_VERSION = '44.1.1'
11+
$DD_PIP_VERSION = '25.3'
12+
$DD_SETUPTOOLS_VERSION = '78.1.1'
1313
conda create -n $envName python python=$pythonVersion -y
1414
conda activate $envName
1515
pip install --user -i https://pypi.python.org/simple pip==$DD_PIP_VERSION

.setup-scripts/image/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM registry.tooling.stackstate.io/docker/python:3.11.14-bullseye
1+
FROM registry.tooling.stackstate.io/docker/python:3.14.3-bullseye
22
RUN apt-get update && \
33
apt-get install -y virtualenv apt-transport-https ca-certificates curl gnupg2 software-properties-common && \
44
apt-get clean && \

.setup-scripts/setup_env.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ VENV_PATH=$INTEGRATIONS_DIR_TMP/venv
1212

1313
if [ ! -d $VENV_PATH ]; then
1414
echo "$VENV_PATH doesn't exist, create the venv and loading deps"
15-
virtualenv --python=python3.11 --pip=23.3.1 --setuptools=44.1.1 $INTEGRATIONS_DIR_TMP/venv
15+
virtualenv --python=python3.11 --pip=25.3 --setuptools=78.1.1 $INTEGRATIONS_DIR_TMP/venv
1616
source $INTEGRATIONS_DIR_TMP/venv/bin/activate
1717
pip install pylint==2.17.2
1818
pip install docker==6.1.3

agent_integration_sample/tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ envlist =
77
flake8
88

99
[testenv]
10-
pip_version = pip==23.3.1
10+
pip_version = pip==25.3
1111
usedevelop = true
1212
platform = linux|darwin|win32
1313
deps =

agent_v2_integration_sample/tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ envlist =
77
flake8
88

99
[testenv]
10-
pip_version = pip==23.3.1
10+
pip_version = pip==25.3
1111
usedevelop = true
1212
platform = linux|darwin|win32
1313
deps =

agent_v2_integration_stateful_sample/tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ envlist =
77
flake8
88

99
[testenv]
10-
pip_version = pip==23.3.1
10+
pip_version = pip==25.3
1111
usedevelop = true
1212
platform = linux|darwin|win32
1313
deps =

agent_v2_integration_transactional_sample/tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ envlist =
77
flake8
88

99
[testenv]
10-
pip_version = pip==23.3.1
10+
pip_version = pip==25.3
1111
usedevelop = true
1212
platform = linux|darwin|win32
1313
deps =

kubelet/tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ envlist =
55
py3
66

77
[testenv]
8-
pip_version = pip==23.3.1
8+
pip_version = pip==25.3
99
dd_check_style = true
1010
usedevelop = true
1111
platform = linux|darwin|win32

openmetrics/tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ envlist =
77
flake8
88

99
[testenv]
10-
pip_version = pip==23.3.1
10+
pip_version = pip==25.3
1111
usedevelop = true
1212
platform = linux|darwin|win32
1313
deps =

0 commit comments

Comments
 (0)