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 31 updates #323

Closed

Commits on Sep 15, 2024

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

    Bumps the dependencies group with 31 updates in the /.config directory:
    
    | Package | From | To |
    | --- | --- | --- |
    | [ansible-compat](https://github.com/ansible/ansible-compat) | `24.8.0` | `24.9.0` |
    | [antsibull-changelog](https://github.com/ansible-community/antsibull-changelog) | `0.29.0` | `0.30.0` |
    | [antsibull-core](https://github.com/ansible-community/antsibull-core) | `3.0.2` | `3.1.0` |
    | [antsibull-docs](https://github.com/ansible-community/antsibull-docs) | `2.13.1` | `2.14.0` |
    | [azure-core](https://github.com/Azure/azure-sdk-for-python) | `1.30.2` | `1.31.0` |
    | [botocore](https://github.com/boto/botocore) | `1.35.7` | `1.35.19` |
    | [build](https://github.com/pypa/build) | `1.2.1` | `1.2.2` |
    | [cffi](https://github.com/python-cffi/cffi) | `1.17.0` | `1.17.1` |
    | [docutils](https://docutils.sourceforge.io) | `0.20.1` | `0.21.2` |
    | [filelock](https://github.com/tox-dev/py-filelock) | `3.15.4` | `3.16.0` |
    | [flake8](https://github.com/pycqa/flake8) | `6.1.0` | `7.1.1` |
    | [idna](https://github.com/kjd/idna) | `3.8` | `3.9` |
    | [importlib-metadata](https://github.com/python/importlib_metadata) | `6.2.1` | `8.5.0` |
    | [importlib-resources](https://github.com/python/importlib_resources) | `5.0.7` | `6.4.5` |
    | [mdit-py-plugins](https://github.com/executablebooks/mdit-py-plugins) | `0.4.1` | `0.4.2` |
    | [more-itertools](https://github.com/more-itertools/more-itertools) | `10.4.0` | `10.5.0` |
    | [multidict](https://github.com/aio-libs/multidict) | `6.0.5` | `6.1.0` |
    | [pkginfo](https://code.launchpad.net/~tseaver/pkginfo/trunk) | `1.10.0` | `1.11.1` |
    | [platformdirs](https://github.com/tox-dev/platformdirs) | `4.2.2` | `4.3.3` |
    | [psycopg](https://github.com/psycopg/psycopg) | `3.1.18` | `3.2.1` |
    | [psycopg-binary](https://github.com/psycopg/psycopg) | `3.1.18` | `3.2.1` |
    | [pycodestyle](https://github.com/PyCQA/pycodestyle) | `2.11.1` | `2.12.1` |
    | [pydantic](https://github.com/pydantic/pydantic) | `2.8.2` | `2.9.1` |
    | [pydantic-core](https://github.com/pydantic/pydantic-core) | `2.20.1` | `2.23.3` |
    | [pyflakes](https://github.com/PyCQA/pyflakes) | `3.1.0` | `3.2.0` |
    | [readme-renderer](https://github.com/pypa/readme_renderer) | `43.0` | `44.0` |
    | [rich](https://github.com/Textualize/rich) | `13.8.0` | `13.8.1` |
    | [urllib3](https://github.com/urllib3/urllib3) | `1.26.20` | `2.2.3` |
    | [virtualenv](https://github.com/pypa/virtualenv) | `20.26.3` | `20.26.4` |
    | [yarl](https://github.com/aio-libs/yarl) | `1.9.8` | `1.11.1` |
    | [zipp](https://github.com/jaraco/zipp) | `3.20.1` | `3.20.2` |
    
    
    
    Updates `ansible-compat` from 24.8.0 to 24.9.0
    - [Release notes](https://github.com/ansible/ansible-compat/releases)
    - [Commits](ansible/ansible-compat@v24.8.0...v24.9.0)
    
    Updates `antsibull-changelog` from 0.29.0 to 0.30.0
    - [Release notes](https://github.com/ansible-community/antsibull-changelog/releases)
    - [Changelog](https://github.com/ansible-community/antsibull-changelog/blob/main/CHANGELOG.rst)
    - [Commits](ansible-community/antsibull-changelog@0.29.0...0.30.0)
    
    Updates `antsibull-core` from 3.0.2 to 3.1.0
    - [Release notes](https://github.com/ansible-community/antsibull-core/releases)
    - [Changelog](https://github.com/ansible-community/antsibull-core/blob/main/CHANGELOG.rst)
    - [Commits](ansible-community/antsibull-core@3.0.2...3.1.0)
    
    Updates `antsibull-docs` from 2.13.1 to 2.14.0
    - [Release notes](https://github.com/ansible-community/antsibull-docs/releases)
    - [Changelog](https://github.com/ansible-community/antsibull-docs/blob/main/CHANGELOG.rst)
    - [Commits](ansible-community/antsibull-docs@2.13.1...2.14.0)
    
    Updates `azure-core` from 1.30.2 to 1.31.0
    - [Release notes](https://github.com/Azure/azure-sdk-for-python/releases)
    - [Changelog](https://github.com/Azure/azure-sdk-for-python/blob/main/doc/esrp_release.md)
    - [Commits](Azure/azure-sdk-for-python@azure-core_1.30.2...azure-core_1.31.0)
    
    Updates `botocore` from 1.35.7 to 1.35.19
    - [Changelog](https://github.com/boto/botocore/blob/develop/CHANGELOG.rst)
    - [Commits](boto/botocore@1.35.7...1.35.19)
    
    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 `cffi` from 1.17.0 to 1.17.1
    - [Release notes](https://github.com/python-cffi/cffi/releases)
    - [Commits](python-cffi/cffi@v1.17.0...v1.17.1)
    
    Updates `docutils` from 0.20.1 to 0.21.2
    
    Updates `filelock` from 3.15.4 to 3.16.0
    - [Release notes](https://github.com/tox-dev/py-filelock/releases)
    - [Changelog](https://github.com/tox-dev/filelock/blob/main/docs/changelog.rst)
    - [Commits](tox-dev/filelock@3.15.4...3.16.0)
    
    Updates `flake8` from 6.1.0 to 7.1.1
    - [Commits](PyCQA/flake8@6.1.0...7.1.1)
    
    Updates `idna` from 3.8 to 3.9
    - [Release notes](https://github.com/kjd/idna/releases)
    - [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.rst)
    - [Commits](kjd/idna@v3.8...v3.9)
    
    Updates `importlib-metadata` from 6.2.1 to 8.5.0
    - [Release notes](https://github.com/python/importlib_metadata/releases)
    - [Changelog](https://github.com/python/importlib_metadata/blob/main/NEWS.rst)
    - [Commits](python/importlib_metadata@v6.2.1...v8.5.0)
    
    Updates `importlib-resources` from 5.0.7 to 6.4.5
    - [Release notes](https://github.com/python/importlib_resources/releases)
    - [Changelog](https://github.com/python/importlib_resources/blob/main/NEWS.rst)
    - [Commits](python/importlib_resources@v5.0.7...v6.4.5)
    
    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 `more-itertools` from 10.4.0 to 10.5.0
    - [Release notes](https://github.com/more-itertools/more-itertools/releases)
    - [Commits](more-itertools/more-itertools@v10.4.0...v10.5.0)
    
    Updates `multidict` from 6.0.5 to 6.1.0
    - [Release notes](https://github.com/aio-libs/multidict/releases)
    - [Changelog](https://github.com/aio-libs/multidict/blob/master/CHANGES.rst)
    - [Commits](aio-libs/multidict@v6.0.5...v6.1.0)
    
    Updates `pkginfo` from 1.10.0 to 1.11.1
    
    Updates `platformdirs` from 4.2.2 to 4.3.3
    - [Release notes](https://github.com/tox-dev/platformdirs/releases)
    - [Changelog](https://github.com/tox-dev/platformdirs/blob/main/CHANGES.rst)
    - [Commits](tox-dev/platformdirs@4.2.2...4.3.3)
    
    Updates `psycopg` from 3.1.18 to 3.2.1
    - [Changelog](https://github.com/psycopg/psycopg/blob/master/docs/news.rst)
    - [Commits](psycopg/psycopg@3.1.18...3.2.1)
    
    Updates `psycopg-binary` from 3.1.18 to 3.2.1
    - [Changelog](https://github.com/psycopg/psycopg/blob/master/docs/news.rst)
    - [Commits](psycopg/psycopg@3.1.18...3.2.1)
    
    Updates `pycodestyle` from 2.11.1 to 2.12.1
    - [Release notes](https://github.com/PyCQA/pycodestyle/releases)
    - [Changelog](https://github.com/PyCQA/pycodestyle/blob/main/CHANGES.txt)
    - [Commits](PyCQA/pycodestyle@2.11.1...2.12.1)
    
    Updates `pydantic` from 2.8.2 to 2.9.1
    - [Release notes](https://github.com/pydantic/pydantic/releases)
    - [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md)
    - [Commits](pydantic/pydantic@v2.8.2...v2.9.1)
    
    Updates `pydantic-core` from 2.20.1 to 2.23.3
    - [Release notes](https://github.com/pydantic/pydantic-core/releases)
    - [Commits](pydantic/pydantic-core@v2.20.1...v2.23.3)
    
    Updates `pyflakes` from 3.1.0 to 3.2.0
    - [Changelog](https://github.com/PyCQA/pyflakes/blob/main/NEWS.rst)
    - [Commits](PyCQA/pyflakes@3.1.0...3.2.0)
    
    Updates `readme-renderer` from 43.0 to 44.0
    - [Release notes](https://github.com/pypa/readme_renderer/releases)
    - [Changelog](https://github.com/pypa/readme_renderer/blob/main/CHANGES.rst)
    - [Commits](pypa/readme_renderer@43.0...44.0)
    
    Updates `rich` from 13.8.0 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.8.0...v13.8.1)
    
    Updates `urllib3` from 1.26.20 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@1.26.20...2.2.3)
    
    Updates `virtualenv` from 20.26.3 to 20.26.4
    - [Release notes](https://github.com/pypa/virtualenv/releases)
    - [Changelog](https://github.com/pypa/virtualenv/blob/main/docs/changelog.rst)
    - [Commits](pypa/virtualenv@20.26.3...20.26.4)
    
    Updates `yarl` from 1.9.8 to 1.11.1
    - [Release notes](https://github.com/aio-libs/yarl/releases)
    - [Changelog](https://github.com/aio-libs/yarl/blob/master/CHANGES.rst)
    - [Commits](aio-libs/yarl@v1.9.8...v1.11.1)
    
    Updates `zipp` from 3.20.1 to 3.20.2
    - [Release notes](https://github.com/jaraco/zipp/releases)
    - [Changelog](https://github.com/jaraco/zipp/blob/main/NEWS.rst)
    - [Commits](jaraco/zipp@v3.20.1...v3.20.2)
    
    ---
    updated-dependencies:
    - dependency-name: ansible-compat
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: dependencies
    - dependency-name: antsibull-changelog
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: dependencies
    - dependency-name: antsibull-core
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: dependencies
    - dependency-name: antsibull-docs
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: dependencies
    - dependency-name: azure-core
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: dependencies
    - dependency-name: botocore
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: dependencies
    - dependency-name: build
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: dependencies
    - dependency-name: cffi
      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: filelock
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: dependencies
    - dependency-name: flake8
      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: importlib-metadata
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: dependencies
    - dependency-name: importlib-resources
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: dependencies
    - dependency-name: mdit-py-plugins
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: dependencies
    - dependency-name: more-itertools
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: dependencies
    - dependency-name: multidict
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: dependencies
    - dependency-name: pkginfo
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: dependencies
    - dependency-name: platformdirs
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: dependencies
    - dependency-name: psycopg
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: dependencies
    - dependency-name: psycopg-binary
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: dependencies
    - dependency-name: pycodestyle
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: dependencies
    - dependency-name: pydantic
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: dependencies
    - dependency-name: pydantic-core
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: dependencies
    - dependency-name: pyflakes
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: dependencies
    - dependency-name: readme-renderer
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: dependencies
    - dependency-name: rich
      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-major
      dependency-group: dependencies
    - dependency-name: virtualenv
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: dependencies
    - dependency-name: yarl
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: dependencies
    - dependency-name: zipp
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: dependencies
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Sep 15, 2024
    Configuration menu
    Copy the full SHA
    c2fccef View commit details
    Browse the repository at this point in the history