Skip to content

Commit

Permalink
Update requirements.txt update python version to 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
Vadim committed Sep 18, 2023
1 parent 19751d5 commit e409cb5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.10-alpine
FROM python:3.11-alpine

LABEL description="Image with k8s-handle" \
maintainer="sre@jetbrains.com" \
Expand Down
8 changes: 5 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
requests==2.28.1
requests==2.31.0
jinja2==3.1.2
PyYAML==5.4.1
PyYAML==6.0.1
kubernetes==24.2.0
semver==2.13.0
semver==3.0.1
urllib3==1.26.16
pytz==2023.3.post1

0 comments on commit e409cb5

Please sign in to comment.