Skip to content

Commit

Permalink
Update third-parties
Browse files Browse the repository at this point in the history
  • Loading branch information
Ildar Minaev committed Dec 17, 2024
1 parent c2ac2a8 commit baca2a1
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -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
10 changes: 5 additions & 5 deletions docker/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
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
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

0 comments on commit baca2a1

Please sign in to comment.