Skip to content

Commit

Permalink
Update to Python 3.13
Browse files Browse the repository at this point in the history
Includes new PyYAML revision to match.
  • Loading branch information
robsiemb committed Oct 8, 2024
1 parent 51861cf commit 6cf7083
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

# Need uptime, grep, cron to run, so we use the alpine version.
FROM python:3.10-alpine
FROM python:3.13-alpine

RUN mkdir /home/zdaemon

Expand Down
2 changes: 1 addition & 1 deletion zdaemon/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ idna==3.6
Jinja2==3.1.3
MarkupSafe==2.1.5
pytz==2023.4
PyYAML==6.0.1
PyYAML==6.0.2
requests==2.31.0
simplejson==3.19.2
slack-bolt==1.18.1
Expand Down

0 comments on commit 6cf7083

Please sign in to comment.