Bump the python-dependencies group with 33 updates - #21
Open
dependabot[bot] wants to merge 1 commit into
Open
Conversation
Bumps the python-dependencies group with 33 updates: | Package | From | To | | --- | --- | --- | | [robotframework](https://github.com/robotframework/robotframework) | `6.1.1` | `7.4.2` | | [tomli](https://github.com/hukkin/tomli) | `2.0.1` | `2.4.1` | | [typing-extensions](https://github.com/python/typing_extensions) | `4.15.0` | `4.16.0` | | [xsdata](https://github.com/tefra/xsdata) | `25.7` | `26.2` | | [astroid](https://github.com/pylint-dev/astroid) | `3.3.11` | `4.1.2` | | [build](https://github.com/pypa/build) | `1.4.0` | `1.5.0` | | [certifi](https://github.com/certifi/python-certifi) | `2026.1.4` | `2026.6.17` | | [charset-normalizer](https://github.com/jawah/charset_normalizer) | `3.4.4` | `3.4.9` | | [click](https://github.com/pallets/click) | `8.1.8` | `8.4.2` | | [coverage](https://github.com/coveragepy/coveragepy) | `7.10.7` | `7.15.2` | | [dill](https://github.com/uqfoundation/dill) | `0.4.0` | `0.4.1` | | [docformatter](https://github.com/PyCQA/docformatter) | `1.7.7` | `1.7.8` | | [docutils](https://github.com/rtfd/recommonmark) | `0.22.4` | `0.23` | | [idna](https://github.com/kjd/idna) | `3.11` | `3.18` | | [importlib-metadata](https://github.com/python/importlib_metadata) | `8.7.1` | `9.0.0` | | [iniconfig](https://github.com/pytest-dev/iniconfig) | `2.1.0` | `2.3.0` | | [invoke](https://github.com/pyinvoke/invoke) | `2.2.1` | `3.0.3` | | [isort](https://github.com/PyCQA/isort) | `6.1.0` | `8.0.1` | | [librt](https://github.com/mypyc/librt) | `0.7.8` | `0.13.0` | | [mypy](https://github.com/python/mypy) | `1.19.1` | `2.3.0` | | [packaging](https://github.com/pypa/packaging) | `25.0` | `26.2` | | [pathspec](https://github.com/cpburnz/python-pathspec) | `1.0.3` | `1.1.1` | | [platformdirs](https://github.com/tox-dev/platformdirs) | `4.4.0` | `4.10.1` | | [pygments](https://github.com/pygments/pygments) | `2.19.2` | `2.20.0` | | [pylint](https://github.com/pylint-dev/pylint) | `3.3.9` | `4.0.6` | | [pytest](https://github.com/pytest-dev/pytest) | `8.4.2` | `9.1.1` | | [pytest-cov](https://github.com/pytest-dev/pytest-cov) | `7.0.0` | `7.1.0` | | [pytest-spec](https://github.com/pchomik/pytest-spec) | `5.2.0` | `6.1.0` | | [requests](https://github.com/psf/requests) | `2.32.5` | `2.34.2` | | [ruff](https://github.com/astral-sh/ruff) | `0.14.11` | `0.15.22` | | [tomlkit](https://github.com/python-poetry/tomlkit) | `0.14.0` | `0.15.1` | | [urllib3](https://github.com/urllib3/urllib3) | `2.6.3` | `2.7.0` | | [zipp](https://github.com/jaraco/zipp) | `3.23.0` | `4.1.0` | Updates `robotframework` from 6.1.1 to 7.4.2 - [Release notes](https://github.com/robotframework/robotframework/releases) - [Commits](robotframework/robotframework@v6.1.1...v7.4.2) Updates `tomli` from 2.0.1 to 2.4.1 - [Changelog](https://github.com/hukkin/tomli/blob/master/CHANGELOG.md) - [Commits](hukkin/tomli@2.0.1...2.4.1) Updates `typing-extensions` from 4.15.0 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.15.0...4.16.0) Updates `xsdata` from 25.7 to 26.2 - [Release notes](https://github.com/tefra/xsdata/releases) - [Changelog](https://github.com/tefra/xsdata/blob/main/CHANGES.md) - [Commits](tefra/xsdata@v25.7...v26.2) Updates `astroid` from 3.3.11 to 4.1.2 - [Release notes](https://github.com/pylint-dev/astroid/releases) - [Changelog](https://github.com/pylint-dev/astroid/blob/main/ChangeLog) - [Commits](pylint-dev/astroid@v3.3.11...v4.1.2) Updates `build` from 1.4.0 to 1.5.0 - [Release notes](https://github.com/pypa/build/releases) - [Changelog](https://github.com/pypa/build/blob/main/CHANGELOG.rst) - [Commits](pypa/build@1.4.0...1.5.0) Updates `certifi` from 2026.1.4 to 2026.6.17 - [Commits](certifi/python-certifi@2026.01.04...2026.06.17) Updates `charset-normalizer` from 3.4.4 to 3.4.9 - [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.4...3.4.9) Updates `click` from 8.1.8 to 8.4.2 - [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.2) Updates `coverage` from 7.10.7 to 7.15.2 - [Release notes](https://github.com/coveragepy/coveragepy/releases) - [Changelog](https://github.com/coveragepy/coveragepy/blob/main/CHANGES.rst) - [Commits](coveragepy/coveragepy@7.10.7...7.15.2) Updates `dill` from 0.4.0 to 0.4.1 - [Release notes](https://github.com/uqfoundation/dill/releases) - [Commits](uqfoundation/dill@0.4.0...0.4.1) Updates `docformatter` from 1.7.7 to 1.7.8 - [Release notes](https://github.com/PyCQA/docformatter/releases) - [Changelog](https://github.com/PyCQA/docformatter/blob/master/CHANGELOG.md) - [Commits](PyCQA/docformatter@v1.7.7...v1.7.8) Updates `docutils` from 0.22.4 to 0.23 - [Changelog](https://github.com/readthedocs/recommonmark/blob/master/CHANGELOG.md) - [Commits](https://github.com/rtfd/recommonmark/commits) Updates `idna` from 3.11 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.11...v3.18) Updates `importlib-metadata` from 8.7.1 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.1...v9.0.0) Updates `iniconfig` from 2.1.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.1.0...v2.3.0) Updates `invoke` from 2.2.1 to 3.0.3 - [Commits](pyinvoke/invoke@2.2.1...3.0.3) Updates `isort` from 6.1.0 to 8.0.1 - [Release notes](https://github.com/PyCQA/isort/releases) - [Changelog](https://github.com/PyCQA/isort/blob/main/CHANGELOG.md) - [Commits](PyCQA/isort@6.1.0...8.0.1) Updates `librt` from 0.7.8 to 0.13.0 - [Commits](mypyc/librt@v0.7.8...v0.13.0) Updates `mypy` from 1.19.1 to 2.3.0 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.19.1...v2.3.0) Updates `packaging` from 25.0 to 26.2 - [Release notes](https://github.com/pypa/packaging/releases) - [Changelog](https://github.com/pypa/packaging/blob/main/CHANGELOG.rst) - [Commits](pypa/packaging@25.0...26.2) Updates `pathspec` from 1.0.3 to 1.1.1 - [Release notes](https://github.com/cpburnz/python-pathspec/releases) - [Changelog](https://github.com/cpburnz/python-pathspec/blob/master/CHANGES.rst) - [Commits](cpburnz/python-pathspec@v1.0.3...v1.1.1) Updates `platformdirs` from 4.4.0 to 4.10.1 - [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.4.0...4.10.1) Updates `pygments` from 2.19.2 to 2.20.0 - [Release notes](https://github.com/pygments/pygments/releases) - [Changelog](https://github.com/pygments/pygments/blob/master/CHANGES) - [Commits](pygments/pygments@2.19.2...2.20.0) Updates `pylint` from 3.3.9 to 4.0.6 - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](pylint-dev/pylint@v3.3.9...v4.0.6) Updates `pytest` from 8.4.2 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.4.2...9.1.1) Updates `pytest-cov` from 7.0.0 to 7.1.0 - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](pytest-dev/pytest-cov@v7.0.0...v7.1.0) Updates `pytest-spec` from 5.2.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@5.2.0...6.1.0) 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 `ruff` from 0.14.11 to 0.15.22 - [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.14.11...0.15.22) Updates `tomlkit` from 0.14.0 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.14.0...0.15.1) Updates `urllib3` from 2.6.3 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.6.3...2.7.0) 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) --- updated-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: tomli dependency-version: 2.4.1 dependency-type: direct:production update-type: version-update:semver-minor 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: xsdata dependency-version: '26.2' dependency-type: direct:production update-type: version-update:semver-major dependency-group: python-dependencies - dependency-name: astroid dependency-version: 4.1.2 dependency-type: direct:development update-type: version-update:semver-major dependency-group: python-dependencies - dependency-name: build dependency-version: 1.5.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: certifi dependency-version: 2026.6.17 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: charset-normalizer dependency-version: 3.4.9 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: click dependency-version: 8.4.2 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: coverage dependency-version: 7.15.2 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: dill dependency-version: 0.4.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: docformatter dependency-version: 1.7.8 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: docutils dependency-version: '0.23' dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: idna dependency-version: '3.18' dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: importlib-metadata dependency-version: 9.0.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: python-dependencies - dependency-name: iniconfig dependency-version: 2.3.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: invoke dependency-version: 3.0.3 dependency-type: direct:development update-type: version-update:semver-major dependency-group: python-dependencies - dependency-name: isort dependency-version: 8.0.1 dependency-type: direct:development update-type: version-update:semver-major dependency-group: python-dependencies - dependency-name: librt dependency-version: 0.13.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: mypy dependency-version: 2.3.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: python-dependencies - dependency-name: packaging dependency-version: '26.2' dependency-type: direct:development update-type: version-update:semver-major dependency-group: python-dependencies - dependency-name: pathspec dependency-version: 1.1.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: platformdirs dependency-version: 4.10.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: pygments dependency-version: 2.20.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: pylint dependency-version: 4.0.6 dependency-type: direct:development update-type: version-update:semver-major dependency-group: python-dependencies - dependency-name: pytest dependency-version: 9.1.1 dependency-type: direct:development update-type: version-update:semver-major dependency-group: python-dependencies - dependency-name: pytest-cov dependency-version: 7.1.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: pytest-spec dependency-version: 6.1.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: python-dependencies - dependency-name: requests dependency-version: 2.34.2 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: ruff dependency-version: 0.15.22 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: tomlkit dependency-version: 0.15.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: urllib3 dependency-version: 2.7.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: zipp dependency-version: 4.1.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: python-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.
Bumps the python-dependencies group with 33 updates:
6.1.17.4.22.0.12.4.14.15.04.16.025.726.23.3.114.1.21.4.01.5.02026.1.42026.6.173.4.43.4.98.1.88.4.27.10.77.15.20.4.00.4.11.7.71.7.80.22.40.233.113.188.7.19.0.02.1.02.3.02.2.13.0.36.1.08.0.10.7.80.13.01.19.12.3.025.026.21.0.31.1.14.4.04.10.12.19.22.20.03.3.94.0.68.4.29.1.17.0.07.1.05.2.06.1.02.32.52.34.20.14.110.15.220.14.00.15.12.6.32.7.03.23.04.1.0Updates
robotframeworkfrom 6.1.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
tomlifrom 2.0.1 to 2.4.1Changelog
Sourced from tomli's changelog.
Commits
c5f4469Bump version: 2.4.0 → 2.4.12bcd262Add change log for 2.4.1 and 2.3.1e1fdb94Limit number of parts of a key (#286)c20c491pre-commit autoupdate920e20bUpdate performance benchmark and results064e492Merge pull request #280 from hukkin/version-2.4.0a678e6fBump version: 2.3.0 → 2.4.0b8a1358Tests: remove now needless "TOML compliance"->"burntsushi" format conversion4979375Update GitHub actionsf890dd1Update pre-commit hooksUpdates
typing-extensionsfrom 4.15.0 to 4.16.0Release notes
Sourced from typing-extensions's releases.
... (truncated)
Changelog
Sourced from typing-extensions's changelog.
Commits
f29cd28Prepare relase 4.16.0 (#774)4317461Bump version to 4.16.0rc2.dev (#772)4f71098Prepare release 4.16.0rc2 (#771)37ed08aRemove use ofasyncio.coroutines.iscoroutinefunction()(#769)8dcc559ImproveTypedDictdocumentation (#770)224f8d5Post-release followups for 3.16.0rc1 (#767)777de3ePrepare release 4.16.0rc1 (#766)890be90Type variable tuple variance (#741)0e05458Pin SQLAlchemy third-party tests to pytest==9.0.3 (#765)d277746docs: add version compatibility table (#733)Updates
xsdatafrom 25.7 to 26.2Release notes
Sourced from xsdata's releases.
Changelog
Sourced from xsdata's changelog.
Commits
7a82d77Prepare v26.2 (#1209)f3bbc43Merge pull request #1208 from tefra/rework-optionals8864597Infer required meta whenever possible5c29655Generate required metadata only for attributes withou default valuesacef413Add optional on type analyze result7955e00Improve debug converterdca262bFix elements in same choice different branches incorrectly merged as list (#1...b5e42dfDrop pymdownx-superfence-filter-lines (#1204)2d86be5Bump min dependency versions (#1203)01c152aPreparing v26.1 (#1202)Updates
astroidfrom 3.3.11 to 4.1.2Release notes
Sourced from astroid's releases.
... (truncated)
Changelog
Sourced from astroid's changelog.
... (truncated)
Commits
91dac13Bump astroid to 4.1.2, update changelog (#3011)796eba8objectmodel: fix crash analyzing property fset in generic classes with type a...ca814f0Update CI workflow to include maintenance branch (#2999)7593877[Backport maintenance/4.1.x] Fix cyclic inference by constraints (#2998)3f63f90Fix builtin functions incorrectly exposing descriptor attributes (#2983)be7479eFix ValueError in str/repr and error messages with extreme values (#2971)1c9938dFix RecursionError in _compute_mro() on circular class hierarchies (#2968)98938ad[Backport maintenance/4.1.x] Fix DuplicateBasesError crash in dataclass trans...33fabe0[Backport maintenance/4.1.x] Fix MemoryError when inferring f-string with lar...f11d7aeBump astroid to 4.1.1, update changelogUpdates
buildfrom 1.4.0 to 1.5.0Release notes
Sourced from build's releases.
... (truncated)
Changelog
Sourced from build's changelog.
... (truncated)
Commits
615d04cchore: prepare for 1.5.0776f702fix: api should not ignore installed, only CLI (#1056)42da4c4pre-commit: bump repositories (#1055)b445cd2chore: tox toml (#1033)c44c143feat: drop 3.9, require 3.10+ (#1036)a9bb456build(deps): bump astral-sh/setup-uv from 8.0.0 to 8.1.0 in the actions group...cb33511ci: try to improve release docs (#1051)70666a2chore: prepare for 1.4.4653d865docs: fix issue with changelog generation (#1050)373b9eetests: keep environment from leaking in Python 3.15 (#1049)Updates
certififrom 2026.1.4 to 2026.6.17Commits
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)36e3568Bump dessant/lock-threads from 6.0.0 to 6.0.2d7ea1512026.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)Updates
charset-normalizerfrom 3.4.4 to 3.4.9Release notes
Sourced from charset-normalizer's releases.