Skip to content

Commit

Permalink
[u] Update Pycharm to 2023.3.3-13 (#5926)
Browse files Browse the repository at this point in the history
  • Loading branch information
achave11-ucsc authored and dsotirho-ucsc committed Feb 26, 2024
1 parent c63d3a2 commit 1f7ac67
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions environment.py
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ def env() -> Mapping[str, Optional[str]]:
# Modifying this variable requires running `make image_manifests.json`
# and redeploying the `shared` component.
#
'azul_python_version': '3.11.7',
'azul_python_version': '3.11.8',

# The version of Terraform used throughout the system.
#
Expand Down Expand Up @@ -265,7 +265,7 @@ def env() -> Mapping[str, Optional[str]]:
'ref': 'docker.io/library/python:{azul_python_version}-bullseye'
},
'pycharm': {
'ref': 'docker.io/ucscgi/azul-pycharm:2023.3.2-11'
'ref': 'docker.io/ucscgi/azul-pycharm:2023.3.3-13'
},
'elasticsearch': {
'ref': 'docker.io/ucscgi/azul-elasticsearch:7.17.17-10'
Expand Down

0 comments on commit 1f7ac67

Please sign in to comment.