diff --git a/docker/Dockerfile b/docker/Dockerfile index 3187f80..a23e10f 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -1,7 +1,7 @@ -FROM python:3.10.14-alpine3.20 +FROM python:3.13.1-alpine3.21 ENV ROBOT_HOME=/opt/robot -ENV PYTHONPATH=/usr/local/lib/python3.10/site-packages/integration_library_builtIn +ENV PYTHONPATH=/usr/local/lib/python3.13/site-packages/integration_library_builtIn ENV IS_ANALYZER_RESULT_ENABLED=true ENV IS_TAGS_RESOLVER_ENABLED=true ENV STATUS_WRITING_ENABLED=false diff --git a/docker/requirements.txt b/docker/requirements.txt index 977de91..d6b0cd5 100644 --- a/docker/requirements.txt +++ b/docker/requirements.txt @@ -1,10 +1,10 @@ websocket-client==1.3.3 -urllib3==2.0.7 -requests==2.31.0 +urllib3==2.2.2 +requests==2.32.0 google-auth==2.10.0 cachetools==5.0.0 pyyaml==6.0.1 -certifi==2023.7.22 +certifi==2024.07.04 wrapt==1.14.1 robotframework==6.0.1 kubernetes==12.0.1 @@ -12,6 +12,6 @@ openshift==0.12.1 requests_oauthlib==1.3.0 pyjwt==2.4.0 deprecated==1.2.13 -boto3==1.28.62 -botocore==1.31.62 +boto3==1.35.79 +botocore==1.35.79 idna==3.7