Bump the python-dependencies group across 1 directory with 43 updates - #22
Open
dependabot[bot] wants to merge 1 commit into
Open
dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Updates the requirements on [click](https://github.com/pallets/click), [robotframework](https://github.com/robotframework/robotframework), [flit-core](https://github.com/pypa/flit), [astroid](https://github.com/pylint-dev/astroid), [build](https://github.com/pypa/build), [certifi](https://github.com/certifi/python-certifi), [charset-normalizer](https://github.com/jawah/charset_normalizer), [check-manifest](https://github.com/mgedmin/check-manifest), [coverage](https://github.com/coveragepy/coveragepy), [dill](https://github.com/uqfoundation/dill), [docutils](https://github.com/rtfd/recommonmark), [exceptiongroup](https://github.com/agronholm/exceptiongroup), [idna](https://github.com/kjd/idna), [importlib-metadata](https://github.com/python/importlib_metadata), [iniconfig](https://github.com/pytest-dev/iniconfig), [isort](https://github.com/PyCQA/isort), [jaraco-context](https://github.com/jaraco/jaraco.context), [jaraco-functools](https://github.com/jaraco/jaraco.functools), [keyring](https://github.com/jaraco/keyring), [markdown-it-py](https://github.com/executablebooks/markdown-it-py), [more-itertools](https://github.com/more-itertools/more-itertools), [mypy](https://github.com/python/mypy), [mypy-extensions](https://github.com/python/mypy_extensions), [nh3](https://github.com/messense/nh3), [packaging](https://github.com/pypa/packaging), [pkginfo](https://code.launchpad.net/~tseaver/pkginfo/trunk), [platformdirs](https://github.com/tox-dev/platformdirs), [pluggy](https://github.com/pytest-dev/pluggy), [pygments](https://github.com/pygments/pygments), [pylint](https://github.com/pylint-dev/pylint), [pytest](https://github.com/pytest-dev/pytest), [pytest-cov](https://github.com/pytest-dev/pytest-cov), [pytest-spec](https://github.com/pchomik/pytest-spec), [readme-renderer](https://github.com/pypa/readme_renderer), [requests](https://github.com/psf/requests), [rich](https://github.com/Textualize/rich), [ruff](https://github.com/astral-sh/ruff), [tomli](https://github.com/hukkin/tomli), [tomlkit](https://github.com/python-poetry/tomlkit), [twine](https://github.com/pypa/twine), [typing-extensions](https://github.com/python/typing_extensions), [urllib3](https://github.com/urllib3/urllib3) and [zipp](https://github.com/jaraco/zipp) to permit the latest version. Updates `click` from 8.1.8 to 8.5.0 - [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.5.0) Updates `robotframework` from 6.1 to 7.4.2 - [Release notes](https://github.com/robotframework/robotframework/releases) - [Commits](robotframework/robotframework@v6.1...v7.4.2) Updates `flit-core` to 4.0.2 - [Changelog](https://github.com/pypa/flit/blob/main/doc/history.rst) - [Commits](pypa/flit@3.2.0...4.0.2) Updates `astroid` from 3.3.7 to 4.3.1 - [Release notes](https://github.com/pylint-dev/astroid/releases) - [Changelog](https://github.com/pylint-dev/astroid/blob/v4.3.1/ChangeLog) - [Commits](pylint-dev/astroid@v3.3.7...v4.3.1) Updates `build` from 1.2.2.post1 to 1.6.1 - [Release notes](https://github.com/pypa/build/releases) - [Changelog](https://github.com/pypa/build/blob/main/CHANGELOG.rst) - [Commits](pypa/build@1.2.2.post1...1.6.1) Updates `certifi` from 2024.12.14 to 2026.7.22 - [Commits](certifi/python-certifi@2024.12.14...2026.07.22) Updates `charset-normalizer` from 3.4.0 to 3.5.1 - [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.0...3.5.1) Updates `check-manifest` from 0.50 to 0.51 - [Changelog](https://github.com/mgedmin/check-manifest/blob/master/CHANGES.rst) - [Commits](mgedmin/check-manifest@0.50...0.51) Updates `coverage` from 7.6.9 to 7.16.0 - [Release notes](https://github.com/coveragepy/coveragepy/releases) - [Changelog](https://github.com/coveragepy/coveragepy/blob/main/CHANGES.rst) - [Commits](coveragepy/coveragepy@7.6.9...7.16.0) Updates `dill` from 0.3.9 to 0.4.1 - [Release notes](https://github.com/uqfoundation/dill/releases) - [Commits](uqfoundation/dill@0.3.9...0.4.1) Updates `docutils` from 0.21.2 to 0.23 - [Changelog](https://github.com/readthedocs/recommonmark/blob/master/CHANGELOG.md) - [Commits](https://github.com/rtfd/recommonmark/commits) Updates `exceptiongroup` from 1.2.2 to 1.3.1 - [Release notes](https://github.com/agronholm/exceptiongroup/releases) - [Changelog](https://github.com/agronholm/exceptiongroup/blob/main/CHANGES.rst) - [Commits](agronholm/exceptiongroup@1.2.2...1.3.1) Updates `idna` from 3.10 to 3.19 - [Release notes](https://github.com/kjd/idna/releases) - [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.md) - [Commits](kjd/idna@v3.10...v3.19) Updates `importlib-metadata` from 8.5.0 to 9.0.1 - [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.5.0...v9.0.1) Updates `iniconfig` from 2.0.0 to 2.3.0 - [Release notes](https://github.com/pytest-dev/iniconfig/releases) - [Changelog](https://github.com/pytest-dev/iniconfig/blob/main/CHANGELOG) - [Commits](pytest-dev/iniconfig@v2.0.0...v2.3.0) Updates `isort` from 5.13.2 to 9.0.1 - [Release notes](https://github.com/PyCQA/isort/releases) - [Changelog](https://github.com/PyCQA/isort/blob/main/CHANGELOG.md) - [Commits](PyCQA/isort@5.13.2...9.0.1) Updates `jaraco-context` from 6.0.1 to 6.1.2 - [Release notes](https://github.com/jaraco/jaraco.context/releases) - [Changelog](https://github.com/jaraco/jaraco.context/blob/main/NEWS.rst) - [Commits](jaraco/jaraco.context@v6.0.1...v6.1.2) Updates `jaraco-functools` from 4.1.0 to 4.6.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.1.0...v4.6.0) Updates `keyring` from 25.5.0 to 25.7.0 - [Release notes](https://github.com/jaraco/keyring/releases) - [Changelog](https://github.com/jaraco/keyring/blob/main/NEWS.rst) - [Commits](jaraco/keyring@v25.5.0...v25.7.0) Updates `markdown-it-py` from 3.0.0 to 4.2.0 - [Release notes](https://github.com/executablebooks/markdown-it-py/releases) - [Changelog](https://github.com/executablebooks/markdown-it-py/blob/master/CHANGELOG.md) - [Commits](executablebooks/markdown-it-py@v3.0.0...v4.2.0) Updates `more-itertools` from 10.5.0 to 11.1.0 - [Release notes](https://github.com/more-itertools/more-itertools/releases) - [Commits](more-itertools/more-itertools@v10.5.0...v11.1.0) Updates `mypy` from 1.14.0 to 2.3.1 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.14.0...v2.3.1) Updates `mypy-extensions` from 1.0.0 to 1.1.0 - [Commits](python/mypy_extensions@1.0.0...1.1.0) Updates `nh3` from 0.2.20 to 0.3.7 - [Release notes](https://github.com/messense/nh3/releases) - [Commits](messense/nh3@v0.2.20...v0.3.7) Updates `packaging` from 24.2 to 26.3 - [Release notes](https://github.com/pypa/packaging/releases) - [Changelog](https://github.com/pypa/packaging/blob/main/CHANGELOG.rst) - [Commits](pypa/packaging@24.2...26.3) Updates `pkginfo` from 1.12.0 to 1.13 Updates `platformdirs` from 4.3.6 to 4.11.8 - [Release notes](https://github.com/tox-dev/platformdirs/releases) - [Changelog](https://github.com/tox-dev/platformdirs/blob/main/docs/changelog.rst) - [Commits](tox-dev/platformdirs@4.3.6...4.11.8) Updates `pluggy` from 1.5.0 to 1.6.0 - [Changelog](https://github.com/pytest-dev/pluggy/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pluggy@1.5.0...1.6.0) Updates `pygments` from 2.18.0 to 2.21.0 - [Release notes](https://github.com/pygments/pygments/releases) - [Changelog](https://github.com/pygments/pygments/blob/master/CHANGES) - [Commits](pygments/pygments@2.18.0...2.21.0) Updates `pylint` from 3.3.2 to 4.0.8 - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](pylint-dev/pylint@v3.3.2...v4.0.8) Updates `pytest` from 8.3.4 to 9.1.1 - [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.3.4...9.1.1) Updates `pytest-cov` from 6.0.0 to 7.1.0 - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](pytest-dev/pytest-cov@v6.0.0...v7.1.0) Updates `pytest-spec` from 4.0.0 to 6.1.0 - [Release notes](https://github.com/pchomik/pytest-spec/releases) - [Changelog](https://github.com/pchomik/pytest-spec/blob/master/CHANGES.txt) - [Commits](pchomik/pytest-spec@4.0.0...6.1.0) Updates `readme-renderer` from 44.0 to 46.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@44.0...46.0) Updates `requests` from 2.32.3 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.3...v2.34.2) Updates `rich` from 13.9.4 to 15.0.0 - [Release notes](https://github.com/Textualize/rich/releases) - [Changelog](https://github.com/Textualize/rich/blob/main/CHANGELOG.md) - [Commits](Textualize/rich@v13.9.4...v15.0.0) Updates `ruff` from 0.8.4 to 0.16.7 - [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.8.4...0.16.7) Updates `tomli` from 2.2.1 to 2.4.1 - [Changelog](https://github.com/hukkin/tomli/blob/master/CHANGELOG.md) - [Commits](hukkin/tomli@2.2.1...2.4.1) Updates `tomlkit` from 0.13.2 to 0.15.1 - [Release notes](https://github.com/python-poetry/tomlkit/releases) - [Changelog](https://github.com/python-poetry/tomlkit/blob/master/CHANGELOG.md) - [Commits](python-poetry/tomlkit@0.13.2...0.15.1) Updates `twine` from 6.0.1 to 7.0.0 - [Release notes](https://github.com/pypa/twine/releases) - [Changelog](https://github.com/pypa/twine/blob/main/docs/changelog.rst) - [Commits](pypa/twine@6.0.1...7.0.0) Updates `typing-extensions` from 4.12.2 to 4.16.0 - [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.12.2...4.16.0) Updates `urllib3` from 2.3.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.3.0...2.7.0) Updates `zipp` from 3.21.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.21.0...v4.1.0) --- updated-dependencies: - dependency-name: astroid dependency-version: 4.3.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: python-dependencies - dependency-name: build dependency-version: 1.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: certifi dependency-version: 2026.7.22 dependency-type: direct:production update-type: version-update:semver-major dependency-group: python-dependencies - dependency-name: charset-normalizer dependency-version: 3.4.9 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: check-manifest dependency-version: '0.51' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: click dependency-version: 8.4.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: coverage dependency-version: 7.15.4 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: dill dependency-version: 0.4.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: docutils dependency-version: '0.23' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: exceptiongroup dependency-version: 1.3.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: flit-core dependency-version: 4.0.2 dependency-type: direct:development dependency-group: python-dependencies - dependency-name: idna dependency-version: '3.18' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: importlib-metadata dependency-version: 9.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: python-dependencies - dependency-name: iniconfig dependency-version: 2.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: isort dependency-version: 8.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: python-dependencies - dependency-name: jaraco-context dependency-version: 6.1.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: jaraco-functools dependency-version: 4.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: keyring dependency-version: 25.7.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: markdown-it-py dependency-version: 4.2.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: python-dependencies - dependency-name: more-itertools dependency-version: 11.1.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: python-dependencies - dependency-name: mypy dependency-version: 2.3.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: python-dependencies - dependency-name: mypy-extensions dependency-version: 1.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: nh3 dependency-version: 0.3.6 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: packaging dependency-version: '26.3' dependency-type: direct:production update-type: version-update:semver-major dependency-group: python-dependencies - dependency-name: pkginfo dependency-version: 1.12.1.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: platformdirs dependency-version: 4.11.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: pluggy dependency-version: 1.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: pygments dependency-version: 2.20.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: pylint dependency-version: 4.0.6 dependency-type: direct:production update-type: version-update:semver-major dependency-group: python-dependencies - dependency-name: pytest dependency-version: 9.1.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: python-dependencies - dependency-name: pytest-cov dependency-version: 7.1.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: python-dependencies - dependency-name: pytest-spec dependency-version: 6.1.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: python-dependencies - dependency-name: readme-renderer dependency-version: '45.0' dependency-type: direct:production update-type: version-update:semver-major dependency-group: python-dependencies - dependency-name: requests dependency-version: 2.34.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: rich dependency-version: 15.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: python-dependencies - dependency-name: robotframework dependency-version: 7.4.2 dependency-type: direct:production update-type: version-update:semver-major dependency-group: python-dependencies - dependency-name: ruff dependency-version: 0.16.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: tomli dependency-version: 2.4.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: tomlkit dependency-version: 0.15.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: twine dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: python-dependencies - dependency-name: typing-extensions dependency-version: 4.16.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: urllib3 dependency-version: 2.7.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: zipp dependency-version: 4.1.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: python-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
dependabot
Bot
force-pushed
the
dependabot/pip/python-dependencies-4ec4c95354
branch
from
September 14, 2026 22:11
7cab9a9 to
42fe207
Compare
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 click, robotframework, flit-core, astroid, build, certifi, charset-normalizer, check-manifest, coverage, dill, docutils, exceptiongroup, idna, importlib-metadata, iniconfig, isort, jaraco-context, jaraco-functools, keyring, markdown-it-py, more-itertools, mypy, mypy-extensions, nh3, packaging, pkginfo, platformdirs, pluggy, pygments, pylint, pytest, pytest-cov, pytest-spec, readme-renderer, requests, rich, ruff, tomli, tomlkit, twine, typing-extensions, urllib3 and zipp to permit the latest version.
Updates
clickfrom 8.1.8 to 8.5.0Release notes
Sourced from click's releases.
... (truncated)
Changelog
Sourced from click's changelog.
... (truncated)
Commits
8b19813Release version 8.5.02c8cd3aAdd FAQ entry aboutUnicodeEncodeErroron Windows (#3778)131c86aAdd FAQ entry aboutUnicodeEncodeErroron Windowse1fd594Add support ofpathlib.Pathtoedit(#3781)a1d8785Add support ofpathlib.Pathtoedit2103e15Forward all user's parameters set inPAGERand improve flag detection (#3777)a6256bfForwards all user's parameters set inPAGER61b69e9Resolve the pager command once, in_pager_contextmanager(#3776)9835b0fResolve the pager command once, in_pager_contextmanagerf36d58bRefactor pager stream handling (#3767)Updates
robotframeworkfrom 6.1 to 7.4.2Release notes
Sourced from robotframework's releases.
... (truncated)
Commits
b30225fUpdated version to 7.4.29e9f889Release notes for 7.4.2050dd39formatting3300db1Merge pull request #5623 from robotframework/dependabot/npm_and_yarn/src/web/...0a2b0b6Bump actions/upload-artifact from 6 to 7 (#5621)cbdbc58Explicit error if importing by path and module name contains dotsc745f0cFix accessing NormalizedDict with non-string keys7dafb73Better name for keyword used in testfaaf958Bump the npm_and_yarn group across 1 directory with 2 updatesf03e945CleanupUpdates
flit-coreto 4.0.2Changelog
Sourced from flit-core's changelog.
... (truncated)
Commits
60c0b3dMerge pull request #814 from pypa/i81358e7f41Bump version: 4.0.1 → 4.0.2666e3c2Fix METADATA format issue81ac51dMerge pull request #812 from pypa/prepare-4.0.141bdff1Add release note about 4.0.1ff5bfadBump version: 4.0.0 → 4.0.18faf734Bump actions/setup-python from 6 to 7 (#807)ef7f319Merge pull request #800 from pypa/prepare-4.0431fbafRemind people in release notes to allow flit_core <538297e7Version number -> 4.0.0Updates
astroidfrom 3.3.7 to 4.3.1Release notes
Sourced from astroid's releases.
... (truncated)
Changelog
Sourced from astroid's changelog.
... (truncated)
Commits
4ea15d4Bump astroid to 4.3.1, update changelog (#3225)38edf0e[Backport maintenance/4.3.x] Give a renamed namedtuple's instance the renamed...a52596aBump astroid to 4.3.0, update changelog3dfb6caRename the 4.2.0 changelog section to 4.3.0941430eIgnore typing.overload stubs in dunder lookup (#3150)1e71c7dFix crash on a namedtuple field name that changes under NFKC normalization (#...3316637Fix crash on a dataclass base that annotates init (#3206)8577346Infer the value of a data descriptor as unknown8666418Fix crash in has_known_bases() for a non-class metaclass5952c15Fix crash on non-name assignment targets in typing.NamedTuple bodyUpdates
buildfrom 1.2.2.post1 to 1.6.1Release notes
Sourced from build's releases.
... (truncated)
Changelog
Sourced from build's changelog.
... (truncated)
Commits
89cccefchore: prepare for 1.6.1a6f707aci: support releases from v* branches (#1178)7785161docs: fix doubled backslashes in Windows pip config path (#1149)244b250fix: always use copies for the isolated venv on Windows (#1176)c93ca6fbuild(deps): bump re-actors/alls-green from 1.2.2 to 1.3.0 in the github-acti...e02ffd3pre-commit: bump repositories (#1173)aad39a8docs: fix changelog page heading levels and sidebar (#1171)5c3fd46docs: use PyPI ref directly (#1172)1c5bd6c🐛 fix(release): format generated changelog (#1170)7f0cc7e🔧 build(type): replace mypy with pyrefly (#1168)Updates
certififrom 2024.12.14 to 2026.7.22Commits
f4bc6762026.07.22 (#428)4c91f9cBump actions/setup-python from 6.3.0 to 7.0.0 (#427)01a66c5Bump actions/checkout from 7.0.0 to 7.0.1 (#426)eb355f4Bump pypa/gh-action-pypi-publish from 1.14.0 to 1.14.1 (#425)474e6fcInclude tests in the source distribution (#424)a31ef39Bump actions/setup-python from 6.2.0 to 6.3.0 (#420)98eb2c7Bump actions/checkout from 6.0.3 to 7.0.0 (#419)d0ac52f2026.06.17 (#418)d46de62Bump actions/checkout from 6.0.2 to 6.0.3 (#417)6c183ecfix: update Requests docs link to canonical URL (#415)Updates
charset-normalizerfrom 3.4.0 to 3.5.1Release notes
Sourced from charset-normalizer's releases.
... (truncated)
Changelog
Sourced from charset-normalizer's changelog.
... (truncated)
Commits
e239bdcMerge pull request #795 from jawah/release-3.5.1648ad77docs: update faqfab2749docs: write changelog for 3.5.17d32774chore: bump version to 3.5.19a69f60docs: update data/info5dcc6ddperf: charinfo cache access optimization in cythonea3b447fix: do not validate-decode large payload when md says it's noisea05917fchore: allow setuptools 84 builds (#794)3325d87Merge pull request #792 from jawah/update-cibuildwheel-action77203b1chore: reformat noxfile.pyUpdates
check-manifestfrom 0.50 to 0.51Changelog
Sourced from check-manifest's changelog.
Commits
61edb75Preparing release 0.51396b822Merge pull request #173 from mgedmin/py31493159b9Python script to update branch protection rules6a97f2eRevert "Why not go for broke? Let's try breezy"0ccbcdaWhy not go for broke? Let's try breezy950a047Giving up3f69fa0Let's also detect TTYs pleasea59a82dPrint more debug info4848c16Move OS-level installs back to top304f15eSort VCSes alphabeticallyUpdates
coveragefrom 7.6.9 to 7.16.0Release notes
Sourced from coverage's releases.