Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the python-packages group across 1 directory with 11 updates #2458

Closed
wants to merge 1 commit into from

Commits on Sep 13, 2024

  1. Bump the python-packages group across 1 directory with 11 updates

    Bumps the python-packages group with 11 updates in the / directory:
    
    | Package | From | To |
    | --- | --- | --- |
    | [websockets](https://github.com/python-websockets/websockets) | `12.0` | `13.0.1` |
    | [a2wsgi](https://github.com/abersheeran/a2wsgi) | `1.10.6` | `1.10.7` |
    | [build](https://github.com/pypa/build) | `1.2.1` | `1.2.2` |
    | [ruff](https://github.com/astral-sh/ruff) | `0.5.0` | `0.6.4` |
    | [pytest](https://github.com/pytest-dev/pytest) | `8.2.2` | `8.3.3` |
    | [mypy](https://github.com/python/mypy) | `1.10.1` | `1.11.2` |
    | [types-pyyaml](https://github.com/python/typeshed) | `6.0.12.20240311` | `6.0.12.20240808` |
    | [coverage](https://github.com/nedbat/coveragepy) | `7.5.4` | `7.6.1` |
    | [httpx](https://github.com/encode/httpx) | `0.27.0` | `0.27.2` |
    | [mkdocs](https://github.com/mkdocs/mkdocs) | `1.6.0` | `1.6.1` |
    | [mkdocs-material](https://github.com/squidfunk/mkdocs-material) | `9.5.27` | `9.5.34` |
    
    
    
    Updates `websockets` from 12.0 to 13.0.1
    - [Release notes](https://github.com/python-websockets/websockets/releases)
    - [Commits](python-websockets/websockets@12.0...13.0.1)
    
    Updates `a2wsgi` from 1.10.6 to 1.10.7
    - [Commits](abersheeran/a2wsgi@v1.10.6...v1.10.7)
    
    Updates `build` from 1.2.1 to 1.2.2
    - [Release notes](https://github.com/pypa/build/releases)
    - [Changelog](https://github.com/pypa/build/blob/main/CHANGELOG.rst)
    - [Commits](pypa/build@1.2.1...1.2.2)
    
    Updates `ruff` from 0.5.0 to 0.6.4
    - [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.0...0.6.4)
    
    Updates `pytest` from 8.2.2 to 8.3.3
    - [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.3)
    
    Updates `mypy` from 1.10.1 to 1.11.2
    - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)
    - [Commits](python/mypy@v1.10.1...v1.11.2)
    
    Updates `types-pyyaml` from 6.0.12.20240311 to 6.0.12.20240808
    - [Commits](https://github.com/python/typeshed/commits)
    
    Updates `coverage` from 7.5.4 to 7.6.1
    - [Release notes](https://github.com/nedbat/coveragepy/releases)
    - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst)
    - [Commits](nedbat/coveragepy@7.5.4...7.6.1)
    
    Updates `httpx` from 0.27.0 to 0.27.2
    - [Release notes](https://github.com/encode/httpx/releases)
    - [Changelog](https://github.com/encode/httpx/blob/master/CHANGELOG.md)
    - [Commits](encode/httpx@0.27.0...0.27.2)
    
    Updates `mkdocs` from 1.6.0 to 1.6.1
    - [Release notes](https://github.com/mkdocs/mkdocs/releases)
    - [Commits](mkdocs/mkdocs@1.6.0...1.6.1)
    
    Updates `mkdocs-material` from 9.5.27 to 9.5.34
    - [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.27...9.5.34)
    
    ---
    updated-dependencies:
    - dependency-name: websockets
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: python-packages
    - dependency-name: a2wsgi
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: python-packages
    - dependency-name: build
      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-minor
      dependency-group: python-packages
    - dependency-name: pytest
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: python-packages
    - dependency-name: mypy
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: python-packages
    - dependency-name: types-pyyaml
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: python-packages
    - dependency-name: coverage
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: python-packages
    - dependency-name: httpx
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: python-packages
    - dependency-name: mkdocs
      dependency-type: direct:production
      update-type: version-update:semver-patch
      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>
    dependabot[bot] authored Sep 13, 2024
    Configuration menu
    Copy the full SHA
    d00e563 View commit details
    Browse the repository at this point in the history