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: mitmproxy/pdoc
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v14.5.0
Choose a base ref
...
head repository: mitmproxy/pdoc
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v14.5.1
Choose a head ref
  • 5 commits
  • 7 files changed
  • 4 contributors

Commits on Jun 1, 2024

  1. Bump the dependencies group with 10 updates (#699)

    Bumps the dependencies group with 10 updates:
    
    | Package | From | To |
    | --- | --- | --- |
    | [pygments](https://github.com/pygments/pygments) | `2.17.2` | `2.18.0` |
    | [coverage[toml]](https://github.com/nedbat/coveragepy) | `7.5.0` | `7.5.3` |
    | [hypothesis](https://github.com/HypothesisWorks/hypothesis) | `6.100.2` | `6.103.0` |
    | [platformdirs](https://github.com/platformdirs/platformdirs) | `4.2.1` | `4.2.2` |
    | [pytest](https://github.com/pytest-dev/pytest) | `8.2.0` | `8.2.1` |
    | [ruff](https://github.com/astral-sh/ruff) | `0.4.2` | `0.4.7` |
    | [types-pygments](https://github.com/python/typeshed) | `2.17.0.20240310` | `2.18.0.20240506` |
    | [types-setuptools](https://github.com/python/typeshed) | `69.5.0.20240423` | `70.0.0.20240524` |
    | [typing-extensions](https://github.com/python/typing_extensions) | `4.11.0` | `4.12.0` |
    | [virtualenv](https://github.com/pypa/virtualenv) | `20.26.1` | `20.26.2` |
    
    
    Updates `pygments` from 2.17.2 to 2.18.0
    - [Release notes](https://github.com/pygments/pygments/releases)
    - [Changelog](https://github.com/pygments/pygments/blob/master/CHANGES)
    - [Commits](pygments/pygments@2.17.2...2.18.0)
    
    Updates `coverage[toml]` from 7.5.0 to 7.5.3
    - [Release notes](https://github.com/nedbat/coveragepy/releases)
    - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst)
    - [Commits](coveragepy/coveragepy@7.5.0...7.5.3)
    
    Updates `hypothesis` from 6.100.2 to 6.103.0
    - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases)
    - [Commits](HypothesisWorks/hypothesis@hypothesis-python-6.100.2...hypothesis-python-6.103.0)
    
    Updates `platformdirs` from 4.2.1 to 4.2.2
    - [Release notes](https://github.com/platformdirs/platformdirs/releases)
    - [Changelog](https://github.com/platformdirs/platformdirs/blob/main/CHANGES.rst)
    - [Commits](tox-dev/platformdirs@4.2.1...4.2.2)
    
    Updates `pytest` from 8.2.0 to 8.2.1
    - [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.0...8.2.1)
    
    Updates `ruff` from 0.4.2 to 0.4.7
    - [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.4.2...v0.4.7)
    
    Updates `types-pygments` from 2.17.0.20240310 to 2.18.0.20240506
    - [Commits](https://github.com/python/typeshed/commits)
    
    Updates `types-setuptools` from 69.5.0.20240423 to 70.0.0.20240524
    - [Commits](https://github.com/python/typeshed/commits)
    
    Updates `typing-extensions` from 4.11.0 to 4.12.0
    - [Release notes](https://github.com/python/typing_extensions/releases)
    - [Changelog](https://github.com/python/typing_extensions/blob/main/CHANGELOG.md)
    - [Commits](python/typing_extensions@4.11.0...4.12.0)
    
    Updates `virtualenv` from 20.26.1 to 20.26.2
    - [Release notes](https://github.com/pypa/virtualenv/releases)
    - [Changelog](https://github.com/pypa/virtualenv/blob/main/docs/changelog.rst)
    - [Commits](pypa/virtualenv@20.26.1...20.26.2)
    
    ---
    updated-dependencies:
    - dependency-name: pygments
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: dependencies
    - dependency-name: coverage[toml]
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: dependencies
    - dependency-name: hypothesis
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: dependencies
    - dependency-name: platformdirs
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: dependencies
    - dependency-name: pytest
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: dependencies
    - dependency-name: ruff
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: dependencies
    - dependency-name: types-pygments
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: dependencies
    - dependency-name: types-setuptools
      dependency-type: direct:development
      update-type: version-update:semver-major
      dependency-group: dependencies
    - dependency-name: typing-extensions
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: dependencies
    - dependency-name: virtualenv
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: dependencies
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 1, 2024
    Configuration menu
    Copy the full SHA
    5631d9d View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2024

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

Commits on Jun 25, 2024

  1. remove references to polyfill.io (#703)

    * remove references to polyfill.io
    
    * [autofix.ci] apply automated fixes
    
    ---------
    
    Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
    adhintz and autofix-ci[bot] authored Jun 25, 2024
    Configuration menu
    Copy the full SHA
    726b8f2 View commit details
    Browse the repository at this point in the history
  2. Update CHANGELOG.md

    mhils authored Jun 25, 2024
    Configuration menu
    Copy the full SHA
    ae92335 View commit details
    Browse the repository at this point in the history
  3. bump to 14.5.1

    mhils committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    9af8696 View commit details
    Browse the repository at this point in the history
Loading