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.1.2
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.3
Choose a head ref
  • 11 commits
  • 9 files changed
  • 4 contributors

Commits on Mar 1, 2025

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

    Bumps the deps group with 4 updates: [pre-commit](https://github.com/pre-commit/pre-commit), [types-requests](https://github.com/python/typeshed), [pytest-cov](https://github.com/pytest-dev/pytest-cov) and [ruff](https://github.com/astral-sh/ruff).
    
    
    Updates `pre-commit` from 3.8.0 to 4.1.0
    - [Release notes](https://github.com/pre-commit/pre-commit/releases)
    - [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md)
    - [Commits](pre-commit/pre-commit@v3.8.0...v4.1.0)
    
    Updates `types-requests` from 2.32.0.20241016 to 2.32.0.20250301
    - [Commits](https://github.com/python/typeshed/commits)
    
    Updates `pytest-cov` from 5.0.0 to 6.0.0
    - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst)
    - [Commits](pytest-dev/pytest-cov@v5.0.0...v6.0.0)
    
    Updates `ruff` from 0.9.7 to 0.9.9
    - [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.9.7...0.9.9)
    
    ---
    updated-dependencies:
    - dependency-name: pre-commit
      dependency-type: direct:development
      update-type: version-update:semver-major
      dependency-group: deps
    - dependency-name: types-requests
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: deps
    - dependency-name: pytest-cov
      dependency-type: direct:development
      update-type: version-update:semver-major
      dependency-group: deps
    - dependency-name: ruff
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: deps
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and csernazs committed Mar 1, 2025
    Configuration menu
    Copy the full SHA
    597cf34 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2025

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

    updates:
    - [github.com/astral-sh/ruff-pre-commit: v0.9.7 → v0.9.9](astral-sh/ruff-pre-commit@v0.9.7...v0.9.9)
    - [github.com/pycqa/isort: 6.0.0 → 6.0.1](PyCQA/isort@6.0.0...6.0.1)
    pre-commit-ci[bot] authored and csernazs committed Mar 3, 2025
    Configuration menu
    Copy the full SHA
    178ded6 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2025

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

    updates:
    - [github.com/astral-sh/ruff-pre-commit: v0.9.9 → v0.9.10](astral-sh/ruff-pre-commit@v0.9.9...v0.9.10)
    pre-commit-ci[bot] authored and csernazs committed Mar 10, 2025
    Configuration menu
    Copy the full SHA
    a0da395 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2025

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

    updates:
    - [github.com/astral-sh/ruff-pre-commit: v0.9.10 → v0.11.0](astral-sh/ruff-pre-commit@v0.9.10...v0.11.0)
    pre-commit-ci[bot] authored and csernazs committed Mar 17, 2025
    Configuration menu
    Copy the full SHA
    97dba58 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2025

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

    updates:
    - [github.com/astral-sh/ruff-pre-commit: v0.11.0 → v0.11.2](astral-sh/ruff-pre-commit@v0.11.0...v0.11.2)
    pre-commit-ci[bot] authored and csernazs committed Mar 24, 2025
    Configuration menu
    Copy the full SHA
    5acead4 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2025

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

    Bumps the deps group with 5 updates:
    
    | Package | From | To |
    | --- | --- | --- |
    | [pre-commit](https://github.com/pre-commit/pre-commit) | `4.1.0` | `4.2.0` |
    | [types-requests](https://github.com/python/typeshed) | `2.32.0.20250301` | `2.32.0.20250328` |
    | [pytest](https://github.com/pytest-dev/pytest) | `8.3.4` | `8.3.5` |
    | [coverage](https://github.com/nedbat/coveragepy) | `7.6.12` | `7.8.0` |
    | [ruff](https://github.com/astral-sh/ruff) | `0.9.9` | `0.11.2` |
    
    
    Updates `pre-commit` from 4.1.0 to 4.2.0
    - [Release notes](https://github.com/pre-commit/pre-commit/releases)
    - [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md)
    - [Commits](pre-commit/pre-commit@v4.1.0...v4.2.0)
    
    Updates `types-requests` from 2.32.0.20250301 to 2.32.0.20250328
    - [Commits](https://github.com/python/typeshed/commits)
    
    Updates `pytest` from 8.3.4 to 8.3.5
    - [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.4...8.3.5)
    
    Updates `coverage` from 7.6.12 to 7.8.0
    - [Release notes](https://github.com/nedbat/coveragepy/releases)
    - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst)
    - [Commits](nedbat/coveragepy@7.6.12...7.8.0)
    
    Updates `ruff` from 0.9.9 to 0.11.2
    - [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.9.9...0.11.2)
    
    ---
    updated-dependencies:
    - dependency-name: pre-commit
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: deps
    - dependency-name: types-requests
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: deps
    - dependency-name: pytest
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: deps
    - dependency-name: coverage
      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-minor
      dependency-group: deps
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and csernazs committed Apr 1, 2025
    Configuration menu
    Copy the full SHA
    414173b View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2025

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

Commits on Apr 10, 2025

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

    updates:
    - [github.com/astral-sh/ruff-pre-commit: v0.11.2 → v0.11.4](astral-sh/ruff-pre-commit@v0.11.2...v0.11.4)
    pre-commit-ci[bot] authored and csernazs committed Apr 10, 2025
    Configuration menu
    Copy the full SHA
    e9010dc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a00d8a4 View commit details
    Browse the repository at this point in the history
  3. Version bump to 1.1.3

    csernazs committed Apr 10, 2025
    Configuration menu
    Copy the full SHA
    7ae4709 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    68b7ce5 View commit details
    Browse the repository at this point in the history
Loading