Build(deps): Bump the pip-dependencies group across 1 directory with 37 updates#449
Open
dependabot[bot] wants to merge 1 commit into
Open
Build(deps): Bump the pip-dependencies group across 1 directory with 37 updates#449dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
…37 updates Updates the requirements on [alembic](https://github.com/sqlalchemy/alembic), [beautifulsoup4](https://www.crummy.com/software/BeautifulSoup/bs4/), [certifi](https://github.com/certifi/python-certifi), [charset-normalizer](https://github.com/jawah/charset_normalizer), [click](https://github.com/pallets/click), [flask](https://github.com/pallets/flask), [google-auth](https://github.com/googleapis/google-auth-library-python), [google-auth-oauthlib](https://github.com/googleapis/google-cloud-python), [greenlet](https://github.com/python-greenlet/greenlet), [idna](https://github.com/kjd/idna), [importlib-metadata](https://github.com/python/importlib_metadata), [importlib-resources](https://github.com/python/importlib_resources), [kombu](https://github.com/celery/kombu), [mako](https://github.com/sqlalchemy/mako), [markupsafe](https://github.com/pallets/markupsafe), [pillow](https://github.com/python-pillow/Pillow), [pyasn1](https://github.com/pyasn1/pyasn1), [pytest](https://github.com/pytest-dev/pytest), [python-dotenv](https://github.com/theskumar/python-dotenv), [requests](https://github.com/psf/requests), [soupsieve](https://github.com/facelessuser/soupsieve), [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy), [urllib3](https://github.com/urllib3/urllib3), [wcwidth](https://github.com/jquast/wcwidth), [websocket-client](https://github.com/websocket-client/websocket-client), [wsproto](https://github.com/python-hyper/wsproto), [werkzeug](https://github.com/pallets/werkzeug), [zipp](https://github.com/jaraco/zipp), [celery](https://github.com/celery/celery), [wtforms](https://github.com/pallets-eco/wtforms), [jsonschema](https://github.com/python-jsonschema/jsonschema), [flask-admin](https://github.com/pallets-eco/flask-admin), [psycopg2-binary](https://github.com/psycopg/psycopg2), [flask-jwt-extended](https://github.com/vimalloc/flask-jwt-extended), [flask-cors](https://github.com/corydolphin/flask-cors), [openai](https://github.com/openai/openai-python) and [psutil](https://github.com/giampaolo/psutil) to permit the latest version. Updates `alembic` from 1.16.5 to 1.18.4 - [Release notes](https://github.com/sqlalchemy/alembic/releases) - [Changelog](https://github.com/sqlalchemy/alembic/blob/main/CHANGES) - [Commits](https://github.com/sqlalchemy/alembic/commits) Updates `beautifulsoup4` from 4.13.5 to 4.15.0 Updates `certifi` from 2025.10.5 to 2026.5.20 - [Commits](certifi/python-certifi@2025.10.05...2026.05.20) Updates `charset-normalizer` from 3.4.3 to 3.4.7 - [Release notes](https://github.com/jawah/charset_normalizer/releases) - [Changelog](https://github.com/jawah/charset_normalizer/blob/master/CHANGELOG.md) - [Commits](jawah/charset_normalizer@3.4.3...3.4.7) Updates `click` from 8.1.8 to 8.4.1 - [Release notes](https://github.com/pallets/click/releases) - [Changelog](https://github.com/pallets/click/blob/main/CHANGES.md) - [Commits](pallets/click@8.1.8...8.4.1) Updates `flask` from 3.1.2 to 3.1.3 - [Release notes](https://github.com/pallets/flask/releases) - [Changelog](https://github.com/pallets/flask/blob/main/CHANGES.rst) - [Commits](pallets/flask@3.1.2...3.1.3) Updates `google-auth` from 2.40.3 to 2.53.0 - [Release notes](https://github.com/googleapis/google-auth-library-python/releases) - [Changelog](https://github.com/googleapis/google-auth-library-python/blob/main/CHANGELOG.md) - [Commits](https://github.com/googleapis/google-auth-library-python/commits) Updates `google-auth-oauthlib` from 1.2.2 to 1.4.0 - [Release notes](https://github.com/googleapis/google-cloud-python/releases) - [Changelog](https://github.com/googleapis/google-cloud-python/blob/main/packages/gcp-sphinx-docfx-yaml/CHANGELOG.md) - [Commits](googleapis/google-cloud-python@google-cloud-iam-logging-v1.2.2...google-auth-oauthlib-v1.4.0) Updates `greenlet` from 3.2.4 to 3.5.1 - [Changelog](https://github.com/python-greenlet/greenlet/blob/master/CHANGES.rst) - [Commits](python-greenlet/greenlet@3.2.4...3.5.1) Updates `idna` from 3.10 to 3.18 - [Release notes](https://github.com/kjd/idna/releases) - [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.md) - [Commits](kjd/idna@v3.10...v3.18) Updates `importlib-metadata` from 8.7.0 to 9.0.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@v8.7.0...v9.0.0) Updates `importlib-resources` from 6.5.2 to 7.1.0 - [Release notes](https://github.com/python/importlib_resources/releases) - [Changelog](https://github.com/python/importlib_resources/blob/main/NEWS.rst) - [Commits](python/importlib_resources@v6.5.2...v7.1.0) Updates `kombu` from 5.5.4 to 5.6.2 - [Release notes](https://github.com/celery/kombu/releases) - [Changelog](https://github.com/celery/kombu/blob/main/Changelog.rst) - [Commits](celery/kombu@v5.5.4...v5.6.2) Updates `mako` from 1.3.10 to 1.3.12 - [Release notes](https://github.com/sqlalchemy/mako/releases) - [Changelog](https://github.com/sqlalchemy/mako/blob/main/CHANGES) - [Commits](https://github.com/sqlalchemy/mako/commits) Updates `markupsafe` from 3.0.2 to 3.0.3 - [Release notes](https://github.com/pallets/markupsafe/releases) - [Changelog](https://github.com/pallets/markupsafe/blob/main/CHANGES.rst) - [Commits](pallets/markupsafe@3.0.2...3.0.3) Updates `pillow` from 11.3.0 to 12.2.0 - [Release notes](https://github.com/python-pillow/Pillow/releases) - [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst) - [Commits](python-pillow/Pillow@11.3.0...12.2.0) Updates `pyasn1` from 0.6.1 to 0.6.3 - [Release notes](https://github.com/pyasn1/pyasn1/releases) - [Changelog](https://github.com/pyasn1/pyasn1/blob/main/CHANGES.rst) - [Commits](pyasn1/pyasn1@v0.6.1...v0.6.3) Updates `pytest` from 8.4.2 to 9.0.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.4.2...9.0.3) Updates `python-dotenv` from 1.1.1 to 1.2.2 - [Release notes](https://github.com/theskumar/python-dotenv/releases) - [Changelog](https://github.com/theskumar/python-dotenv/blob/main/CHANGELOG.md) - [Commits](theskumar/python-dotenv@v1.1.1...v1.2.2) Updates `requests` from 2.32.5 to 2.34.2 - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](psf/requests@v2.32.5...v2.34.2) Updates `soupsieve` from 2.8 to 2.8.4 - [Release notes](https://github.com/facelessuser/soupsieve/releases) - [Commits](facelessuser/soupsieve@2.8...2.8.4) Updates `sqlalchemy` from 2.0.43 to 2.0.50 - [Release notes](https://github.com/sqlalchemy/sqlalchemy/releases) - [Changelog](https://github.com/sqlalchemy/sqlalchemy/blob/main/CHANGES.rst) - [Commits](https://github.com/sqlalchemy/sqlalchemy/commits) Updates `urllib3` from 2.5.0 to 2.7.0 - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](urllib3/urllib3@2.5.0...2.7.0) Updates `wcwidth` from 0.2.13 to 0.8.1 - [Release notes](https://github.com/jquast/wcwidth/releases) - [Commits](jquast/wcwidth@0.2.13...0.8.1) Updates `websocket-client` from 1.8.0 to 1.9.0 - [Release notes](https://github.com/websocket-client/websocket-client/releases) - [Changelog](https://github.com/websocket-client/websocket-client/blob/master/ChangeLog) - [Commits](websocket-client/websocket-client@v1.8.0...v1.9.0) Updates `wsproto` from 1.2.0 to 1.3.2 - [Changelog](https://github.com/python-hyper/wsproto/blob/main/CHANGELOG.rst) - [Commits](python-hyper/wsproto@1.2.0...1.3.2) Updates `werkzeug` from 3.1.3 to 3.1.8 - [Release notes](https://github.com/pallets/werkzeug/releases) - [Changelog](https://github.com/pallets/werkzeug/blob/main/CHANGES.rst) - [Commits](pallets/werkzeug@3.1.3...3.1.8) Updates `zipp` from 3.23.0 to 4.1.0 - [Release notes](https://github.com/jaraco/zipp/releases) - [Changelog](https://github.com/jaraco/zipp/blob/main/NEWS.rst) - [Commits](jaraco/zipp@v3.23.0...v4.1.0) Updates `celery` from 5.5.3 to 5.6.3 - [Release notes](https://github.com/celery/celery/releases) - [Changelog](https://github.com/celery/celery/blob/v5.6.3/Changelog.rst) - [Commits](celery/celery@v5.5.3...v5.6.3) Updates `wtforms` from 3.2.1 to 3.2.2 - [Release notes](https://github.com/pallets-eco/wtforms/releases) - [Changelog](https://github.com/pallets-eco/wtforms/blob/main/CHANGES.rst) - [Commits](pallets-eco/wtforms@3.2.1...3.2.2) Updates `jsonschema` from 4.25.1 to 4.26.0 - [Release notes](https://github.com/python-jsonschema/jsonschema/releases) - [Changelog](https://github.com/python-jsonschema/jsonschema/blob/main/CHANGELOG.rst) - [Commits](python-jsonschema/jsonschema@v4.25.1...v4.26.0) Updates `flask-admin` from 2.0.1 to 2.2.0 - [Release notes](https://github.com/pallets-eco/flask-admin/releases) - [Changelog](https://github.com/pallets-eco/flask-admin/blob/master/doc/changelog.rst) - [Commits](pallets-eco/flask-admin@v2.0.1...v2.2.0) Updates `psycopg2-binary` from 2.9.10 to 2.9.12 - [Changelog](https://github.com/psycopg/psycopg2/blob/master/NEWS) - [Commits](psycopg/psycopg2@2.9.10...2.9.12) Updates `flask-jwt-extended` from 4.7.1 to 4.7.4 - [Release notes](https://github.com/vimalloc/flask-jwt-extended/releases) - [Commits](vimalloc/flask-jwt-extended@4.7.1...4.7.4) Updates `flask-cors` from 6.0.2 to 6.0.4 - [Release notes](https://github.com/corydolphin/flask-cors/releases) - [Changelog](https://github.com/corydolphin/flask-cors/blob/main/CHANGELOG.md) - [Commits](corydolphin/flask-cors@6.0.2...6.0.4) Updates `openai` to 2.41.0 - [Release notes](https://github.com/openai/openai-python/releases) - [Changelog](https://github.com/openai/openai-python/blob/main/CHANGELOG.md) - [Commits](openai/openai-python@v1.0.0...v2.41.0) Updates `psutil` from 7.0.0 to 7.2.2 - [Changelog](https://github.com/giampaolo/psutil/blob/master/docs/changelog.rst) - [Commits](giampaolo/psutil@v7.0.0...v7.2.2) --- updated-dependencies: - dependency-name: alembic dependency-version: 1.18.4 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-dependencies - dependency-name: beautifulsoup4 dependency-version: 4.15.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-dependencies - dependency-name: certifi dependency-version: 2026.5.20 dependency-type: direct:production update-type: version-update:semver-major dependency-group: pip-dependencies - dependency-name: charset-normalizer dependency-version: 3.4.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip-dependencies - dependency-name: click dependency-version: 8.4.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-dependencies - dependency-name: flask dependency-version: 3.1.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip-dependencies - dependency-name: google-auth dependency-version: 2.53.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-dependencies - dependency-name: google-auth-oauthlib dependency-version: 1.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-dependencies - dependency-name: greenlet dependency-version: 3.5.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-dependencies - dependency-name: idna dependency-version: '3.18' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-dependencies - dependency-name: importlib-metadata dependency-version: 9.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: pip-dependencies - dependency-name: importlib-resources dependency-version: 7.1.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: pip-dependencies - dependency-name: kombu dependency-version: 5.6.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-dependencies - dependency-name: mako dependency-version: 1.3.12 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip-dependencies - dependency-name: markupsafe dependency-version: 3.0.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip-dependencies - dependency-name: pillow dependency-version: 12.2.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: pip-dependencies - dependency-name: pyasn1 dependency-version: 0.6.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip-dependencies - dependency-name: pytest dependency-version: 9.0.3 dependency-type: direct:production update-type: version-update:semver-major dependency-group: pip-dependencies - dependency-name: python-dotenv dependency-version: 1.2.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-dependencies - dependency-name: requests dependency-version: 2.34.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-dependencies - dependency-name: soupsieve dependency-version: 2.8.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip-dependencies - dependency-name: sqlalchemy dependency-version: 2.0.50 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip-dependencies - dependency-name: urllib3 dependency-version: 2.7.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-dependencies - dependency-name: wcwidth dependency-version: 0.8.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-dependencies - dependency-name: websocket-client dependency-version: 1.9.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-dependencies - dependency-name: wsproto dependency-version: 1.3.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-dependencies - dependency-name: werkzeug dependency-version: 3.1.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip-dependencies - dependency-name: zipp dependency-version: 4.1.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: pip-dependencies - dependency-name: celery dependency-version: 5.6.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-dependencies - dependency-name: wtforms dependency-version: 3.2.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip-dependencies - dependency-name: jsonschema dependency-version: 4.26.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-dependencies - dependency-name: flask-admin dependency-version: 2.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-dependencies - dependency-name: psycopg2-binary dependency-version: 2.9.12 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip-dependencies - dependency-name: flask-jwt-extended dependency-version: 4.7.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip-dependencies - dependency-name: flask-cors dependency-version: 6.0.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip-dependencies - dependency-name: openai dependency-version: 2.41.0 dependency-type: direct:production dependency-group: pip-dependencies - dependency-name: psutil dependency-version: 7.2.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updates the requirements on alembic, beautifulsoup4, certifi, charset-normalizer, click, flask, google-auth, google-auth-oauthlib, greenlet, idna, importlib-metadata, importlib-resources, kombu, mako, markupsafe, pillow, pyasn1, pytest, python-dotenv, requests, soupsieve, sqlalchemy, urllib3, wcwidth, websocket-client, wsproto, werkzeug, zipp, celery, wtforms, jsonschema, flask-admin, psycopg2-binary, flask-jwt-extended, flask-cors, openai and psutil to permit the latest version.
Updates
alembicfrom 1.16.5 to 1.18.4Release notes
Sourced from alembic's releases.
... (truncated)
Commits
Updates
beautifulsoup4from 4.13.5 to 4.15.0Updates
certififrom 2025.10.5 to 2026.5.20Commits
d7ea1512026.05.20 (#413)5dddfb02026.04.22 (#410)f99eccdBump peter-evans/create-pull-request from 8.1.0 to 8.1.1 (#404)918bed0Bump actions/upload-artifact from 7.0.0 to 7.0.1 (#405)0a49067Bump pypa/gh-action-pypi-publish from 1.13.0 to 1.14.0 (#403)acf6ce8Bump actions/download-artifact from 8.0.0 to 8.0.1 (#398)feb0ed2Bump actions/download-artifact from 7.0.0 to 8.0.0 (#397)d9c11a5Bump actions/upload-artifact from 6.0.0 to 7.0.0 (#396)8571a4b2026.02.25 (#395)6f7de00Bump peter-evans/create-pull-request from 8.0.0 to 8.1.0 (#390)Updates
charset-normalizerfrom 3.4.3 to 3.4.7Release notes
Sourced from charset-normalizer's releases.
... (truncated)
Changelog
Sourced from charset-normalizer's changelog.
... (truncated)
Commits
0f07891Merge pull request #729 from jawah/release-3.4.7fdbeb29chore: update dev, and ci requirementsb66f922chore: add ft classifierf94249dchore: add test cases for utf_7 recent fix95c866fchore: bump version to 3.4.74f429bbchore: bump mypy pre-commit to v1.20b579cd6fix: correctly remove SIG remnant in utf-7 decoded string58bf944⬆️ Bump github/codeql-action from 4.32.4 to 4.35.1 (#728)44cf8a1⬆️ Bump actions/download-artifact from 8.0.0 to 8.0.1 (#726)362bc20⬆️ Bump docker/setup-qemu-action from 3.7.0 to 4.0.0 (#725)Updates
clickfrom 8.1.8 to 8.4.1Release notes
Sourced from click's releases.
... (truncated)
Changelog
Sourced from click's changelog.
... (truncated)
Commits
6eeb50erelease version 8.4.167921d5change log and doc fixes (#3495)9c41f46Fix changelog and version admonitions6cb3477fix skip condition5ee8e31fix I/O operation on closed file error with CliRunner and echo_via_pager (#3482)becbde5pager doesn't close std streamsa5f5aa6Handle empty bytes in echo (#3493)4d3db84handle empty bytes in echod42f15bFixget_parameter_source()during type conversion and eager callbacks (#3484)0baa8dbDocument ctx.params bypass with test and docUpdates
flaskfrom 3.1.2 to 3.1.3Release notes
Sourced from flask's releases.
Changelog
Sourced from flask's changelog.
Commits
22d9247release version 3.1.3089cb86Merge commit from forkc17f379request context tracks session access27be933start version 3.1.34e652d3Abort if the instance folder cannot be created (#5903)3d03098Abort if the instance folder cannot be created407eb76document using gevent for async (#5900)ac5664ddocument using gevent for async4f79d5bIncrease required flit_core version to 3.11 (#5865)fe3b215Increase required flit_core version to 3.11Updates
google-authfrom 2.40.3 to 2.53.0Release notes
Sourced from google-auth's releases.
... (truncated)
Changelog
Sourced from google-auth's changelog.
... (truncated)
Commits
Updates
google-auth-oauthlibfrom 1.2.2 to 1.4.0Release notes
Sourced from google-auth-oauthlib's releases.
Changelog
Sourced from google-auth-oauthlib's changelog.
... (truncated)
Commits
3997a10chore: librarian release pull request: 20260506T163115Z (#16964)f655e49chore: add type annotation to SYNCPOINTS (#16973)f149bd7refactor(bigframes): Modularize compiler routing as proxy executor (#16907)19db82fchore(bigframes): remove leftover support for Python <= 3.9 (#16961)2dedaacchore: test CommonResource resource name alias (#16965)9652a08fix: pass resource aliases to file-level CommonResources (#16945)78a48b0fix(google-cloud-core): Drop support for Python 3.9 (#16953)5975c48fix(dns): Drop support for Python 3.9 (#16954)d5bea2efix(crc32c): Drop support for Python 3.8 and 3.9 (#16955)63f6d96fix(sqlalchemy-bigquery): Drop support for Python 3.8 and 3.9 (#16956)Updates
greenletfrom 3.2.4 to 3.5.1Changelog
Sourced from greenlet's changelog.
... (truncated)
Commits
b5e5fc4Preparing release 3.5.1c8e1774Tweak wording in CHANGES about greenlet.getcurrent.7fb10c5Merge pull request #510 from python-greenlet/3159718ce5Add Py 3.15; make both API versions of getcurrent() consistent in raising Run...276e08aMerge pull request #509 from python-greenlet/dependabot/github_actions/github...32b0ad6Bump pypa/gh-action-pypi-publish in the github-actions group173b692Back to development: 3.5.1c7acc72Preparing release 3.5.0d08f99bCHANGES: Update link from #507 to more full description in #508.fd3391eMerge pull request #508 from python-greenlet/issue507-remove-atexitUpdates
idnafrom 3.10 to 3.18Changelog
Sourced from idna's changelog.
... (truncated)
Commits
f39ea90Release 3.1840f4e40Pre-release 3.18rc01a5bf80Merge pull request #253 from kjd/lenient-decode5bbb26fMerge branch 'master' into lenient-decodec532baeRename decode() lenient= option to display= (issue #248)0b1758bMerge pull request #252 from kjd/release-3.17f48619cRelease 3.177421ba8Pre-release 3.17rc022ebb73Merge pull request #251 from kjd/structure-optimizations2a7ac0aDrop redundant parallel-arrays comment from uts46dataUpdates
importlib-metadatafrom 8.7.0 to 9.0.0Changelog
Sourced from importlib-metadata's changelog.
Commits
a9f883fFinalize9b0dfdfRaise an exception when no metadata file is found (#532)0f2229cMerge branch 'main' into feature/no-metadata-exception2f4088eRemove news fragments about internal details.0ac2720Add news fragment.a5c2154Finalizee66e226Drop support for EOL Python 3.9 (#530)6027933Add news fragment.b89388aImport os_helper directly.2dcb761Add uniform exclusions for test.support.Updates
importlib-resourcesfrom 6.5.2 to 7.1.0Changelog
Sourced from importlib-resources's changelog.
Commits
78c697dFinalize5a2bffcA better error message from importlib.resources.files() when module spec is Noned80822aAdd news fragment.6e2183fRevise the test for clarity and traceability.ee94f7cMerge branch 'main' into error-message-none-spec-modulea542188Extract method to encapsulate the validation.74f308aRevert unrelated change towrap_spec.c6773a1Prefer bare asserts. They read better and they render nicer under pytest.935b189Replace UTF-16 BOM handling with a more direct helper.4049971FinalizeUpdates
kombufrom 5.5.4 to 5.6.2Release notes
Sourced from kombu's releases.