bookmarkmgr: bump the all-packages group across 1 directory with 7 updates - #222
Open
dependabot[bot] wants to merge 1 commit into
Open
bookmarkmgr: bump the all-packages group across 1 directory with 7 updates#222dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
…dates Bumps the all-packages group with 7 updates in the /bookmarkmgr directory: | Package | From | To | | --- | --- | --- | | [cffi](https://github.com/python-cffi/cffi) | `2.0.0` | `2.1.1` | | [tqdm](https://github.com/tqdm/tqdm) | `4.68.3` | `4.70.0` | | [yarl](https://github.com/aio-libs/yarl) | `1.24.2` | `1.24.5` | | [types-tqdm](https://github.com/python/typeshed) | `4.68.0.20260608` | `4.70.0.20260805` | | [aiohappyeyeballs](https://github.com/aio-libs/aiohappyeyeballs) | `2.6.2` | `2.7.1` | | [packaging](https://github.com/pypa/packaging) | `26.2` | `26.3` | | [types-setuptools](https://github.com/python/typeshed) | `83.0.0.20260724` | `83.0.0.20260807` | Updates `cffi` from 2.0.0 to 2.1.1 - [Release notes](https://github.com/python-cffi/cffi/releases) - [Commits](python-cffi/cffi@v2.0.0...v2.1.1) Updates `tqdm` from 4.68.3 to 4.70.0 - [Release notes](https://github.com/tqdm/tqdm/releases) - [Commits](tqdm/tqdm@v4.68.3...v4.70.0) Updates `yarl` from 1.24.2 to 1.24.5 - [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.24.2...v1.24.5) Updates `types-tqdm` from 4.68.0.20260608 to 4.70.0.20260805 - [Commits](https://github.com/python/typeshed/commits) Updates `aiohappyeyeballs` from 2.6.2 to 2.7.1 - [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.6.2...v2.7.1) Updates `packaging` from 26.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@26.2...26.3) Updates `types-setuptools` from 83.0.0.20260724 to 83.0.0.20260807 - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: cffi dependency-version: 2.1.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-packages - dependency-name: tqdm dependency-version: 4.70.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-packages - dependency-name: yarl dependency-version: 1.24.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-packages - dependency-name: types-tqdm dependency-version: 4.70.0.20260805 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all-packages - dependency-name: aiohappyeyeballs dependency-version: 2.7.1 dependency-type: indirect update-type: version-update:semver-minor dependency-group: all-packages - dependency-name: packaging dependency-version: '26.3' dependency-type: indirect update-type: version-update:semver-minor dependency-group: all-packages - dependency-name: types-setuptools dependency-version: 83.0.0.20260807 dependency-type: indirect update-type: version-update:semver-patch dependency-group: all-packages ... 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 all-packages group with 7 updates in the /bookmarkmgr directory:
2.0.02.1.14.68.34.70.01.24.21.24.54.68.0.202606084.70.0.202608052.6.22.7.126.226.383.0.0.2026072483.0.0.20260807Updates
cffifrom 2.0.0 to 2.1.1Release notes
Sourced from cffi's releases.
Commits
fd33e77New release 2.1.156a7876Use PyGILState_Ensure to avoid accessing CPython internals (#269) (#270)d9f6f70New release 2.1.002a7b0eMisc pre-2.1 release/packaging cleanup (#253)1362e5dMove cffi-gen-src release note to 2.1.0 notesa797055Make error message when embedding version test fails more friendlyf1f40a8Update changelogdc62c93Delete missed cp39 Windows buildsa341180Update version numbers to prepare for v2.1 release9f04d85Mark test using inet_ntoa as thread-unsafeUpdates
tqdmfrom 4.68.3 to 4.70.0Release notes
Sourced from tqdm's releases.
Commits
96f2e60Merge pull request #1777 from shermansiu/feat/interpreter-poolc27393emisc tidy061c623Disabletqdm.monitor_intervalfor subinterpreters because they do not have ...9fc160bUpdate how we check forinterpreter_mapsupport in the testsb42463aEnsure that subinterpreters can import tqdm while unpickling the initializer16d5486Add support for nested progress bars9f5890fAdd initial implementation for interpreter_map321f920Merge pull request #1783 from LuShadowX/reset-inf-total4664b57minor tidy426a098Treat inf total as unknown in reset() tooUpdates
yarlfrom 1.24.2 to 1.24.5Release notes
Sourced from yarl's releases.
... (truncated)
Changelog
Sourced from yarl's changelog.
... (truncated)
Commits
0b30cb0Release 1.24.5 (#1807)56150c8Run the IDNA sweep test only on native Linux x86_64 (#1806)515adcaRelease 1.24.4 (#1805)ab5dec2Do not install hypothesis in the wheel-build test env (#1804)f9d10fbRelease 1.24.3 (#1803)058b7cbTest lone surrogate handling in encoded and parsed URL paths (#991)a181ceeUpdate hypothesis requirement from >=6.156.4 to >=6.157.0 in /requirements (#...28c1bccEncode scheme-shaped path colon in relative-path builders (#1802)51e2802Reject hosts with Unicode default-ignorable code points (#1801)3921a73Drop lone surrogates that split a percent escape in the Cython quoter (#1752)Updates
types-tqdmfrom 4.68.0.20260608 to 4.70.0.20260805Commits
Updates
aiohappyeyeballsfrom 2.6.2 to 2.7.1Release notes
Sourced from aiohappyeyeballs's releases.
Changelog
Sourced from aiohappyeyeballs's changelog.
Commits
4dfc9262.7.1e10f335perf: use defaultdict to help with performance (#239)338277bchore: stop tracking .DS_Store files (#251)1697869ci: add codspeed benchmark suite for addrinfo reordering hot paths (#250)d40a848chore(deps-dev): bump starlette from 1.0.1 to 1.3.1 (#242)51d4266chore(deps-dev): bump cryptography from 46.0.7 to 48.0.1 (#243)2df44b3chore(pre-commit.ci): pre-commit autoupdate (#241)3e3cb61chore(deps-dev): bump pytest from 9.0.3 to 9.1.1 (#244)922dcd7chore(deps-ci): bump the github-actions group with 4 updates (#245)70461c5ci: drop .github/FUNDING.yml to inherit org-wide config (#247)Updates
packagingfrom 26.2 to 26.3Release notes
Sourced from packaging's releases.
... (truncated)
Changelog
Sourced from packaging's changelog.
... (truncated)
Commits
929fd4bBump for releasef300ebfchore(deps): bump the pre-commit group with 5 updates (#1357)f91d975ci(downstream): bump hatchling to 1.31.0 and fix its pytest rootdir (#1361)b1a7124chore(deps): bump the github-actions group with 7 updates (#1358)2d873ebfix(metadata): fold every line boundary when writing headers (#1356)413d006docs: changelog for 26.3 (#1343)4eb0753docs(metadata): explain selective field validation (#1342)77e9ed4feat(tags): add pure Python tag generator (#1346)7cea5e8ci: drop 3.13t on Windows (3.13.14t may fail to build, run takes 9 minutes) (...45a8b34docs: add missing versionadded/versionchanged directives (#1344)Updates
types-setuptoolsfrom 83.0.0.20260724 to 83.0.0.20260807Commits
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 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