Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
seleznev committed Aug 8, 2023
1 parent a8106c8 commit fe30754
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 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
10 changes: 5 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
requests==2.28.1
requests==2.31.0
jinja2==3.1.2
PyYAML==5.4.1
kubernetes==24.2.0
semver==2.13.0
urllib3==1.26.13
PyYAML==6.0.1
kubernetes==27.2.0
semver==3.0.1
urllib3==2.0.4
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tox]
skipsdist = True
envlist = py310
envlist = py311

[testenv]
deps = -r {toxinidir}/requirements.txt
Expand Down

0 comments on commit fe30754

Please sign in to comment.