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 across 1 directory with 16 updates #200

Closed

Commits on Oct 1, 2024

  1. Bump the dependencies group across 1 directory with 16 updates

    Bumps the dependencies group with 16 updates in the / directory:
    
    | Package | From | To |
    | --- | --- | --- |
    | [typing-extensions](https://github.com/python/typing_extensions) | `4.9.0` | `4.12.2` |
    | [typer](https://github.com/fastapi/typer) | `0.12.3` | `0.12.5` |
    | [pyyaml](https://github.com/yaml/pyyaml) | `6.0.1` | `6.0.2` |
    | [rich](https://github.com/Textualize/rich) | `13.7.1` | `13.8.1` |
    | [uvicorn](https://github.com/encode/uvicorn) | `0.30.1` | `0.31.0` |
    | [fastapi](https://github.com/fastapi/fastapi) | `0.111.0` | `0.115.0` |
    | [pytest](https://github.com/pytest-dev/pytest) | `8.2.2` | `8.3.3` |
    | [coverage](https://github.com/nedbat/coveragepy) | `7.5.4` | `7.6.1` |
    | [httpx](https://github.com/encode/httpx) | `0.27.0` | `0.27.2` |
    | [babel](https://github.com/python-babel/babel) | `2.15.0` | `2.16.0` |
    | [idna](https://github.com/kjd/idna) | `3.7` | `3.10` |
    | [mdit-py-plugins](https://github.com/executablebooks/mdit-py-plugins) | `0.4.1` | `0.4.2` |
    | [soupsieve](https://github.com/facelessuser/soupsieve) | `2.5` | `2.6` |
    | [sphinxcontrib-htmlhelp](https://github.com/sphinx-doc/sphinxcontrib-htmlhelp) | `2.0.5` | `2.1.0` |
    | [sphinxcontrib-qthelp](https://github.com/sphinx-doc/sphinxcontrib-qthelp) | `1.0.7` | `1.0.8` |
    | [urllib3](https://github.com/urllib3/urllib3) | `2.2.2` | `2.2.3` |
    
    
    
    Updates `typing-extensions` from 4.9.0 to 4.12.2
    - [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.12.2)
    
    Updates `typer` from 0.12.3 to 0.12.5
    - [Release notes](https://github.com/fastapi/typer/releases)
    - [Changelog](https://github.com/fastapi/typer/blob/master/docs/release-notes.md)
    - [Commits](fastapi/typer@0.12.3...0.12.5)
    
    Updates `pyyaml` from 6.0.1 to 6.0.2
    - [Release notes](https://github.com/yaml/pyyaml/releases)
    - [Changelog](https://github.com/yaml/pyyaml/blob/main/CHANGES)
    - [Commits](yaml/pyyaml@6.0.1...6.0.2)
    
    Updates `rich` from 13.7.1 to 13.8.1
    - [Release notes](https://github.com/Textualize/rich/releases)
    - [Changelog](https://github.com/Textualize/rich/blob/master/CHANGELOG.md)
    - [Commits](Textualize/rich@v13.7.1...v13.8.1)
    
    Updates `uvicorn` from 0.30.1 to 0.31.0
    - [Release notes](https://github.com/encode/uvicorn/releases)
    - [Changelog](https://github.com/encode/uvicorn/blob/master/CHANGELOG.md)
    - [Commits](encode/uvicorn@0.30.1...0.31.0)
    
    Updates `fastapi` from 0.111.0 to 0.115.0
    - [Release notes](https://github.com/fastapi/fastapi/releases)
    - [Commits](fastapi/fastapi@0.111.0...0.115.0)
    
    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 `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 `babel` from 2.15.0 to 2.16.0
    - [Release notes](https://github.com/python-babel/babel/releases)
    - [Changelog](https://github.com/python-babel/babel/blob/master/CHANGES.rst)
    - [Commits](python-babel/babel@v2.15.0...v2.16.0)
    
    Updates `idna` from 3.7 to 3.10
    - [Release notes](https://github.com/kjd/idna/releases)
    - [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.rst)
    - [Commits](kjd/idna@v3.7...v3.10)
    
    Updates `mdit-py-plugins` from 0.4.1 to 0.4.2
    - [Release notes](https://github.com/executablebooks/mdit-py-plugins/releases)
    - [Changelog](https://github.com/executablebooks/mdit-py-plugins/blob/master/CHANGELOG.md)
    - [Commits](executablebooks/mdit-py-plugins@v0.4.1...v0.4.2)
    
    Updates `soupsieve` from 2.5 to 2.6
    - [Release notes](https://github.com/facelessuser/soupsieve/releases)
    - [Commits](facelessuser/soupsieve@2.5...2.6)
    
    Updates `sphinxcontrib-htmlhelp` from 2.0.5 to 2.1.0
    - [Release notes](https://github.com/sphinx-doc/sphinxcontrib-htmlhelp/releases)
    - [Changelog](https://github.com/sphinx-doc/sphinxcontrib-htmlhelp/blob/master/CHANGES.rst)
    - [Commits](sphinx-doc/sphinxcontrib-htmlhelp@2.0.5...2.1.0)
    
    Updates `sphinxcontrib-qthelp` from 1.0.7 to 1.0.8
    - [Release notes](https://github.com/sphinx-doc/sphinxcontrib-qthelp/releases)
    - [Changelog](https://github.com/sphinx-doc/sphinxcontrib-qthelp/blob/master/CHANGES.rst)
    - [Commits](sphinx-doc/sphinxcontrib-qthelp@1.0.7...1.0.8)
    
    Updates `urllib3` from 2.2.2 to 2.2.3
    - [Release notes](https://github.com/urllib3/urllib3/releases)
    - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)
    - [Commits](urllib3/urllib3@2.2.2...2.2.3)
    
    ---
    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-patch
      dependency-group: dependencies
    - dependency-name: pyyaml
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: dependencies
    - dependency-name: rich
      dependency-type: direct:production
      update-type: version-update:semver-minor
      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: 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-patch
      dependency-group: dependencies
    - dependency-name: babel
      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: mdit-py-plugins
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: dependencies
    - dependency-name: soupsieve
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: dependencies
    - dependency-name: sphinxcontrib-htmlhelp
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: dependencies
    - dependency-name: sphinxcontrib-qthelp
      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-patch
      dependency-group: dependencies
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Oct 1, 2024
    Configuration menu
    Copy the full SHA
    ecf1a0a View commit details
    Browse the repository at this point in the history