Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: encode/httpcore
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1851ac3
Choose a base ref
...
head repository: encode/httpcore
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4ee1ca2
Choose a head ref
  • 17 commits
  • 12 files changed
  • 6 contributors

Commits on Apr 4, 2024

  1. Bump the python-packages group with 6 updates (#907)

    Bumps the python-packages group with 6 updates:
    
    | Package | From | To |
    | --- | --- | --- |
    | [mkdocs-material](https://github.com/squidfunk/mkdocs-material) | `9.5.12` | `9.5.16` |
    | [build](https://github.com/pypa/build) | `1.1.1` | `1.2.1` |
    | [coverage[toml]](https://github.com/nedbat/coveragepy) | `7.4.3` | `7.4.4` |
    | [ruff](https://github.com/astral-sh/ruff) | `0.3.0` | `0.3.4` |
    | [mypy](https://github.com/python/mypy) | `1.8.0` | `1.9.0` |
    | [pytest](https://github.com/pytest-dev/pytest) | `8.0.2` | `8.1.1` |
    
    
    Updates `mkdocs-material` from 9.5.12 to 9.5.16
    - [Release notes](https://github.com/squidfunk/mkdocs-material/releases)
    - [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG)
    - [Commits](squidfunk/mkdocs-material@9.5.12...9.5.16)
    
    Updates `build` from 1.1.1 to 1.2.1
    - [Release notes](https://github.com/pypa/build/releases)
    - [Changelog](https://github.com/pypa/build/blob/main/CHANGELOG.rst)
    - [Commits](pypa/build@1.1.1...1.2.1)
    
    Updates `coverage[toml]` from 7.4.3 to 7.4.4
    - [Release notes](https://github.com/nedbat/coveragepy/releases)
    - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst)
    - [Commits](coveragepy/coveragepy@7.4.3...7.4.4)
    
    Updates `ruff` from 0.3.0 to 0.3.4
    - [Release notes](https://github.com/astral-sh/ruff/releases)
    - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
    - [Commits](astral-sh/ruff@v0.3.0...v0.3.4)
    
    Updates `mypy` from 1.8.0 to 1.9.0
    - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)
    - [Commits](python/mypy@v1.8.0...1.9.0)
    
    Updates `pytest` from 8.0.2 to 8.1.1
    - [Release notes](https://github.com/pytest-dev/pytest/releases)
    - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
    - [Commits](pytest-dev/pytest@8.0.2...8.1.1)
    
    ---
    updated-dependencies:
    - dependency-name: mkdocs-material
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: python-packages
    - dependency-name: build
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: python-packages
    - dependency-name: coverage[toml]
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: python-packages
    - dependency-name: ruff
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: python-packages
    - dependency-name: mypy
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: python-packages
    - dependency-name: pytest
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: python-packages
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 4, 2024
    Configuration menu
    Copy the full SHA
    38c82a9 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2024

  1. [DEV] Update requirements.txt (#884)

    * [DEV] Update requirements.txt
    
    * twine v5
    
    ---------
    
    Co-authored-by: Tom Christie <tom@tomchristie.com>
    T-256 and lovelydinosaur authored Apr 10, 2024
    Configuration menu
    Copy the full SHA
    39b756f View commit details
    Browse the repository at this point in the history

Commits on May 1, 2024

  1. Configuration menu
    Copy the full SHA
    dbef1fa View commit details
    Browse the repository at this point in the history

Commits on May 5, 2024

  1. Configuration menu
    Copy the full SHA
    722ef8f View commit details
    Browse the repository at this point in the history

Commits on May 8, 2024

  1. Bump jinja2 from 3.1.3 to 3.1.4 (#911)

    Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.3 to 3.1.4.
    - [Release notes](https://github.com/pallets/jinja/releases)
    - [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst)
    - [Commits](pallets/jinja@3.1.3...3.1.4)
    
    ---
    updated-dependencies:
    - dependency-name: jinja2
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 8, 2024
    Configuration menu
    Copy the full SHA
    a8f8098 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2024

  1. Fix typo in ConnectionPool and AsyncConnectionPool (#908)

    Co-authored-by: Tom Christie <tom@tomchristie.com>
    n-thumann and lovelydinosaur authored May 17, 2024
    Configuration menu
    Copy the full SHA
    c96fdf7 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2024

  1. Handle SSLError (#918)

    DouglasBlackwood authored Jun 6, 2024
    Configuration menu
    Copy the full SHA
    e987df2 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2024

  1. Bump the python-packages group with 6 updates (#916)

    Bumps the python-packages group with 6 updates:
    
    | Package | From | To |
    | --- | --- | --- |
    | [mkdocs-material](https://github.com/squidfunk/mkdocs-material) | `9.5.20` | `9.5.25` |
    | [mkdocstrings[python-legacy]](https://github.com/mkdocstrings/mkdocstrings) | `0.25.0` | `0.25.1` |
    | [twine](https://github.com/pypa/twine) | `5.0.0` | `5.1.0` |
    | [coverage[toml]](https://github.com/nedbat/coveragepy) | `7.5.0` | `7.5.3` |
    | [ruff](https://github.com/astral-sh/ruff) | `0.4.2` | `0.4.7` |
    | [pytest](https://github.com/pytest-dev/pytest) | `8.2.0` | `8.2.1` |
    
    
    Updates `mkdocs-material` from 9.5.20 to 9.5.25
    - [Release notes](https://github.com/squidfunk/mkdocs-material/releases)
    - [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG)
    - [Commits](squidfunk/mkdocs-material@9.5.20...9.5.25)
    
    Updates `mkdocstrings[python-legacy]` from 0.25.0 to 0.25.1
    - [Release notes](https://github.com/mkdocstrings/mkdocstrings/releases)
    - [Changelog](https://github.com/mkdocstrings/mkdocstrings/blob/main/CHANGELOG.md)
    - [Commits](mkdocstrings/mkdocstrings@0.25.0...0.25.1)
    
    Updates `twine` from 5.0.0 to 5.1.0
    - [Release notes](https://github.com/pypa/twine/releases)
    - [Changelog](https://github.com/pypa/twine/blob/main/docs/changelog.rst)
    - [Commits](pypa/twine@5.0.0...5.1.0)
    
    Updates `coverage[toml]` from 7.5.0 to 7.5.3
    - [Release notes](https://github.com/nedbat/coveragepy/releases)
    - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst)
    - [Commits](coveragepy/coveragepy@7.5.0...7.5.3)
    
    Updates `ruff` from 0.4.2 to 0.4.7
    - [Release notes](https://github.com/astral-sh/ruff/releases)
    - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
    - [Commits](astral-sh/ruff@v0.4.2...v0.4.7)
    
    Updates `pytest` from 8.2.0 to 8.2.1
    - [Release notes](https://github.com/pytest-dev/pytest/releases)
    - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
    - [Commits](pytest-dev/pytest@8.2.0...8.2.1)
    
    ---
    updated-dependencies:
    - dependency-name: mkdocs-material
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: python-packages
    - dependency-name: mkdocstrings[python-legacy]
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: python-packages
    - dependency-name: twine
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: python-packages
    - dependency-name: coverage[toml]
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: python-packages
    - dependency-name: ruff
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: python-packages
    - dependency-name: pytest
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: python-packages
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Tom Christie <tom@tomchristie.com>
    dependabot[bot] and lovelydinosaur authored Jun 10, 2024
    Configuration menu
    Copy the full SHA
    48651f6 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2024

  1. Configuration menu
    Copy the full SHA
    da86ca4 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2024

  1. Bump urllib3 from 2.2.1 to 2.2.2 (#931)

    Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.2.1 to 2.2.2.
    - [Release notes](https://github.com/urllib3/urllib3/releases)
    - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)
    - [Commits](urllib3/urllib3@2.2.1...2.2.2)
    
    ---
    updated-dependencies:
    - dependency-name: urllib3
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 18, 2024
    Configuration menu
    Copy the full SHA
    711292e View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2024

  1. Bump the python-packages group with 7 updates (#933)

    * Bump the python-packages group with 7 updates
    
    Bumps the python-packages group with 7 updates:
    
    | Package | From | To |
    | --- | --- | --- |
    | [mkdocs-material](https://github.com/squidfunk/mkdocs-material) | `9.5.25` | `9.5.27` |
    | [twine](https://github.com/pypa/twine) | `5.1.0` | `5.1.1` |
    | [coverage[toml]](https://github.com/nedbat/coveragepy) | `7.5.3` | `7.5.4` |
    | [ruff](https://github.com/astral-sh/ruff) | `0.4.7` | `0.5.0` |
    | [mypy](https://github.com/python/mypy) | `1.10.0` | `1.10.1` |
    | [pytest](https://github.com/pytest-dev/pytest) | `8.2.1` | `8.2.2` |
    | [matplotlib](https://github.com/matplotlib/matplotlib) | `3.7.5` | `3.9.0` |
    
    
    Updates `mkdocs-material` from 9.5.25 to 9.5.27
    - [Release notes](https://github.com/squidfunk/mkdocs-material/releases)
    - [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG)
    - [Commits](squidfunk/mkdocs-material@9.5.25...9.5.27)
    
    Updates `twine` from 5.1.0 to 5.1.1
    - [Release notes](https://github.com/pypa/twine/releases)
    - [Changelog](https://github.com/pypa/twine/blob/main/docs/changelog.rst)
    - [Commits](pypa/twine@5.1.0...v5.1.1)
    
    Updates `coverage[toml]` from 7.5.3 to 7.5.4
    - [Release notes](https://github.com/nedbat/coveragepy/releases)
    - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst)
    - [Commits](coveragepy/coveragepy@7.5.3...7.5.4)
    
    Updates `ruff` from 0.4.7 to 0.5.0
    - [Release notes](https://github.com/astral-sh/ruff/releases)
    - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
    - [Commits](astral-sh/ruff@v0.4.7...0.5.0)
    
    Updates `mypy` from 1.10.0 to 1.10.1
    - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)
    - [Commits](python/mypy@v1.10.0...v1.10.1)
    
    Updates `pytest` from 8.2.1 to 8.2.2
    - [Release notes](https://github.com/pytest-dev/pytest/releases)
    - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
    - [Commits](pytest-dev/pytest@8.2.1...8.2.2)
    
    Updates `matplotlib` from 3.7.5 to 3.9.0
    - [Release notes](https://github.com/matplotlib/matplotlib/releases)
    - [Commits](matplotlib/matplotlib@v3.7.5...v3.9.0)
    
    ---
    updated-dependencies:
    - dependency-name: mkdocs-material
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: python-packages
    - dependency-name: twine
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: python-packages
    - dependency-name: coverage[toml]
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: python-packages
    - dependency-name: ruff
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: python-packages
    - dependency-name: mypy
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: python-packages
    - dependency-name: pytest
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: python-packages
    - dependency-name: matplotlib
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: python-packages
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * Update requirements.txt
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Tom Christie <tom@tomchristie.com>
    dependabot[bot] and lovelydinosaur authored Jul 1, 2024
    Configuration menu
    Copy the full SHA
    acf7d15 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2024

  1. Update werkzeug requirement from <2.1 to <3.1 (#940)

    Updates the requirements on [werkzeug](https://github.com/pallets/werkzeug) to permit the latest version.
    - [Release notes](https://github.com/pallets/werkzeug/releases)
    - [Changelog](https://github.com/pallets/werkzeug/blob/main/CHANGES.rst)
    - [Commits](pallets/werkzeug@0.1...3.0.3)
    
    ---
    updated-dependencies:
    - dependency-name: werkzeug
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 1, 2024
    Configuration menu
    Copy the full SHA
    7d87c9d View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

  1. Bump aiohttp from 3.9.5 to 3.10.2 (#942)

    Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.9.5 to 3.10.2.
    - [Release notes](https://github.com/aio-libs/aiohttp/releases)
    - [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst)
    - [Commits](aio-libs/aiohttp@v3.9.5...v3.10.2)
    
    ---
    updated-dependencies:
    - dependency-name: aiohttp
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 27, 2024
    Configuration menu
    Copy the full SHA
    ba3f942 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2024

  1. Add pragma: nocover

    lovelydinosaur committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    4aac649 View commit details
    Browse the repository at this point in the history
  2. Handle trio raising NotImplementedError on unsupported platforms. (

    …#955)
    
    * Handle import of `trio` raising `NotImplementedError` on unsupported platforms.
    
    Closes #946
    
    * Add pragma no cover to deal with oddly misbehaving test
    
    * Update CHANGELOG.md
    lovelydinosaur authored Sep 27, 2024
    Configuration menu
    Copy the full SHA
    17409bb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0804ea6 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

  1. Configuration menu
    Copy the full SHA
    4ee1ca2 View commit details
    Browse the repository at this point in the history
Loading