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 22 updates #247

Closed

Commits on Aug 25, 2024

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

    Bumps the dependencies group with 22 updates in the /.config directory:
    
    | Package | From | To |
    | --- | --- | --- |
    | [astroid](https://github.com/pylint-dev/astroid) | `3.2.4` | `3.3.2` |
    | [attrs](https://github.com/sponsors/hynek) | `24.1.0` | `24.2.0` |
    | [babel](https://github.com/python-babel/babel) | `2.15.0` | `2.16.0` |
    | [cachetools](https://github.com/tkem/cachetools) | `5.4.0` | `5.5.0` |
    | [cffi](https://github.com/python-cffi/cffi) | `1.16.0` | `1.17.0` |
    | [coverage](https://github.com/nedbat/coveragepy) | `7.6.0` | `7.6.1` |
    | [griffe](https://github.com/mkdocstrings/griffe) | `0.48.0` | `1.2.0` |
    | [idna](https://github.com/kjd/idna) | `3.7` | `3.8` |
    | [markdown](https://github.com/Python-Markdown/markdown) | `3.6` | `3.7` |
    | [mkdocs-autorefs](https://github.com/mkdocstrings/autorefs) | `1.0.1` | `1.1.0` |
    | [mkdocs-material](https://github.com/squidfunk/mkdocs-material) | `9.5.31` | `9.5.33` |
    | [mkdocstrings-python](https://github.com/mkdocstrings/python) | `1.10.7` | `1.10.8` |
    | [mypy](https://github.com/python/mypy) | `1.11.1` | `1.11.2` |
    | [pyyaml](https://github.com/yaml/pyyaml) | `6.0.1` | `6.0.2` |
    | [rpds-py](https://github.com/crate-py/rpds) | `0.19.1` | `0.20.0` |
    | [ruff](https://github.com/astral-sh/ruff) | `0.5.6` | `0.6.2` |
    | [soupsieve](https://github.com/facelessuser/soupsieve) | `2.5` | `2.6` |
    | [tomlkit](https://github.com/sdispater/tomlkit) | `0.13.0` | `0.13.2` |
    | [tox](https://github.com/tox-dev/tox) | `4.16.0` | `4.18.0` |
    | [types-pyyaml](https://github.com/python/typeshed) | `6.0.12.20240724` | `6.0.12.20240808` |
    | [watchdog](https://github.com/gorakhargosh/watchdog) | `4.0.1` | `4.0.2` |
    | [wheel](https://github.com/pypa/wheel) | `0.43.0` | `0.44.0` |
    
    
    
    Updates `astroid` from 3.2.4 to 3.3.2
    - [Release notes](https://github.com/pylint-dev/astroid/releases)
    - [Changelog](https://github.com/pylint-dev/astroid/blob/main/ChangeLog)
    - [Commits](pylint-dev/astroid@v3.2.4...v3.3.2)
    
    Updates `attrs` from 24.1.0 to 24.2.0
    - [Commits](https://github.com/sponsors/hynek/commits)
    
    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 `cachetools` from 5.4.0 to 5.5.0
    - [Changelog](https://github.com/tkem/cachetools/blob/master/CHANGELOG.rst)
    - [Commits](tkem/cachetools@v5.4.0...v5.5.0)
    
    Updates `cffi` from 1.16.0 to 1.17.0
    - [Release notes](https://github.com/python-cffi/cffi/releases)
    - [Commits](python-cffi/cffi@v1.16.0...v1.17.0)
    
    Updates `coverage` from 7.6.0 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.6.0...7.6.1)
    
    Updates `griffe` from 0.48.0 to 1.2.0
    - [Release notes](https://github.com/mkdocstrings/griffe/releases)
    - [Changelog](https://github.com/mkdocstrings/griffe/blob/main/CHANGELOG.md)
    - [Commits](mkdocstrings/griffe@0.48.0...1.2.0)
    
    Updates `idna` from 3.7 to 3.8
    - [Release notes](https://github.com/kjd/idna/releases)
    - [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.rst)
    - [Commits](kjd/idna@v3.7...v3.8)
    
    Updates `markdown` from 3.6 to 3.7
    - [Release notes](https://github.com/Python-Markdown/markdown/releases)
    - [Changelog](https://github.com/Python-Markdown/markdown/blob/master/docs/changelog.md)
    - [Commits](Python-Markdown/markdown@3.6...3.7)
    
    Updates `mkdocs-autorefs` from 1.0.1 to 1.1.0
    - [Release notes](https://github.com/mkdocstrings/autorefs/releases)
    - [Changelog](https://github.com/mkdocstrings/autorefs/blob/main/CHANGELOG.md)
    - [Commits](mkdocstrings/autorefs@1.0.1...1.1.0)
    
    Updates `mkdocs-material` from 9.5.31 to 9.5.33
    - [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.31...9.5.33)
    
    Updates `mkdocstrings-python` from 1.10.7 to 1.10.8
    - [Release notes](https://github.com/mkdocstrings/python/releases)
    - [Changelog](https://github.com/mkdocstrings/python/blob/main/CHANGELOG.md)
    - [Commits](mkdocstrings/python@1.10.7...1.10.8)
    
    Updates `mypy` from 1.11.1 to 1.11.2
    - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)
    - [Commits](python/mypy@v1.11.1...v1.11.2)
    
    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 `rpds-py` from 0.19.1 to 0.20.0
    - [Release notes](https://github.com/crate-py/rpds/releases)
    - [Commits](crate-py/rpds@v0.19.1...v0.20.0)
    
    Updates `ruff` from 0.5.6 to 0.6.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.5.6...0.6.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 `tomlkit` from 0.13.0 to 0.13.2
    - [Release notes](https://github.com/sdispater/tomlkit/releases)
    - [Changelog](https://github.com/python-poetry/tomlkit/blob/master/CHANGELOG.md)
    - [Commits](python-poetry/tomlkit@0.13.0...0.13.2)
    
    Updates `tox` from 4.16.0 to 4.18.0
    - [Release notes](https://github.com/tox-dev/tox/releases)
    - [Changelog](https://github.com/tox-dev/tox/blob/main/docs/changelog.rst)
    - [Commits](tox-dev/tox@4.16.0...4.18.0)
    
    Updates `types-pyyaml` from 6.0.12.20240724 to 6.0.12.20240808
    - [Commits](https://github.com/python/typeshed/commits)
    
    Updates `watchdog` from 4.0.1 to 4.0.2
    - [Release notes](https://github.com/gorakhargosh/watchdog/releases)
    - [Changelog](https://github.com/gorakhargosh/watchdog/blob/master/changelog.rst)
    - [Commits](gorakhargosh/watchdog@v4.0.1...v4.0.2)
    
    Updates `wheel` from 0.43.0 to 0.44.0
    - [Release notes](https://github.com/pypa/wheel/releases)
    - [Changelog](https://github.com/pypa/wheel/blob/main/docs/news.rst)
    - [Commits](pypa/wheel@0.43.0...0.44.0)
    
    ---
    updated-dependencies:
    - dependency-name: astroid
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: dependencies
    - dependency-name: attrs
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: dependencies
    - dependency-name: babel
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: dependencies
    - dependency-name: cachetools
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: dependencies
    - dependency-name: cffi
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: dependencies
    - dependency-name: coverage
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: dependencies
    - dependency-name: griffe
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: dependencies
    - dependency-name: idna
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: dependencies
    - dependency-name: markdown
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: dependencies
    - dependency-name: mkdocs-autorefs
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: dependencies
    - dependency-name: mkdocs-material
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: dependencies
    - dependency-name: mkdocstrings-python
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: dependencies
    - dependency-name: mypy
      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: rpds-py
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: dependencies
    - dependency-name: ruff
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: dependencies
    - dependency-name: soupsieve
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: dependencies
    - dependency-name: tomlkit
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: dependencies
    - dependency-name: tox
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: dependencies
    - dependency-name: types-pyyaml
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: dependencies
    - dependency-name: watchdog
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: dependencies
    - dependency-name: wheel
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: dependencies
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Aug 25, 2024
    Configuration menu
    Copy the full SHA
    c34a3a5 View commit details
    Browse the repository at this point in the history