Skip to content

Commit 1ad7e26

Browse files
feat(deps): Update dependency conda-forge/python to v3.13.2
Signed-off-by: plural-copilot[bot] <172153387+plural-copilot[bot]@users.noreply.github.com>
1 parent e4e4721 commit 1ad7e26

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

codeserver-python/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ ARG MAMBA_VERSION=1.5.6
1616
# renovate: datasource=conda depName=conda-forge/pip versioning=semver
1717
ARG PIP_VERSION=23.3.2
1818
# renovate: datasource=conda depName=conda-forge/python versioning=semver
19-
ARG PYTHON_VERSION=3.12.4
19+
ARG PYTHON_VERSION=3.13.2
2020

2121
# update - ensure apt packages are always updated
2222
RUN export DEBIAN_FRONTEND=noninteractive \

jupyter/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ARG MAMBA_VERSION=1.5.6
1313
# renovate: datasource=conda depName=conda-forge/pip versioning=semver
1414
ARG PIP_VERSION=23.3.2
1515
# renovate: datasource=conda depName=conda-forge/python versioning=semver
16-
ARG PYTHON_VERSION=3.12.4
16+
ARG PYTHON_VERSION=3.13.2
1717
ARG NODE_MAJOR=20
1818

1919
# install -- node.js

rstudio/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ARG MAMBA_VERSION=1.5.6
1313
# renovate: datasource=conda depName=conda-forge/pip versioning=semver
1414
ARG PIP_VERSION=23.3.2
1515
# renovate: datasource=conda depName=conda-forge/python versioning=semver
16-
ARG PYTHON_VERSION=3.12.4
16+
ARG PYTHON_VERSION=3.13.2
1717
ARG RSTUDIO_ARCH="amd64"
1818
# renovate: datasource=github-tags depName=rstudio/rstudio versioning=loose
1919
ARG RSTUDIO_VERSION=2024.04.2+764

0 commit comments

Comments
 (0)