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/uvicorn
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.32.1
Choose a base ref
...
head repository: encode/uvicorn
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.33.0
Choose a head ref
  • 10 commits
  • 16 files changed
  • 4 contributors

Commits on Nov 20, 2024

  1. Configuration menu
    Copy the full SHA
    bc412d2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9a05879 View commit details
    Browse the repository at this point in the history
  3. Bump the python-packages group with 7 updates (#2499)

    * Bump the python-packages group with 7 updates
    
    Bumps the python-packages group with 7 updates:
    
    | Package | From | To |
    | --- | --- | --- |
    | [build](https://github.com/pypa/build) | `1.2.2` | `1.2.2.post1` |
    | [ruff](https://github.com/astral-sh/ruff) | `0.6.8` | `0.7.1` |
    | [mypy](https://github.com/python/mypy) | `1.11.2` | `1.13.0` |
    | [trustme](https://github.com/python-trio/trustme) | `1.1.0` | `1.2.0` |
    | [cryptography](https://github.com/pyca/cryptography) | `43.0.1` | `43.0.3` |
    | [coverage](https://github.com/nedbat/coveragepy) | `7.6.1` | `7.6.4` |
    | [mkdocs-material](https://github.com/squidfunk/mkdocs-material) | `9.5.39` | `9.5.43` |
    
    
    Updates `build` from 1.2.2 to 1.2.2.post1
    - [Release notes](https://github.com/pypa/build/releases)
    - [Changelog](https://github.com/pypa/build/blob/main/CHANGELOG.rst)
    - [Commits](pypa/build@1.2.2...1.2.2.post1)
    
    Updates `ruff` from 0.6.8 to 0.7.1
    - [Release notes](https://github.com/astral-sh/ruff/releases)
    - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
    - [Commits](astral-sh/ruff@0.6.8...0.7.1)
    
    Updates `mypy` from 1.11.2 to 1.13.0
    - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)
    - [Commits](python/mypy@v1.11.2...v1.13.0)
    
    Updates `trustme` from 1.1.0 to 1.2.0
    - [Release notes](https://github.com/python-trio/trustme/releases)
    - [Commits](python-trio/trustme@v1.1.0...v1.2.0)
    
    Updates `cryptography` from 43.0.1 to 43.0.3
    - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
    - [Commits](pyca/cryptography@43.0.1...43.0.3)
    
    Updates `coverage` from 7.6.1 to 7.6.4
    - [Release notes](https://github.com/nedbat/coveragepy/releases)
    - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst)
    - [Commits](nedbat/coveragepy@7.6.1...7.6.4)
    
    Updates `mkdocs-material` from 9.5.39 to 9.5.43
    - [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.39...9.5.43)
    
    ---
    updated-dependencies:
    - dependency-name: build
      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-minor
      dependency-group: python-packages
    - dependency-name: trustme
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: python-packages
    - dependency-name: cryptography
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: python-packages
    - dependency-name: coverage
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: python-packages
    - dependency-name: mkdocs-material
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: python-packages
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * Update requirements.txt
    
    * Update requirements.txt
    
    * 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: Marcelo Trylesinski <marcelotryle@gmail.com>
    dependabot[bot] and Kludex authored Nov 20, 2024
    Configuration menu
    Copy the full SHA
    6215230 View commit details
    Browse the repository at this point in the history
  4. Fixes typo "extras" for "extra" in ColourizedFormatter docstring. (#2491

    )
    
    extra={"color_message": message} is the correct usage.
    bwells authored Nov 20, 2024
    Configuration menu
    Copy the full SHA
    b7241e1 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2024

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

Commits on Dec 14, 2024

  1. Configuration menu
    Copy the full SHA
    6725ebb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a3cc360 View commit details
    Browse the repository at this point in the history
  3. Remove WatchGod (#2536)

    * Remove WatchGod
    
    * Readd missing pragma
    
    * Add py-darwin coverage
    Kludex authored Dec 14, 2024
    Configuration menu
    Copy the full SHA
    3aa1d01 View commit details
    Browse the repository at this point in the history
  4. Bump the python-packages group across 1 directory with 9 updates (#2538)

    * Bump the python-packages group across 1 directory with 9 updates
    
    Bumps the python-packages group with 9 updates in the / directory:
    
    | Package | From | To |
    | --- | --- | --- |
    | [websockets](https://github.com/python-websockets/websockets) | `13.1` | `14.1` |
    | [twine](https://github.com/pypa/twine) | `5.1.1` | `6.0.1` |
    | [ruff](https://github.com/astral-sh/ruff) | `0.7.1` | `0.8.3` |
    | [pytest](https://github.com/pytest-dev/pytest) | `8.3.3` | `8.3.4` |
    | [trustme](https://github.com/python-trio/trustme) | `1.1.0` | `1.2.0` |
    | [cryptography](https://github.com/pyca/cryptography) | `43.0.3` | `44.0.0` |
    | [coverage](https://github.com/nedbat/coveragepy) | `7.6.4` | `7.6.9` |
    | [httpx](https://github.com/encode/httpx) | `0.27.2` | `0.28.1` |
    | [mkdocs-material](https://github.com/squidfunk/mkdocs-material) | `9.5.43` | `9.5.48` |
    
    
    
    Updates `websockets` from 13.1 to 14.1
    - [Release notes](https://github.com/python-websockets/websockets/releases)
    - [Commits](python-websockets/websockets@13.1...14.1)
    
    Updates `twine` from 5.1.1 to 6.0.1
    - [Release notes](https://github.com/pypa/twine/releases)
    - [Changelog](https://github.com/pypa/twine/blob/main/docs/changelog.rst)
    - [Commits](pypa/twine@v5.1.1...6.0.1)
    
    Updates `ruff` from 0.7.1 to 0.8.3
    - [Release notes](https://github.com/astral-sh/ruff/releases)
    - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
    - [Commits](astral-sh/ruff@0.7.1...0.8.3)
    
    Updates `pytest` from 8.3.3 to 8.3.4
    - [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.3.3...8.3.4)
    
    Updates `trustme` from 1.1.0 to 1.2.0
    - [Release notes](https://github.com/python-trio/trustme/releases)
    - [Commits](python-trio/trustme@v1.1.0...v1.2.0)
    
    Updates `cryptography` from 43.0.3 to 44.0.0
    - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
    - [Commits](pyca/cryptography@43.0.3...44.0.0)
    
    Updates `coverage` from 7.6.4 to 7.6.9
    - [Release notes](https://github.com/nedbat/coveragepy/releases)
    - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst)
    - [Commits](nedbat/coveragepy@7.6.4...7.6.9)
    
    Updates `httpx` from 0.27.2 to 0.28.1
    - [Release notes](https://github.com/encode/httpx/releases)
    - [Changelog](https://github.com/encode/httpx/blob/master/CHANGELOG.md)
    - [Commits](encode/httpx@0.27.2...0.28.1)
    
    Updates `mkdocs-material` from 9.5.43 to 9.5.48
    - [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.43...9.5.48)
    
    ---
    updated-dependencies:
    - dependency-name: websockets
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: python-packages
    - dependency-name: twine
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: python-packages
    - dependency-name: ruff
      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-patch
      dependency-group: python-packages
    - dependency-name: trustme
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: python-packages
    - dependency-name: cryptography
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: python-packages
    - dependency-name: coverage
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: python-packages
    - dependency-name: httpx
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: python-packages
    - dependency-name: mkdocs-material
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: python-packages
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * Add websockets old version to the requiremnts
    
    * trustme
    
    * fix issue with httpx
    
    * continue with websockets old version
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Marcelo Trylesinski <marcelotryle@gmail.com>
    dependabot[bot] and Kludex authored Dec 14, 2024
    Configuration menu
    Copy the full SHA
    038f8ef View commit details
    Browse the repository at this point in the history
  5. Version 0.33.0 (#2539)

    Kludex authored Dec 14, 2024
    Configuration menu
    Copy the full SHA
    a500513 View commit details
    Browse the repository at this point in the history
Loading