@@ -869,23 +869,23 @@ fn python_install_default() {
869
869
filters => context. filters( ) ,
870
870
} , {
871
871
insta:: assert_snapshot!(
872
- read_link_path( & bin_python_major) , @"[TEMP_DIR]/managed/cpython-3.12.8 -[PLATFORM]/python"
872
+ read_link_path( & bin_python_major) , @"[TEMP_DIR]/managed/cpython-3.12.9 -[PLATFORM]/python"
873
873
) ;
874
874
} ) ;
875
875
876
876
insta:: with_settings!( {
877
877
filters => context. filters( ) ,
878
878
} , {
879
879
insta:: assert_snapshot!(
880
- read_link_path( & bin_python_minor_12) , @"[TEMP_DIR]/managed/cpython-3.12.8 -[PLATFORM]/python"
880
+ read_link_path( & bin_python_minor_12) , @"[TEMP_DIR]/managed/cpython-3.12.9 -[PLATFORM]/python"
881
881
) ;
882
882
} ) ;
883
883
884
884
insta:: with_settings!( {
885
885
filters => context. filters( ) ,
886
886
} , {
887
887
insta:: assert_snapshot!(
888
- read_link_path( & bin_python_default) , @"[TEMP_DIR]/managed/cpython-3.12.8 -[PLATFORM]/python"
888
+ read_link_path( & bin_python_default) , @"[TEMP_DIR]/managed/cpython-3.12.9 -[PLATFORM]/python"
889
889
) ;
890
890
} ) ;
891
891
}
@@ -945,31 +945,31 @@ fn python_install_default() {
945
945
filters => context. filters( ) ,
946
946
} , {
947
947
insta:: assert_snapshot!(
948
- read_link_path( & bin_python_major) , @"[TEMP_DIR]/managed/cpython-3.13.1 -[PLATFORM]/python"
948
+ read_link_path( & bin_python_major) , @"[TEMP_DIR]/managed/cpython-3.13.2 -[PLATFORM]/python"
949
949
) ;
950
950
} ) ;
951
951
952
952
insta:: with_settings!( {
953
953
filters => context. filters( ) ,
954
954
} , {
955
955
insta:: assert_snapshot!(
956
- read_link_path( & bin_python_minor_13) , @"[TEMP_DIR]/managed/cpython-3.13.1 -[PLATFORM]/python"
956
+ read_link_path( & bin_python_minor_13) , @"[TEMP_DIR]/managed/cpython-3.13.2 -[PLATFORM]/python"
957
957
) ;
958
958
} ) ;
959
959
960
960
insta:: with_settings!( {
961
961
filters => context. filters( ) ,
962
962
} , {
963
963
insta:: assert_snapshot!(
964
- read_link_path( & bin_python_minor_12) , @"[TEMP_DIR]/managed/cpython-3.12.8 -[PLATFORM]/python"
964
+ read_link_path( & bin_python_minor_12) , @"[TEMP_DIR]/managed/cpython-3.12.9 -[PLATFORM]/python"
965
965
) ;
966
966
} ) ;
967
967
968
968
insta:: with_settings!( {
969
969
filters => context. filters( ) ,
970
970
} , {
971
971
insta:: assert_snapshot!(
972
- read_link_path( & bin_python_default) , @"[TEMP_DIR]/managed/cpython-3.13.1 -[PLATFORM]/python"
972
+ read_link_path( & bin_python_default) , @"[TEMP_DIR]/managed/cpython-3.13.2 -[PLATFORM]/python"
973
973
) ;
974
974
} ) ;
975
975
}
0 commit comments