@@ -1617,7 +1617,7 @@ fn disallowed_transitive_url_dependency() -> Result<()> {
16171617 let venv = create_venv_py312 ( & temp_dir, & cache_dir) ;
16181618
16191619 let requirements_in = temp_dir. child ( "requirements.in" ) ;
1620- requirements_in. write_str ( "transitive_url_dependency @ https://github.com/astral-sh/ruff/files/14078476 /transitive_url_dependency.zip" ) ?;
1620+ requirements_in. write_str ( "transitive_url_dependency @ https://github.com/astral-sh/ruff/files/13257454 /transitive_url_dependency.zip" ) ?;
16211621
16221622 insta:: with_settings!( {
16231623 filters => INSTA_FILTERS . to_vec( )
@@ -1654,7 +1654,7 @@ fn allowed_transitive_url_dependency() -> Result<()> {
16541654 let venv = create_venv_py312 ( & temp_dir, & cache_dir) ;
16551655
16561656 let requirements_in = temp_dir. child ( "requirements.in" ) ;
1657- requirements_in. write_str ( "transitive_url_dependency @ https://github.com/astral-sh/ruff/files/14078476 /transitive_url_dependency.zip" ) ?;
1657+ requirements_in. write_str ( "transitive_url_dependency @ https://github.com/astral-sh/ruff/files/13257454 /transitive_url_dependency.zip" ) ?;
16581658
16591659 let constraints_txt = temp_dir. child ( "constraints.txt" ) ;
16601660 constraints_txt
. write_str ( "werkzeug @ git+https://github.com/pallets/[email protected] " ) ?
; @@ -1679,7 +1679,7 @@ fn allowed_transitive_url_dependency() -> Result<()> {
16791679 ----- stdout -----
16801680 # This file was autogenerated by Puffin v[VERSION] via the following command:
16811681 # puffin pip compile requirements.in --constraint constraints.txt --cache-dir [CACHE_DIR]
1682- transitive-url-dependency @ https://github.com/astral-sh/ruff/files/14078476 /transitive_url_dependency.zip
1682+ transitive-url-dependency @ https://github.com/astral-sh/ruff/files/13257454 /transitive_url_dependency.zip
16831683 werkzeug @ git+https://github.com/pallets/werkzeug@af160e0b6b7ddd81c22f1652c728ff5ac72d5c74
16841684 # via transitive-url-dependency
16851685
@@ -1702,7 +1702,7 @@ fn allowed_transitive_canonical_url_dependency() -> Result<()> {
17021702 let venv = create_venv_py312 ( & temp_dir, & cache_dir) ;
17031703
17041704 let requirements_in = temp_dir. child ( "requirements.in" ) ;
1705- requirements_in. write_str ( "transitive_url_dependency @ https://github.com/astral-sh/ruff/files/14078476 /transitive_url_dependency.zip" ) ?;
1705+ requirements_in. write_str ( "transitive_url_dependency @ https://github.com/astral-sh/ruff/files/13257454 /transitive_url_dependency.zip" ) ?;
17061706
17071707 let constraints_txt = temp_dir. child ( "constraints.txt" ) ;
17081708 constraints_txt
. write_str ( "werkzeug @ git+https://github.com/pallets/[email protected] " ) ?
; @@ -1727,7 +1727,7 @@ fn allowed_transitive_canonical_url_dependency() -> Result<()> {
17271727 ----- stdout -----
17281728 # This file was autogenerated by Puffin v[VERSION] via the following command:
17291729 # puffin pip compile requirements.in --constraint constraints.txt --cache-dir [CACHE_DIR]
1730- transitive-url-dependency @ https://github.com/astral-sh/ruff/files/14078476 /transitive_url_dependency.zip
1730+ transitive-url-dependency @ https://github.com/astral-sh/ruff/files/13257454 /transitive_url_dependency.zip
17311731 werkzeug @ git+https://github.com/pallets/werkzeug@af160e0b6b7ddd81c22f1652c728ff5ac72d5c74
17321732 # via transitive-url-dependency
17331733
0 commit comments