Skip to content
This repository was archived by the owner on Mar 24, 2025. It is now read-only.
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: reddit/baseplate.py
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.7.1b3
Choose a base ref
...
head repository: reddit/baseplate.py
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.7.1b4
Choose a head ref
  • 6 commits
  • 10 files changed
  • 5 contributors

Commits on Oct 23, 2024

  1. Drop python3.8 support (#1003)

    * Drop python3.8 support
    
    * `poetry lock`
    
    * Set tool.black.target-version back to py38
    
    * Disable too-many-positional-arguments
    
    * fix: Unused "type: ignore" comment
    
    * Set tool.black.target-version to py39
    RyanBalfanz authored Oct 23, 2024
    Configuration menu
    Copy the full SHA
    fe59ab2 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2024

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

Commits on Oct 29, 2024

  1. Bump waitress from 3.0.0 to 3.0.1 (#1010)

    Bumps [waitress](https://github.com/Pylons/waitress) from 3.0.0 to 3.0.1.
    - [Release notes](https://github.com/Pylons/waitress/releases)
    - [Changelog](https://github.com/Pylons/waitress/blob/main/CHANGES.txt)
    - [Commits](Pylons/waitress@v3.0.0...v3.0.1)
    
    ---
    updated-dependencies:
    - dependency-name: waitress
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 29, 2024
    Configuration menu
    Copy the full SHA
    95d4a03 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2024

  1. Bump werkzeug from 3.0.4 to 3.0.6 (#1008)

    Bumps [werkzeug](https://github.com/pallets/werkzeug) from 3.0.4 to 3.0.6.
    - [Release notes](https://github.com/pallets/werkzeug/releases)
    - [Changelog](https://github.com/pallets/werkzeug/blob/main/CHANGES.rst)
    - [Commits](pallets/werkzeug@3.0.4...3.0.6)
    
    ---
    updated-dependencies:
    - dependency-name: werkzeug
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 31, 2024
    Configuration menu
    Copy the full SHA
    76761d1 View commit details
    Browse the repository at this point in the history
  2. Move healthchecks to it's own package (#1011)

    This avoids initializing the server packages when only sending a
    healthcheck.
    
    Co-authored-by: Trevor Riles <[email protected]>
    trevorriles and Trevor Riles authored Oct 31, 2024
    Configuration menu
    Copy the full SHA
    bb9d417 View commit details
    Browse the repository at this point in the history
  3. v2.7.1b4

    chriskuehl committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    ba66cf6 View commit details
    Browse the repository at this point in the history
Loading