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: csernazs/pytest-httpserver
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.0.12
Choose a base ref
...
head repository: csernazs/pytest-httpserver
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.1.0
Choose a head ref
  • 8 commits
  • 9 files changed
  • 4 contributors

Commits on Jul 30, 2024

  1. [pre-commit.ci] pre-commit autoupdate

    updates:
    - [github.com/astral-sh/ruff-pre-commit: v0.5.2 → v0.5.5](astral-sh/ruff-pre-commit@v0.5.2...v0.5.5)
    pre-commit-ci[bot] authored and csernazs committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    7df2d1c View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2024

  1. build(deps-dev): bump the deps group with 3 updates

    Bumps the deps group with 3 updates: [pytest](https://github.com/pytest-dev/pytest), [ruff](https://github.com/astral-sh/ruff) and [mypy](https://github.com/python/mypy).
    
    
    Updates `pytest` from 8.2.2 to 8.3.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.2...8.3.2)
    
    Updates `ruff` from 0.5.1 to 0.5.5
    - [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.5.1...0.5.5)
    
    Updates `mypy` from 1.10.1 to 1.11.1
    - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)
    - [Commits](python/mypy@v1.10.1...v1.11.1)
    
    ---
    updated-dependencies:
    - dependency-name: pytest
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: deps
    - dependency-name: ruff
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: deps
    - dependency-name: mypy
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: deps
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and csernazs committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    a178b96 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2024

  1. [pre-commit.ci] pre-commit autoupdate

    updates:
    - [github.com/astral-sh/ruff-pre-commit: v0.5.5 → v0.5.6](astral-sh/ruff-pre-commit@v0.5.5...v0.5.6)
    - [github.com/psf/black: 24.4.2 → 24.8.0](psf/black@24.4.2...24.8.0)
    pre-commit-ci[bot] authored and csernazs committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    0eb610b View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2024

  1. Configuration menu
    Copy the full SHA
    862d4af View commit details
    Browse the repository at this point in the history
  2. tests: add test for log leak

    This is fixed in #352, and here is the test for it.
    csernazs committed Aug 11, 2024
    Configuration menu
    Copy the full SHA
    2fed2b6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    86c9667 View commit details
    Browse the repository at this point in the history
  4. Version bump to 1.1.0

    csernazs committed Aug 11, 2024
    Configuration menu
    Copy the full SHA
    1b01241 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4f19faf View commit details
    Browse the repository at this point in the history
Loading