Skip to content

Commit

Permalink
feat: update Upgrade CLI and other dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
lentidas committed Aug 7, 2024
1 parent b081a0c commit 0d58dad
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM python:3.11-slim-bookworm
FROM python:3.12-slim-bookworm

ARG UPDATECLI_VERSION=v0.54.0
ARG UPDATECLI_VERSION=v0.82.0

# Install required packages
RUN apt-get update && \
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
pyaml==21.10.1
PyYAML==6.0
pyaml==24.7.0
PyYAML==6.0.2

0 comments on commit 0d58dad

Please sign in to comment.