Bump the pip group across 1 directory with 7 updates#105
Closed
dependabot[bot] wants to merge 1 commit intomainfrom
Closed
Bump the pip group across 1 directory with 7 updates#105dependabot[bot] wants to merge 1 commit intomainfrom
dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
Bumps the pip group with 7 updates in the / directory: | Package | From | To | | --- | --- | --- | | [aiohttp](https://github.com/aio-libs/aiohttp) | `3.9.2` | `3.9.4` | | [dnspython](https://github.com/rthalley/dnspython) | `2.4.2` | `2.6.1` | | [idna](https://github.com/kjd/idna) | `3.4` | `3.7` | | [onnx](https://github.com/onnx/onnx) | `1.15.0` | `1.16.0` | | [pandasai](https://github.com/gventuri/pandas-ai) | `1.5.13` | `1.5.18` | | [pillow](https://github.com/python-pillow/Pillow) | `10.2.0` | `10.3.0` | | [transformers](https://github.com/huggingface/transformers) | `4.36.0` | `4.38.0` | Updates `aiohttp` from 3.9.2 to 3.9.4 - [Release notes](https://github.com/aio-libs/aiohttp/releases) - [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst) - [Commits](aio-libs/aiohttp@v3.9.2...v3.9.4) Updates `dnspython` from 2.4.2 to 2.6.1 - [Release notes](https://github.com/rthalley/dnspython/releases) - [Changelog](https://github.com/rthalley/dnspython/blob/main/doc/whatsnew.rst) - [Commits](rthalley/dnspython@v2.4.2...v2.6.1) Updates `idna` from 3.4 to 3.7 - [Release notes](https://github.com/kjd/idna/releases) - [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.rst) - [Commits](kjd/idna@v3.4...v3.7) Updates `onnx` from 1.15.0 to 1.16.0 - [Release notes](https://github.com/onnx/onnx/releases) - [Changelog](https://github.com/onnx/onnx/blob/main/docs/Changelog-ml.md) - [Commits](onnx/onnx@v1.15.0...v1.16.0) Updates `pandasai` from 1.5.13 to 1.5.18 - [Release notes](https://github.com/gventuri/pandas-ai/releases) - [Commits](sinaptik-ai/pandas-ai@v1.5.13...v1.5.18) Updates `pillow` from 10.2.0 to 10.3.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@10.2.0...10.3.0) Updates `transformers` from 4.36.0 to 4.38.0 - [Release notes](https://github.com/huggingface/transformers/releases) - [Commits](huggingface/transformers@v4.36.0...v4.38.0) --- updated-dependencies: - dependency-name: aiohttp dependency-type: direct:production dependency-group: pip - dependency-name: dnspython dependency-type: direct:production dependency-group: pip - dependency-name: idna dependency-type: direct:production dependency-group: pip - dependency-name: onnx dependency-type: direct:production dependency-group: pip - dependency-name: pandasai dependency-type: direct:production dependency-group: pip - dependency-name: pillow dependency-type: direct:production dependency-group: pip - dependency-name: transformers dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] <support@github.com>
Contributor
Author
|
Superseded by #109. |
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 pip group with 7 updates in the / directory:
3.9.23.9.42.4.22.6.13.43.71.15.01.16.01.5.131.5.1810.2.010.3.04.36.04.38.0Updates
aiohttpfrom 3.9.2 to 3.9.4Release notes
Sourced from aiohttp's releases.
... (truncated)
Changelog
Sourced from aiohttp's changelog.
... (truncated)
Commits
b3397c7Release v3.9.4 (#8201)a7e240a[PR #8320/9ba9a4e5 backport][3.9] Fix Python parser to mark responses without...2833552Escape filenames and paths in HTML when generating index pages (#8317) (#8319)ed43040[PR #8309/c29945a1 backport][3.9] Improve reliability of run_app test (#8315)ec2be05[PR #8299/28d026eb backport][3.9] Create marker for internal tests (#8307)292d961[PR #8304/88c80c14 backport][3.9] Check for backports in CI (#8305)cebe526Fix handling of multipart/form-data (#8280) (#8302)270ae9c[PR #8297/d15f07cf backport][3.9] Upgrade to llhttp 9.2.1 (#8292) (#8298)bb23105[PR #8283/54e13b0a backport][3.9] Fix blocking I/O in the event loop while pr...3f79241[PR #8286/28f1fd88 backport][3.9] docs: remove repetitive word in comment (#8...Updates
dnspythonfrom 2.4.2 to 2.6.1Release notes
Sourced from dnspython's releases.
Changelog
Sourced from dnspython's changelog.
... (truncated)
Commits
0a742b9update CI0ea5ad0The Tudoor fix should not eat valid Truncated exceptions #1053 (#1054)f12d3982.6.1 version prepcecb853Further improve CVE fix coverage to 100% for sync and async.7952e31test IgnoreErrorse093299For the Tudoor fix, we also need the UDP nameserver to ignore_unexpected.3af9f782.6.0 versioningca63d95Require cryptography >=41 instead of 42.902cbf3Create CODE_OF_CONDUCT.mded9795fgithub contributing and pull request templateUpdates
idnafrom 3.4 to 3.7Release notes
Sourced from idna's releases.
Changelog
Sourced from idna's changelog.
Commits
1d365e1Release v3.7c1b3154Merge pull request #172 from kjd/optimize-contextj0394ec7Merge branch 'master' into optimize-contextjcd58a23Merge pull request #152 from elliotwutingfeng/dev5beb28bMore efficient resolution of joiner contexts1b12148Update ossf/scorecard-action to v2.3.1d516b87Update Github actions/checkout to v4c095c75Merge branch 'master' into dev60a0a4cFix typo in GitHub Actions workflow key5918a0eMerge branch 'master' into devUpdates
onnxfrom 1.15.0 to 1.16.0Release notes
Sourced from onnx's releases.
... (truncated)
Commits
990217fSet version number for official release (#6033)2159934[Cherry-pick] Fix builds from source and pip tar.gz on s390x systems (#5986)f46a3f8[Cherry-pick] Use CMAKE_PREFIX_PATH in finding libprotobuf (#5975) (#5997)c867683[Cherry-pick]Fix SegFault bug in shape inference (#5995)e6ff7b9[Cherry-pick] Fix unique_name (#5994)34e00ddSet version inrel-1.16.0to 1.16.0rc2 (#5987)309a0b0[Cherry-pick] Fix Check URLs errors inrel-1.16(#5973)69ec4b6Set version inrel-1.16.0to 1.16.0rc1 (#5969)ff60ddcUpdate top-k documentation (#5948)833575ePrepare for rel-1.16.0 (#5959)Updates
pandasaifrom 1.5.13 to 1.5.18Release notes
Sourced from pandasai's releases.
... (truncated)
Commits
0c4ad3aRelease v1.5.1896f8f1afeat: add support Google Gemini API in LLMs (#902)45c4b6ffix: badge for "Open in Colab" (#903)4053dc6Merge branch 'main' of https://github.com/gventuri/pandas-ai33ea13bfeat: add df summarization shortcut (#901)66b9ba0fix(airtable): use personal access token instead of api key94802b3[fix] logging chart saving only if code contains chart (#897)20b80ccrefactor: TypeVar for IResponseParser (#889) (#890)26cabb0docs:pdate examples.md (#887)ff01661Release v1.5.17Updates
pillowfrom 10.2.0 to 10.3.0Release notes
Sourced from pillow's releases.
... (truncated)
Changelog
Sourced from pillow's changelog.
... (truncated)
Commits
5c89d8810.3.0 version bump63cbfcfUpdate CHANGES.rst [ci skip]2776126Merge pull request #7928 from python-pillow/lcmsaeb51cbMerge branch 'main' into lcms5beb0b6Update CHANGES.rst [ci skip]cac6ffaMerge pull request #7927 from python-pillow/imagemathf5eeeacName as 'options' in lambda_eval and unsafe_eval, but '_dict' in deprecated evalfacf3afAdded release notes2a93abaUse strncpy to avoid buffer overflowa670597Update CHANGES.rst [ci skip]Updates
transformersfrom 4.36.0 to 4.38.0Release notes
Sourced from transformers's releases.
... (truncated)
Commits
08ab54a[gemma] Adds support for Gemma 💎 (#29167)2de9314[Maskformer] safely get backbone config (#29166)476957b🚨 Llama: update rope scaling to match static cache changes (#29143)7a4bec6Release: 4.38.0ee3af60Add support for fine-tuning CLIP-like models using contrastive-image-text exa...0996a10Revert low cpu mem tie weights (#29135)15cfe38[Core tokenization]add_dummy_prefix_spaceoption to help with latest is...efdd436FIX [PEFT/Trainer] Handle better peft + quantized compiled models (#29...5e95dca[cuda kernels] only compile them when initializing (#29133)a7755d2Generate: unset GenerationConfig parameters do not raise warning (#29119)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 conditionsYou can disable automated security fix PRs for this repo from the Security Alerts page.