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 42 updates #331

Closed

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Sep 29, 2024

Bumps the dependencies group with 42 updates in the /.config directory:

Package From To
aiohappyeyeballs 2.4.0 2.4.2
ansible-compat 24.8.0 24.9.1
antsibull-changelog 0.29.0 0.30.0
antsibull-core 3.0.2 3.2.0
antsibull-docs 2.13.1 2.14.0
azure-core 1.30.2 1.31.0
botocore 1.35.7 1.35.29
bracex 2.5 2.5.post1
build 1.2.1 1.2.2
cffi 1.17.0 1.17.1
docutils 0.20.1 0.21.2
filelock 3.15.4 3.16.1
flake8 6.1.0 7.1.1
galaxy-importer 0.4.24 0.4.25
idna 3.8 3.10
importlib-metadata 6.2.1 8.5.0
importlib-resources 5.0.7 6.4.5
jaraco-functools 4.0.2 4.1.0
keyring 25.3.0 25.4.1
mdit-py-plugins 0.4.1 0.4.2
mk 2.6.1 2.7.0
more-itertools 10.4.0 10.5.0
multidict 6.0.5 6.1.0
perky 0.9.2 0.9.3
pkginfo 1.10.0 1.11.1
platformdirs 4.2.2 4.3.6
psycopg 3.1.18 3.2.2
psycopg-binary 3.1.18 3.2.2
psycopg-pool 3.2.2 3.2.3
pycodestyle 2.11.1 2.12.1
pydantic 2.8.2 2.9.2
pydantic-core 2.20.1 2.24.0
pyflakes 3.1.0 3.2.0
pyproject-api 1.7.1 1.8.0
readme-renderer 43.0 44.0
rich 13.8.0 13.8.1
urllib3 1.26.20 2.2.3
virtualenv 20.26.3 20.26.6
wcmatch 9.0 10.0
websockets 13.0.1 13.1
yarl 1.9.8 1.13.1
zipp 3.20.1 3.20.2

Updates aiohappyeyeballs from 2.4.0 to 2.4.2

Release notes

Sourced from aiohappyeyeballs's releases.

v2.4.2 (2024-09-27)

