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/starlette
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.36.1
Choose a base ref
...
head repository: encode/starlette
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.36.2
Choose a head ref
  • 5 commits
  • 9 files changed
  • 5 contributors

Commits on Jan 26, 2024

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

Commits on Feb 3, 2024

  1. Bump the python-packages group with 4 updates (#2455)

    * Bump the python-packages group with 4 updates
    
    Bumps the python-packages group with 4 updates: [coverage](https://github.com/nedbat/coveragepy), [ruff](https://github.com/astral-sh/ruff), [pytest](https://github.com/pytest-dev/pytest) and [mkdocs-material](https://github.com/squidfunk/mkdocs-material).
    
    
    Updates `coverage` from 7.4.0 to 7.4.1
    - [Release notes](https://github.com/nedbat/coveragepy/releases)
    - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst)
    - [Commits](nedbat/coveragepy@7.4.0...7.4.1)
    
    Updates `ruff` from 0.1.13 to 0.1.15
    - [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.1.13...v0.1.15)
    
    Updates `pytest` from 7.4.4 to 8.0.0
    - [Release notes](https://github.com/pytest-dev/pytest/releases)
    - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
    - [Commits](pytest-dev/pytest@7.4.4...8.0.0)
    
    Updates `mkdocs-material` from 9.5.5 to 9.5.6
    - [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.5...9.5.6)
    
    ---
    updated-dependencies:
    - dependency-name: coverage
      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-major
      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 deprecation warning
    
    ---------
    
    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 Feb 3, 2024
    Configuration menu
    Copy the full SHA
    8da52c2 View commit details
    Browse the repository at this point in the history
  2. Avoid duplicate charset on Content-Type (#2443)

    * fix(response): avoid duplicated charset
    
    * Update docs/responses.md
    
    ---------
    
    Co-authored-by: Marcelo Trylesinski <marcelotryle@gmail.com>
    mikkelduif and Kludex authored Feb 3, 2024
    Configuration menu
    Copy the full SHA
    b8eebef View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    13e5c26 View commit details
    Browse the repository at this point in the history
  4. Version 0.36.2 (#2456)

    * Version 0.36.2
    
    * Apply suggestions from code review
    
    * Update docs/release-notes.md
    Kludex authored Feb 3, 2024
    Configuration menu
    Copy the full SHA
    04a7d9d View commit details
    Browse the repository at this point in the history
Loading