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 dependencies group with 19 updates #187

Merged

Commits on May 1, 2024

  1. Bump the dependencies group with 19 updates

    Bumps the dependencies group with 19 updates:
    
    | Package | From | To |
    | --- | --- | --- |
    | [typing-extensions](https://github.com/python/typing_extensions) | `4.9.0` | `4.11.0` |
    | [typer](https://github.com/tiangolo/typer) | `0.9.0` | `0.12.3` |
    | [rich](https://github.com/Textualize/rich) | `13.7.0` | `13.7.1` |
    | [uvicorn](https://github.com/encode/uvicorn) | `0.27.0` | `0.29.0` |
    | [fastapi](https://github.com/tiangolo/fastapi) | `0.109.0` | `0.110.3` |
    | [setuptools](https://github.com/pypa/setuptools) | `69.0.3` | `69.5.1` |
    | [pytest](https://github.com/pytest-dev/pytest) | `8.0.0` | `8.2.0` |
    | [coverage](https://github.com/nedbat/coveragepy) | `7.4.1` | `7.5.0` |
    | [httpx](https://github.com/encode/httpx) | `0.26.0` | `0.27.0` |
    | [alabaster](https://github.com/sphinx-doc/alabaster) | `0.7.13` | `0.7.16` |
    | [docutils](https://docutils.sourceforge.io) | `0.20.1` | `0.21.2` |
    | [idna](https://github.com/kjd/idna) | `3.6` | `3.7` |
    | [markupsafe](https://github.com/pallets/markupsafe) | `2.1.4` | `2.1.5` |
    | [sphinxcontrib-applehelp](https://github.com/sphinx-doc/sphinxcontrib-applehelp) | `1.0.4` | `1.0.8` |
    | [sphinxcontrib-devhelp](https://github.com/sphinx-doc/sphinxcontrib-devhelp) | `1.0.2` | `1.0.6` |
    | [sphinxcontrib-htmlhelp](https://github.com/sphinx-doc/sphinxcontrib-htmlhelp) | `2.0.1` | `2.0.5` |
    | [sphinxcontrib-qthelp](https://github.com/sphinx-doc/sphinxcontrib-qthelp) | `1.0.3` | `1.0.7` |
    | [sphinxcontrib-serializinghtml](https://github.com/sphinx-doc/sphinxcontrib-serializinghtml) | `1.1.5` | `1.1.10` |
    | [urllib3](https://github.com/urllib3/urllib3) | `2.1.0` | `2.2.1` |
    
    
    Updates `typing-extensions` from 4.9.0 to 4.11.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.9.0...4.11.0)
    
    Updates `typer` from 0.9.0 to 0.12.3
    - [Release notes](https://github.com/tiangolo/typer/releases)
    - [Changelog](https://github.com/tiangolo/typer/blob/master/docs/release-notes.md)
    - [Commits](fastapi/typer@0.9.0...0.12.3)
    
    Updates `rich` from 13.7.0 to 13.7.1
    - [Release notes](https://github.com/Textualize/rich/releases)
    - [Changelog](https://github.com/Textualize/rich/blob/master/CHANGELOG.md)
    - [Commits](Textualize/rich@v13.7.0...v13.7.1)
    
    Updates `uvicorn` from 0.27.0 to 0.29.0
    - [Release notes](https://github.com/encode/uvicorn/releases)
    - [Changelog](https://github.com/encode/uvicorn/blob/master/CHANGELOG.md)
    - [Commits](encode/uvicorn@0.27.0...0.29.0)
    
    Updates `fastapi` from 0.109.0 to 0.110.3
    - [Release notes](https://github.com/tiangolo/fastapi/releases)
    - [Commits](fastapi/fastapi@0.109.0...0.110.3)
    
    Updates `setuptools` from 69.0.3 to 69.5.1
    - [Release notes](https://github.com/pypa/setuptools/releases)
    - [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst)
    - [Commits](pypa/setuptools@v69.0.3...v69.5.1)
    
    Updates `pytest` from 8.0.0 to 8.2.0
    - [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.0.0...8.2.0)
    
    Updates `coverage` from 7.4.1 to 7.5.0
    - [Release notes](https://github.com/nedbat/coveragepy/releases)
    - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst)
    - [Commits](nedbat/coveragepy@7.4.1...7.5.0)
    
    Updates `httpx` from 0.26.0 to 0.27.0
    - [Release notes](https://github.com/encode/httpx/releases)
    - [Changelog](https://github.com/encode/httpx/blob/master/CHANGELOG.md)
    - [Commits](encode/httpx@0.26.0...0.27.0)
    
    Updates `alabaster` from 0.7.13 to 0.7.16
    - [Release notes](https://github.com/sphinx-doc/alabaster/releases)
    - [Changelog](https://github.com/sphinx-doc/alabaster/blob/master/docs/changelog.rst)
    - [Commits](sphinx-doc/alabaster@0.7.13...0.7.16)
    
    Updates `docutils` from 0.20.1 to 0.21.2
    
    Updates `idna` from 3.6 to 3.7
    - [Release notes](https://github.com/kjd/idna/releases)
    - [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.rst)
    - [Commits](kjd/idna@v3.6...v3.7)
    
    Updates `markupsafe` from 2.1.4 to 2.1.5
    - [Release notes](https://github.com/pallets/markupsafe/releases)
    - [Changelog](https://github.com/pallets/markupsafe/blob/main/CHANGES.rst)
    - [Commits](pallets/markupsafe@2.1.4...2.1.5)
    
    Updates `sphinxcontrib-applehelp` from 1.0.4 to 1.0.8
    - [Release notes](https://github.com/sphinx-doc/sphinxcontrib-applehelp/releases)
    - [Changelog](https://github.com/sphinx-doc/sphinxcontrib-applehelp/blob/master/CHANGES)
    - [Commits](sphinx-doc/sphinxcontrib-applehelp@1.0.4...1.0.8)
    
    Updates `sphinxcontrib-devhelp` from 1.0.2 to 1.0.6
    - [Release notes](https://github.com/sphinx-doc/sphinxcontrib-devhelp/releases)
    - [Changelog](https://github.com/sphinx-doc/sphinxcontrib-devhelp/blob/1.0.6/CHANGES)
    - [Commits](sphinx-doc/sphinxcontrib-devhelp@1.0.2...1.0.6)
    
    Updates `sphinxcontrib-htmlhelp` from 2.0.1 to 2.0.5
    - [Release notes](https://github.com/sphinx-doc/sphinxcontrib-htmlhelp/releases)
    - [Changelog](https://github.com/sphinx-doc/sphinxcontrib-htmlhelp/blob/2.0.5/CHANGES)
    - [Commits](sphinx-doc/sphinxcontrib-htmlhelp@2.0.1...2.0.5)
    
    Updates `sphinxcontrib-qthelp` from 1.0.3 to 1.0.7
    - [Release notes](https://github.com/sphinx-doc/sphinxcontrib-qthelp/releases)
    - [Changelog](https://github.com/sphinx-doc/sphinxcontrib-qthelp/blob/1.0.7/CHANGES)
    - [Commits](sphinx-doc/sphinxcontrib-qthelp@1.0.3...1.0.7)
    
    Updates `sphinxcontrib-serializinghtml` from 1.1.5 to 1.1.10
    - [Release notes](https://github.com/sphinx-doc/sphinxcontrib-serializinghtml/releases)
    - [Changelog](https://github.com/sphinx-doc/sphinxcontrib-serializinghtml/blob/master/CHANGES)
    - [Commits](sphinx-doc/sphinxcontrib-serializinghtml@1.1.5...1.1.10)
    
    Updates `urllib3` from 2.1.0 to 2.2.1
    - [Release notes](https://github.com/urllib3/urllib3/releases)
    - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)
    - [Commits](urllib3/urllib3@2.1.0...2.2.1)
    
    ---
    updated-dependencies:
    - dependency-name: typing-extensions
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: dependencies
    - dependency-name: typer
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: dependencies
    - dependency-name: rich
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: dependencies
    - dependency-name: uvicorn
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: dependencies
    - dependency-name: fastapi
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: dependencies
    - dependency-name: setuptools
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: dependencies
    - dependency-name: pytest
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: dependencies
    - dependency-name: coverage
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: dependencies
    - dependency-name: httpx
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: dependencies
    - dependency-name: alabaster
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: dependencies
    - dependency-name: docutils
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: dependencies
    - dependency-name: idna
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: dependencies
    - dependency-name: markupsafe
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: dependencies
    - dependency-name: sphinxcontrib-applehelp
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: dependencies
    - dependency-name: sphinxcontrib-devhelp
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: dependencies
    - dependency-name: sphinxcontrib-htmlhelp
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: dependencies
    - dependency-name: sphinxcontrib-qthelp
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: dependencies
    - dependency-name: sphinxcontrib-serializinghtml
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: dependencies
    - dependency-name: urllib3
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: dependencies
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored May 1, 2024
    Configuration menu
    Copy the full SHA
    c5b045a View commit details
    Browse the repository at this point in the history