Fix

  • fix: copy staggered from standard lib for python 3.12+ (#95) (c5a4023)

v2.4.1 (2024-09-26)

Fix

  • fix: avoid passing loop to staggered.staggered_race (#94) (5f80b79)
Changelog

Sourced from aiohappyeyeballs's changelog.

v2.4.2 (2024-09-27)

Fix

  • Copy staggered from standard lib for python 3.12+ (#95) (c5a4023)

v2.4.1 (2024-09-26)

Fix

  • Avoid passing loop to staggered.staggered_race (#94) (5f80b79)
Commits
  • 04dbbe5 2.4.2
  • c5a4023 fix: copy staggered from standard lib for python 3.12+ (#95)
  • 04c42b4 2.4.1
  • 5f80b79 fix: avoid passing loop to staggered.staggered_race (#94)
  • b5192ad chore(pre-commit.ci): pre-commit autoupdate (#92)
  • 097c9fa chore(pre-commit.ci): pre-commit autoupdate (#91)
  • fdd35ac chore: fix trivial typo in readme
  • 7038b2d chore: update readme to include license information (#90)
  • e45003f chore(pre-commit.ci): pre-commit autoupdate (#88)
  • See full diff in compare view

Updates ansible-compat from 24.8.0 to 24.9.1

Release notes

Sourced from ansible-compat's releases.

v24.9.1

Bugfixes

v24.9.0

Enhancements

Bugfixes

Commits

Updates antsibull-changelog from 0.29.0 to 0.30.0

Release notes

Sourced from antsibull-changelog's releases.

0.30.0

Release Summary

Feature release.

Minor Changes

Changelog

Sourced from antsibull-changelog's changelog.

v0.30.0

Release Summary

Feature release.

Minor Changes

  • Allow to configure the used VCS in changelogs/config.yml. Valid choices are none (default), git, or auto. If set to git, or auto detects that the project is part of a Git repository, only non-ignored files will be copied to a temporary directory when trying to load information on Ansible modules, plugins and roles (ansible-community/antsibull-changelog#172, ansible-community/antsibull-changelog#175).
  • Antsibull-changelog now depends on the new package antsibull-docutils. This should not have any visible impact, expect potentially improved MarkDown output (ansible-community/antsibull-changelog#174).
  • Antsibull-changelog now depends on the new project antsibull-fileutils (ansible-community/antsibull-changelog#176).
  • If you are using argcomplete <https://pypi.org/project/argcomplete/>__ global completion, you can now tab-complete antsibull-changelog command lines. See Activating global completion <https://pypi.org/project/argcomplete/#activating-global-completion>__ in the argcomplete README for how to enable tab completion globally. This will also tab-complete Ansible commands such as ansible-playbook and ansible-test (ansible-community/antsibull-changelog#173).
Commits
  • bb1f78b Release 0.30.0.
  • 23d084f Prepare 0.30.0.
  • 066ef11 Add antsibull-fileutils dependency (#176)
  • c2f962f Docsite: add Community guide (#177)
  • f7fa371 Add VCS support; use to copy only non-ignored files for module/plugin/role de...
  • e7c4682 Use antsibull-docutils and remove code moved there (#174)
  • c15ad61 Make CLI startup faster, support tab completion with argcomplete (#173)
  • 2d34898 Remove pyre and poetry entries from gitignore.
  • d15b39f Remove pyre config files.
  • 1a2be8a Remove pyre (#171)
  • Additional commits viewable in compare view

Updates antsibull-core from 3.0.2 to 3.2.0

Release notes

Sourced from antsibull-core's releases.

3.2.0

Release Summary

Feature and bugfix release.

Minor Changes

Bugfixes

3.1.0

Release Summary

Feature release adding a new dependency.

Minor Changes

Changelog

Sourced from antsibull-core's changelog.

v3.2.0

Release Summary

Feature and bugfix release.

Minor Changes

Bugfixes

v3.1.0

Release Summary

Feature release adding a new dependency.

Minor Changes

Commits

Updates antsibull-docs from 2.13.1 to 2.14.0

Release notes

Sourced from antsibull-docs's releases.

2.14.0

Release Summary

Feature release.

Minor Changes

Changelog

Sourced from antsibull-docs's changelog.

v2.14.0

Release Summary

Feature release.

Minor Changes

Commits
  • 9694434 Release 2.14.0.
  • 4e417e0 Prepare 2.14.0.
  • d6672f6 Update CI and instructions for antsibull-fileutils; add explicit dependency o...
  • ae85576 Docsite: add Community guide (#323)
  • 49cfcde Remove ansible-project mailing list from ansible.builtin links. (#325)
  • 2130935 Bump postcss from 8.4.41 to 8.4.44 in /src/sphinx_antsibull_ext/css (#324)
  • ae8f0d3 Show deprecation marker in module/plugin/role lists (#320)
  • 18a168d Post-release version bump.
  • See full diff in compare view

Updates azure-core from 1.30.2 to 1.31.0

Release notes

Sourced from azure-core's releases.

azure-core_1.31.0

1.31.0 (2024-09-12)

Features Added

  • Added azure.core.AzureClouds enum to represent the different Azure clouds.
  • Added two new credential protocol classes, SupportsTokenInfo and AsyncSupportsTokenInfo, to offer more extensibility in supporting various token acquisition scenarios. #36565
    • Each new protocol class defines a get_token_info method that returns an AccessTokenInfo object.
  • Added a new TokenRequestOptions class, which is a TypedDict with optional parameters, that can be used to define options for token requests through the get_token_info method. #36565
  • Added a new AccessTokenInfo class, which is returned by get_token_info implementations. This class contains the token, its expiration time, and optional additional information like when a token should be refreshed. #36565
  • BearerTokenCredentialPolicy and AsyncBearerTokenCredentialPolicy now first check if a credential has the get_token_info method defined. If so, the get_token_info method is used to acquire a token. Otherwise, the get_token method is used. #36565
    • These policies now also check the refresh_on attribute when determining if a new token request should be made.

Other Changes

  • The Azure Core OpenTelemetry tracing plugin will now be the preferred tracing plugin over the OpenCensus plugin. If both plugins are installed and opentelemetry is imported, then OpenTelemetry will be used to trace Azure SDK operations. #35050
Commits

Updates botocore from 1.35.7 to 1.35.29

Changelog

Sourced from botocore's changelog.

1.35.29

  • api-change:customer-profiles: Introduces optional RoleArn parameter for PutIntegration request and includes RoleArn in the response of PutIntegration, GetIntegration and ListIntegrations
  • api-change:quicksight: Adding personalization in QuickSight data stories. Admins can enable or disable personalization through QuickSight settings.
  • api-change:securityhub: Documentation updates for AWS Security Hub
  • api-change:sesv2: This release adds support for engagement tracking over Https using custom domains.

1.35.28

  • api-change:chatbot: Return State and StateReason fields for Chatbot Channel Configurations.
  • api-change:lambda: Reverting Lambda resource-based policy and block public access APIs.
  • api-change:organizations: Add support for policy operations on the CHATBOT_POLICY policy type.
  • api-change:pcs: AWS PCS API documentation - Edited the description of the iamInstanceProfileArn parameter of the CreateComputeNodeGroup and UpdateComputeNodeGroup actions; edited the description of the SlurmCustomSetting data type to list the supported parameters for clusters and compute node groups.
  • api-change:rds-data: Documentation update for RDS Data API to reflect support for Aurora MySQL Serverless v2 and Provisioned DB clusters.
  • api-change:sagemaker: Adding TagPropagation attribute to Sagemaker API

1.35.27

  • api-change:cloudtrail: Doc-only update for CloudTrail network activity events release (in preview)
  • api-change:ec2: Updates to documentation for the transit gateway security group referencing feature.
  • api-change:fsx: Doc-only update to address Lustre S3 hard-coded names.
  • api-change:worklink: The worklink client has been removed following the deprecation of the service.

1.35.26

  • api-change:bedrock: Add support for Cross Region Inference in Bedrock Model Evaluations.
  • api-change:budgets: Releasing minor partitional endpoint updates
  • api-change:kinesis: This release includes support to add tags when creating a stream
  • api-change:pinpoint-sms-voice-v2: AWS End User Messaging SMS-Voice V2 has added support for resource policies. Use the three new APIs to create, view, edit, and delete resource policies.
  • api-change:sagemaker: Adding HiddenInstanceTypes and HiddenSageMakerImageVersionAliases attribute to SageMaker API

1.35.25

  • api-change:apigateway: Documentation updates for Amazon API Gateway
  • api-change:athena: List/Get/Update/Delete/CreateDataCatalog now integrate with AWS Glue connections. Users can create a Glue connection through Athena or use a Glue connection to define their Athena federated parameters.
  • api-change:bedrock-agent: Amazon Bedrock Prompt Flows and Prompt Management now supports using inference profiles to increase throughput and improve resilience.
  • api-change:ec2: Amazon EC2 G6e instances powered by NVIDIA L40S Tensor Core GPUs are the most cost-efficient GPU instances for deploying generative AI models and the highest performance GPU instances for spatial computing workloads.
  • api-change:emr-serverless: This release adds support for job concurrency and queuing configuration at Application level.
  • api-change:glue: Added AthenaProperties parameter to Glue Connections, allowing Athena to store service specific properties on Glue Connections.
  • api-change:rds: Support ComputeRedundancy parameter in ModifyDBShardGroup API. Add DBShardGroupArn in DBShardGroup API response. Remove InvalidMaxAcuFault from CreateDBShardGroup and ModifyDBShardGroup API. Both API will throw InvalidParameterValueException for invalid ACU configuration.
  • api-change:resource-explorer-2: AWS Resource Explorer released ListResources feature which allows customers to list all indexed AWS resources within a view.

... (truncated)

Commits
  • 892c64b Merge branch 'release-1.35.29'
  • 7c6966c Bumping version to 1.35.29
  • 61e47ca Update endpoints model
  • 41c8c54 Update to latest models
  • 69b94ee Merge branch 'release-1.35.28'
  • e811910 Merge branch 'release-1.35.28' into develop
  • 51e5f1c Bumping version to 1.35.28
  • 845c85c Update endpoints model
  • 27088b2 Update to latest models
  • f54eb24 Merge pull request #3250 from ashishdhingra/user/ashdhin/IssueTemplateRegress...
  • Additional commits viewable in compare view

Updates bracex from 2.5 to 2.5.post1

Release notes

Sourced from bracex's releases.

2.5.post1

  • FIX: Fix PyPI landing page.
Commits

Updates build from 1.2.1 to 1.2.2

Release notes

Sourced from build's releases.

Version 1.2.2

What's Changed

  • Add editable to builder.get_requries_for_build's static types (PR #764, fixes issue #763)
  • Include artifact attestations in our release (PR #782)
  • Fix typing compatibility with typed pyproject-hooks (PR #788)
  • Mark more tests with network (PR #808)
  • Add more intersphinx links to docs (PR #804)
  • Make uv optional for tests (PR #807 and #813)

New Contributors

Full Changelog: pypa/build@1.2.1...1.2.2

Changelog

Sourced from build's changelog.

1.2.2 (2024-09-06)

  • Add editable to builder.get_requries_for_build's static types (PR :pr:764, fixes issue :issue:763)
  • Include artifact attestations in our release (PR :pr:782)
  • Fix typing compatibility with typed pyproject-hooks (PR :pr:788)
  • Mark more tests with network (PR :pr:808)
  • Add more intersphinx links to docs (PR :pr:804)
  • Make uv optional for tests (PR :pr:807 and :pr:813)
Commits
  • 3b0b5d0 docs: changelog for 1.2.2 (#812)
  • b44a886 docs: more info in README
  • 8e19948 build(deps): bump actions/attest-build-provenance in the actions group (#814)
  • b90956c tests: add module case to uv detection (#813)
  • e79f1b3 ci: remove bot comments from generated release notes (#810)
  • f6da25a pre-commit: bump repositories (#801)
  • 9a52c50 tests: optional uv (#807)
  • 553b700 docs: Add a few intersphinx links to the Python Packaging User Guide (#804)
  • 336efcb build(deps): bump actions/attest-build-provenance in the actions group (#802)
  • 73b7213 tests: mark more network tests (#808)
  • Additional commits viewable in compare view

Updates cffi from 1.17.0 to 1.17.1

Release notes

Sourced from cffi's releases.

v1.17.1

  • Fix failing distutils.msvc9compiler imports under Windows (#118).
  • ffibuilder.emit_python_code() and ffibuiler.emit_c_code() accept file-like objects (#115).
  • ffiplatform calls are bypassed by ffibuilder.emit_python_code() and ffibuilder.emit_c_code() (#81).

Full Changelog: python-cffi/cffi@v1.17.0...v1.17.1

Commits
  • 38bd6be release 1.17.1
  • ba10180 update whatsnew.rst for 1.17.1 (#121)
  • 61deb5f add yet another flag to recompile() to avoid calling ffiplatform (#81)
  • 1c292c1 Handle distutils without distutils.msvc9compiler.MSVCCompiler class (#118)
  • 182ffc4 Allow writing generated code to a file-like object. (#115)
  • See full diff in compare view

Updates docutils from 0.20.1 to 0.21.2

Updates filelock from 3.15.4 to 3.16.1

Release notes

Sourced from filelock's releases.

3.16.1

What's Changed

Full Changelog: tox-dev/filelock@3.16.0...3.16.1

3.16.0

What's Changed

Full Changelog: tox-dev/filelock@3.15.4...3.16.0

Commits

Updates flake8 from 6.1.0 to 7.1.1

Commits

Updates galaxy-importer from 0.4.24 to 0.4.25

Changelog

Sourced from galaxy-importer's changelog.

galaxy-importer 0.4.25 (2024-09-18)

Features

  • Upgraded the ansible-lint dependency upper bound from 24.7.0 to 24.9.0. (AAH-3381 <https://issues.redhat.com/browse/AAH-3381>_)

Bugfixes

  • Replaced bleach and bleach-allowlist with nh3 library. (AAH-2221 <https://issues.redhat.com/browse/AAH-2221>_)
Commits

Updates idna from 3.8 to 3.10

Changelog

Sourced from idna's changelog.

3.10 (2024-09-15) +++++++++++++++++

  • Reverted to Unicode 15.1.0 data. Unicode 16 has some significant changes to UTS46 processing that will require more work to properly implement.

3.9 (2024-09-13) ++++++++++++++++

  • Update to Unicode 16.0.0
  • Deprecate setup.cfg in favour of pyproject.toml
  • Use ruff for code formatting

Thanks to Waket Zheng for contributions to this release.

Commits

Updates importlib-metadata from 6.2.1 to 8.5.0

Changelog

Sourced from importlib-metadata's changelog.

v8.5.0

Features

  • Deferred import of zipfile.Path (#502)
  • Deferred import of json (#503)
  • Rely on zipp overlay for zipfile.Path.

v8.4.0

Features

  • Deferred import of inspect for import performance. (#499)

v8.3.0

Features

  • Disallow passing of 'dist' to EntryPoints.select.

v8.2.0

Features

  • Add SimplePath to importlib_metadata.all. (#494)

v8.1.0

Features

  • Prioritize valid dists to invalid dists when retrieving by name. (#489)

v8.0.0

... (truncated)

Commits
  • b34810b Finalize
  • 8c1d1fa Merge pull request #501 from Avasam/Pass-mypy-and-link-issues
  • afa39e8 Back out changes to tests._path
  • 8b909f9 Merge pull request #503 from danielhollas/defer-json
  • 2a3f50d Add news fragment.
  • 3f78dc1 Add comment to protect the deferred import.
  • 18eb2da Revert "Defer platform import"
  • 58832f2 Merge pull request #502 from danielhollas/defer-zipp
  • e3ce33b Add news fragment.
  • d11b67f Add comment to protect the deferred import.
  • Additional commits viewable in compare view

Updates importlib-resources from 5.0.7 to 6.4.5

Changelog

Sourced from importlib-resources's changelog.

v6.4.5

Bugfixes

  • Omit sentinel values from a namespace path. (#311)

v6.4.4

No significant changes.

v6.4.3

Bugfixes

  • When inferring the caller in files()python/cpython#123085

v6.4.2

Bugfixes

  • Merged fix for UTF-16 BOM handling in functional tests. (#312)

v6.4.1

Bugfixes

  • python/cpython#121735

v6.4.0

Features

  • The functions is_resource(),

... (truncated)

Commits
  • 284148b Finalize
  • 63a7bcb Merge pull request #315 from python/bugfix/311-non-path-namespace-paths
  • 2c145c5 Omit sentinel values from a namespace path.
  • 47d73b1 Add test capturing failure when resolving the MultiplexedPath for a namespace...

Bumps the dependencies group with 42 updates in the /.config directory:

| Package | From | To |
| --- | --- | --- |
| [aiohappyeyeballs](https://github.com/aio-libs/aiohappyeyeballs) | `2.4.0` | `2.4.2` |
| [ansible-compat](https://github.com/ansible/ansible-compat) | `24.8.0` | `24.9.1` |
| [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.2.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.29` |
| [bracex](https://github.com/facelessuser/bracex) | `2.5` | `2.5.post1` |
| [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.1` |
| [flake8](https://github.com/pycqa/flake8) | `6.1.0` | `7.1.1` |
| [galaxy-importer](https://github.com/ansible/galaxy-importer) | `0.4.24` | `0.4.25` |
| [idna](https://github.com/kjd/idna) | `3.8` | `3.10` |
| [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` |
| [jaraco-functools](https://github.com/jaraco/jaraco.functools) | `4.0.2` | `4.1.0` |
| [keyring](https://github.com/jaraco/keyring) | `25.3.0` | `25.4.1` |
| [mdit-py-plugins](https://github.com/executablebooks/mdit-py-plugins) | `0.4.1` | `0.4.2` |
| [mk](https://github.com/pycontribs/mk) | `2.6.1` | `2.7.0` |
| [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` |
| [perky](https://github.com/larryhastings/perky) | `0.9.2` | `0.9.3` |
| [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.6` |
| [psycopg](https://github.com/psycopg/psycopg) | `3.1.18` | `3.2.2` |
| [psycopg-binary](https://github.com/psycopg/psycopg) | `3.1.18` | `3.2.2` |
| [psycopg-pool](https://github.com/psycopg/psycopg) | `3.2.2` | `3.2.3` |
| [pycodestyle](https://github.com/PyCQA/pycodestyle) | `2.11.1` | `2.12.1` |
| [pydantic](https://github.com/pydantic/pydantic) | `2.8.2` | `2.9.2` |
| [pydantic-core](https://github.com/pydantic/pydantic-core) | `2.20.1` | `2.24.0` |
| [pyflakes](https://github.com/PyCQA/pyflakes) | `3.1.0` | `3.2.0` |
| [pyproject-api](https://github.com/tox-dev/pyproject-api) | `1.7.1` | `1.8.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.6` |
| [wcmatch](https://github.com/facelessuser/wcmatch) | `9.0` | `10.0` |
| [websockets](https://github.com/python-websockets/websockets) | `13.0.1` | `13.1` |
| [yarl](https://github.com/aio-libs/yarl) | `1.9.8` | `1.13.1` |
| [zipp](https://github.com/jaraco/zipp) | `3.20.1` | `3.20.2` |



Updates `aiohappyeyeballs` from 2.4.0 to 2.4.2
- [Release notes](https://github.com/aio-libs/aiohappyeyeballs/releases)
- [Changelog](https://github.com/aio-libs/aiohappyeyeballs/blob/main/CHANGELOG.md)
- [Commits](aio-libs/aiohappyeyeballs@v2.4.0...v2.4.2)

Updates `ansible-compat` from 24.8.0 to 24.9.1
- [Release notes](https://github.com/ansible/ansible-compat/releases)
- [Commits](ansible/ansible-compat@v24.8.0...v24.9.1)

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.2.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.2.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.29
- [Changelog](https://github.com/boto/botocore/blob/develop/CHANGELOG.rst)
- [Commits](boto/botocore@1.35.7...1.35.29)

Updates `bracex` from 2.5 to 2.5.post1
- [Release notes](https://github.com/facelessuser/bracex/releases)
- [Commits](facelessuser/bracex@2.5...2.5.post1)

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.1
- [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.1)

Updates `flake8` from 6.1.0 to 7.1.1
- [Commits](PyCQA/flake8@6.1.0...7.1.1)

Updates `galaxy-importer` from 0.4.24 to 0.4.25
- [Changelog](https://github.com/ansible/galaxy-importer/blob/master/CHANGES.rst)
- [Commits](ansible/galaxy-importer@v0.4.24...v0.4.25)

Updates `idna` from 3.8 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.8...v3.10)

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 `jaraco-functools` from 4.0.2 to 4.1.0
- [Release notes](https://github.com/jaraco/jaraco.functools/releases)
- [Changelog](https://github.com/jaraco/jaraco.functools/blob/main/NEWS.rst)
- [Commits](jaraco/jaraco.functools@v4.0.2...v4.1.0)

Updates `keyring` from 25.3.0 to 25.4.1
- [Release notes](https://github.com/jaraco/keyring/releases)
- [Changelog](https://github.com/jaraco/keyring/blob/main/NEWS.rst)
- [Commits](jaraco/keyring@v25.3.0...v25.4.1)

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 `mk` from 2.6.1 to 2.7.0
- [Release notes](https://github.com/pycontribs/mk/releases)
- [Commits](pycontribs/mk@v2.6.1...v2.7.0)

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 `perky` from 0.9.2 to 0.9.3
- [Commits](larryhastings/perky@0.9.2...0.9.3)

Updates `pkginfo` from 1.10.0 to 1.11.1

Updates `platformdirs` from 4.2.2 to 4.3.6
- [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.6)

Updates `psycopg` from 3.1.18 to 3.2.2
- [Changelog](https://github.com/psycopg/psycopg/blob/master/docs/news.rst)
- [Commits](psycopg/psycopg@3.1.18...3.2.2)

Updates `psycopg-binary` from 3.1.18 to 3.2.2
- [Changelog](https://github.com/psycopg/psycopg/blob/master/docs/news.rst)
- [Commits](psycopg/psycopg@3.1.18...3.2.2)

Updates `psycopg-pool` from 3.2.2 to 3.2.3
- [Changelog](https://github.com/psycopg/psycopg/blob/master/docs/news.rst)
- [Commits](psycopg/psycopg@3.2.2...pool-3.2.3)

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.2
- [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.2)

Updates `pydantic-core` from 2.20.1 to 2.24.0
- [Release notes](https://github.com/pydantic/pydantic-core/releases)
- [Commits](pydantic/pydantic-core@v2.20.1...v2.24.0)

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 `pyproject-api` from 1.7.1 to 1.8.0
- [Release notes](https://github.com/tox-dev/pyproject-api/releases)
- [Commits](tox-dev/pyproject-api@1.7.1...1.8.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.6
- [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.6)

Updates `wcmatch` from 9.0 to 10.0
- [Release notes](https://github.com/facelessuser/wcmatch/releases)
- [Commits](facelessuser/wcmatch@9.0...10.0)

Updates `websockets` from 13.0.1 to 13.1
- [Release notes](https://github.com/python-websockets/websockets/releases)
- [Commits](python-websockets/websockets@13.0.1...13.1)

Updates `yarl` from 1.9.8 to 1.13.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.13.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: aiohappyeyeballs
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: 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: bracex
  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: galaxy-importer
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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: jaraco-functools
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: keyring
  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: mk
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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: perky
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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: psycopg-pool
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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: pyproject-api
  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: wcmatch
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: websockets
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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>
Copy link
Author

dependabot bot commented on behalf of github Sep 29, 2024

The following labels could not be found: dependabot-deps-updates.

Copy link
Author

dependabot bot commented on behalf of github Oct 6, 2024

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Oct 6, 2024
auto-merge was automatically disabled October 6, 2024 04:05

Pull request was closed

@dependabot dependabot bot deleted the dependabot/pip/dot-config/dependencies-4cd40324b8 branch October 6, 2024 04:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

1 participant