Skip to content

Commit 9c0939e

Browse files
cryptography, jupyter_core packages are pinned to the required version
1 parent 96332dc commit 9c0939e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/anaconda/.devcontainer/apply_security_patches.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ done
2626

2727
# Add an array for packages that should always pin to the provided version,
2828
# even if higher version is available in conda channel
29-
pin_to_required_version=( )
29+
pin_to_required_version=("jupyter_core" "cryptography" )
3030
# Function to check if a package is in the pin_to_required_version array
3131
function is_pin_to_required_version() {
3232
local pkg="$1"

0 commit comments

Comments
 (0)