diff --git a/dev/dev/fixtures/index.html b/dev/dev/fixtures/index.html index 8243e77aa7..93bc703f15 100644 --- a/dev/dev/fixtures/index.html +++ b/dev/dev/fixtures/index.html @@ -742,8 +742,8 @@
  • - - LocalFileAdapter + + LocalIndexTransport
  • @@ -1055,8 +1055,8 @@
  • - - LocalFileAdapter + + LocalIndexTransport
  • @@ -1327,7 +1327,7 @@

    -IndexOverrides = Dict[str, str] +IndexOverrides = Dict[str, bytes] module-attribute @@ -1407,19 +1407,19 @@

    -

    - LocalFileAdapter +

    + LocalIndexTransport -#

    +#

    - Bases: requests.adapters.BaseAdapter

    + Bases: httpx.BaseTransport

    -

    A local file adapter for request.

    +

    A local file transport for HTTPX.

    Allows to mock some HTTP requests with some local files

    @@ -2062,7 +2062,7 @@

    -project_no_init(tmp_path, mocker, core, pdm_session, monkeypatch, build_env) +project_no_init(tmp_path, mocker, core, build_test_session, monkeypatch, build_env) #

    diff --git a/dev/objects.inv b/dev/objects.inv index 25e9fdc1c3..3d74e06d86 100644 Binary files a/dev/objects.inv and b/dev/objects.inv differ diff --git a/dev/reference/api/index.html b/dev/reference/api/index.html index 0296440b7b..0e70d6c0c8 100644 --- a/dev/reference/api/index.html +++ b/dev/reference/api/index.html @@ -658,6 +658,13 @@