From 9ca4bd3fa916e0dec362d7d373155ba90350177b Mon Sep 17 00:00:00 2001 From: Daniel Sotirhos Date: Wed, 29 May 2024 13:03:33 -0700 Subject: [PATCH] Upgrade dependencies 2024-05-27 (DataBiosphere/azul#6293, DataBiosphere/azul#6173) --- .github/workflows/docker-publish.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index 1316fd1..68320d2 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -25,15 +25,13 @@ env: # The version of PyCharm to install in this image. # - # FIXME: Wait for the PyCharm 2024.1.1 image release to upgrade - # https://github.com/DataBiosphere/azul/issues/6173 - azul_docker_pycharm_upstream_version: 2023.3.5 + azul_docker_pycharm_upstream_version: 2024.1.2 # The version of this image. The image will be tagged with the version of the # upstream image followed by the value of this variable. Increment this value # to update the OS packages installed in the image. # - azul_docker_pycharm_internal_version: 23 + azul_docker_pycharm_internal_version: 24 jobs: build: