deps: bump the other-dependencies group across 1 directory with 6 updates - #156
Merged
Merged
Conversation
…ates Bumps the other-dependencies group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [asttokens](https://github.com/gristlabs/asttokens) | `3.0.0` | `3.0.1` | | [bleach[css]](https://github.com/mozilla/bleach) | `6.2.0` | `6.3.0` | | [cffi](https://github.com/python-cffi/cffi) | `1.17.1` | `2.0.0` | | [executing](https://github.com/alexmojaki/executing) | `2.1.0` | `2.2.1` | | [pycparser](https://github.com/eliben/pycparser) | `2.23` | `3.0` | | [tenacity](https://github.com/jd/tenacity) | `9.0.0` | `9.1.2` | Updates `asttokens` from 3.0.0 to 3.0.1 - [Commits](gristlabs/asttokens@v3.0.0...v3.0.1) Updates `bleach[css]` from 6.2.0 to 6.3.0 - [Changelog](https://github.com/mozilla/bleach/blob/main/CHANGES) - [Commits](mozilla/bleach@v6.2.0...v6.3.0) Updates `cffi` from 1.17.1 to 2.0.0 - [Release notes](https://github.com/python-cffi/cffi/releases) - [Commits](python-cffi/cffi@v1.17.1...v2.0.0) Updates `executing` from 2.1.0 to 2.2.1 - [Release notes](https://github.com/alexmojaki/executing/releases) - [Commits](alexmojaki/executing@v2.1.0...v2.2.1) Updates `pycparser` from 2.23 to 3.0 - [Release notes](https://github.com/eliben/pycparser/releases) - [Commits](eliben/pycparser@release_v2.23...release_v3.00) Updates `tenacity` from 9.0.0 to 9.1.2 - [Release notes](https://github.com/jd/tenacity/releases) - [Commits](jd/tenacity@9.0.0...9.1.2) --- updated-dependencies: - dependency-name: asttokens dependency-version: 3.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: other-dependencies - dependency-name: bleach[css] dependency-version: 6.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: other-dependencies - dependency-name: cffi dependency-version: 2.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: other-dependencies - dependency-name: executing dependency-version: 2.2.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: other-dependencies - dependency-name: pycparser dependency-version: '3.0' dependency-type: direct:production update-type: version-update:semver-major dependency-group: other-dependencies - dependency-name: tenacity dependency-version: 9.1.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: other-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
Contributor
|
📖 Documentation Preview The documentation for this PR has been built and is available at: This preview will be updated automatically when you push new commits to this PR. Preview built from commit: |
dependabot
Bot
deleted the
dependabot/pip/other-dependencies-cba36f6e52
branch
January 21, 2026 18:33
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 other-dependencies group with 6 updates in the / directory:
3.0.03.0.16.2.06.3.01.17.12.0.02.1.02.2.12.233.09.0.09.1.2Updates
asttokensfrom 3.0.0 to 3.0.1Commits
bdbf396Update mypy; add 3.14 to the CI; drop python 3.8 support (#167)f859c05Add tests for astroid v2, v3, and v4 to the CI (#166)84ef059Adapt asttokens for astroid 4.x (#165)9db9335Various links improvements (#163)3371ebfMerge pull request #161 from gristlabs/dependabot/pip/docs/requests-2.32.43a60115Bump requests from 2.32.2 to 2.32.4 in /docs584b51cMerge pull request #160 from gristlabs/dependabot/pip/docs/urllib3-2.5.03e9d703Bump urllib3 from 2.2.2 to 2.5.0 in /docs64d3f7cMerge pull request #158 from gristlabs/dependabot/pip/docs/jinja2-3.1.69b5fb1aBump jinja2 from 3.1.4 to 3.1.6 in /docsUpdates
bleach[css]from 6.2.0 to 6.3.0Changelog
Sourced from bleach[css]'s changelog.
Commits
5546d5dchore: prep for 6.3.0 release88df3ffchore: fix readthedocsd8b2fb4fix: fix wbr handling (#488)55e48cechore: add support for Python 3.14 (#758)a4d6cddchore: drop support for Python 3.9 (#756)172d92fBump actions/setup-python from 5.6.0 to 6.0.0df88612Bump actions/checkout from 4.2.2 to 5.0.0cbcf6b1Bump actions/cache from 4.2.3 to 4.3.0d9aa7efSwitch from dependabot reviewers to CODEOWNERS06f0f76Update setuptools, wheel, and twine for devsUpdates
cffifrom 1.17.1 to 2.0.0Release notes
Sourced from cffi's releases.
Commits
6366c01release 2.0.0 (#196)95c84762.0.0 post beta backports (#195)195cbdaRelease 2.0.0b1 (#183)b4bbe79fix version test to support beta7ed073dAdd support for the free-threaded build (#178)67a170dChange the license from MIT to MIT-no-attribution, which is the same without ...92645ecAdd Python 3.14 support/testing (#177)2b81170doc: update test commands in Section Testing/development tips (#158)25172b8doc: update year (#153)b57a92cissue 147: force-compute nested structs before parent structs. Occurs mainly...Updates
executingfrom 2.1.0 to 2.2.1Commits
bafb305Add 3.14 to classifiers5ed2ba3Merge pull request #97 from alexmojaki/3.1428095d4refactor: review changesbb09dc6refactor: some cleanupdabc70efix: inst.argval can be a tuple for sometimes0772f91fix: removed commentsbacc5b6fix: moved verification for CALL_INTRINSIC_2 back to 3.13ec09075test: added sample_results for 3.149405fedfix: handle synthetic code to store annotationf09e4cdfix: TypeVar defaultsUpdates
pycparserfrom 2.23 to 3.0Release notes
Sourced from pycparser's releases.
Commits
77de509Prepare for release 3.00e57ccd1Update README230e12ddisable uv caching in CI9c52f40Update CI to run make check+test via uvx6b8f064Use dataclass where applicable; add 'make test' to Makefile25376cbUse f-strings instead of older formatting in other auxiliary files9bd8997Use f-strings instead of older formatting in core code + tests664eac2Modernize some code with pattern matching842f064Add type annotations to more examples076f374Add types to several exmaplesUpdates
tenacityfrom 9.0.0 to 9.1.2Release notes
Sourced from tenacity's releases.
Commits
62787c3ci: fix build2b173a1ci: fix typoa44271ffix: Add re.Pattern to allowed match types (#497)b4dfa3fchore(deps): bump actions/setup-python in the github-actions group (#522)f9a879cci: upload on PyPI using trusted publishing (#520)bfbf173fix: return "Self" from "BaseRetrying.copy" (#518)212c47cci: update ubuntu image (#516)3e2c181ci: remove Python 3.8 support (#515)3203359Test with Python 3.13 (#480)72db274chore(deps): bump actions/setup-python in the github-actions group (#513)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions