Bump the pip group across 1 directory with 6 updates - #608
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
Bumps the pip group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [djangorestframework](https://github.com/encode/django-rest-framework) | `3.16.1` | `3.17.2` | | [banks](https://github.com/masci/banks) | `2.4.2` | `2.4.5` | | [mistune](https://github.com/lepture/mistune) | `3.3.0` | `3.3.3` | | [nltk](https://github.com/nltk/nltk) | `3.10.0` | `3.10.3` | | [soupsieve](https://github.com/facelessuser/soupsieve) | `2.8.4` | `2.9` | | [transformers](https://github.com/huggingface/transformers) | `4.57.6` | `5.10.1` | Updates `djangorestframework` from 3.16.1 to 3.17.2 - [Release notes](https://github.com/encode/django-rest-framework/releases) - [Commits](encode/django-rest-framework@3.16.1...3.17.2) Updates `banks` from 2.4.2 to 2.4.5 - [Release notes](https://github.com/masci/banks/releases) - [Commits](masci/banks@v2.4.2...v2.4.5) Updates `mistune` from 3.3.0 to 3.3.3 - [Release notes](https://github.com/lepture/mistune/releases) - [Changelog](https://github.com/lepture/mistune/blob/main/docs/changes.rst) - [Commits](lepture/mistune@v3.3.0...v3.3.3) Updates `nltk` from 3.10.0 to 3.10.3 - [Release notes](https://github.com/nltk/nltk/releases) - [Changelog](https://github.com/nltk/nltk/blob/develop/ChangeLog) - [Commits](nltk/nltk@v3.10.0...v3.10.3) Updates `soupsieve` from 2.8.4 to 2.9 - [Release notes](https://github.com/facelessuser/soupsieve/releases) - [Commits](facelessuser/soupsieve@2.8.4...2.9) Updates `transformers` from 4.57.6 to 5.10.1 - [Release notes](https://github.com/huggingface/transformers/releases) - [Commits](huggingface/transformers@v4.57.6...v5.10.1) --- updated-dependencies: - dependency-name: djangorestframework dependency-version: 3.17.2 dependency-type: direct:production dependency-group: pip - dependency-name: banks dependency-version: 2.4.5 dependency-type: direct:production dependency-group: pip - dependency-name: mistune dependency-version: 3.3.3 dependency-type: direct:production dependency-group: pip - dependency-name: nltk dependency-version: 3.10.3 dependency-type: direct:production dependency-group: pip - dependency-name: soupsieve dependency-version: '2.9' dependency-type: direct:production dependency-group: pip - dependency-name: transformers dependency-version: 5.10.1 dependency-type: direct:production dependency-group: pip ... 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 pip group with 6 updates in the / directory:
3.16.13.17.22.4.22.4.53.3.03.3.33.10.03.10.32.8.42.94.57.65.10.1Updates
djangorestframeworkfrom 3.16.1 to 3.17.2Release notes
Sourced from djangorestframework's releases.
... (truncated)
Commits
ad309f3Release 3.17.2 (#10014)2912dc9EnforceDATA_UPLOAD_MAX_MEMORY_SIZEforrequest.dataparsing (#10013)71f8194Fix disclosure of GET-protected data in case of validation error with `AdminR...22e231cPrepare bug fix release 3.17.1 (#9931)8e99b53Add condition to skip pushed tags from forks (#9924)c0407deFixHTMLFormRendererwith emptydatetimevalues (#9928)30d58a7Fix the book sizing in the documentation (#9926)6f03b79Tweak order of changes in release notes021ab56Bump version and update release notes for 3.17.0 (#9921)19ebad7Bump mkdocs-material[imaging] from 9.7.4 to 9.7.5 (#9923)Updates
banksfrom 2.4.2 to 2.4.5Release notes
Sourced from banks's releases.
Commits
ae351d7chore: set version to 2.4.5 [skip ci]a215f6dfix: validate prompt paths in DirectoryPromptRegistry (#77)3ab65bachore: set version to 2.4.4 [skip ci]7e3c2a3fix: restrict media filter file paths to the current working directory (#76)1ef6c87chore: set version to 2.4.3 [skip ci]e443f11fix: resolve tool callables from an explicit registry instead of importlib (#75)Updates
mistunefrom 3.3.0 to 3.3.3Release notes
Sourced from mistune's releases.
Changelog
Sourced from mistune's changelog.
Commits
060f73achore: release 3.3.3ae7e9d5perf: improve for footnotes, ruby and spoilerc2228a2perf: improve performance for math and formatting pluginse001d51perf: improve link label parsing performancecca5ee6fix: add image max depth0938fb7fix: add max_emphasis_depth9946c92tests: update dealine time for pypy4009f67fix: use SAFE_PROTOCOLS instead of HARMFUL_PROTOCOLS3025549Merge pull request #462 from Sanjays2402/fix/markdown-renderer-escape-emphasisb042996fix: escape literal emphasis markers in MarkdownRendererUpdates
nltkfrom 3.10.0 to 3.10.3Release notes
Sourced from nltk's releases.
... (truncated)
Changelog
Sourced from nltk's changelog.
... (truncated)
Commits
303f6e2Prepare release 3.10.3 (#3745)cf2aaacMerge pull request #3744 from alvations/ci-guard-open6cd8320test: robustness on Python 3.14 / 3.14t CI (UnicodeDecodeError + timing flake)e965330fix: perceptron save_to_json breaks on Windows (os.open can't fd-open a direc...df1bb4ctest: make pathsec security tests platform-independent (fix Linux/Windows CI)0e5c7beci: guard against un-sandboxed open() in sandbox-sensitive modules (#3740)5017826Merge commit from fork40d0f06Triple-check hardening: perceptron TOCTOU squat, pathsec fd-leak, bcp47 entit...483c5feHarden path-traversal / file-I/O sandbox: close write-side symlink TOCTOU + s...722778fMerge commit from forkUpdates
soupsievefrom 2.8.4 to 2.9Release notes
Sourced from soupsieve's releases.
Commits
8763f91Format changelog messagecf198fcFix inefficient trimming of comments and white spacece44e49Merge commit from fork751c57bFix :nth-child/:nth-of-type matching for An+B index boundaries (#297)08e9edeDrop Python 3.9d6e6830Rework selector mappingd2d1581Utilize property for accessing lazy regular expression patternb8701deBuild patterns and regexes lazily in css_parser (#296)Updates
transformersfrom 4.57.6 to 5.10.1Release notes
Sourced from transformers's releases.
... (truncated)
Commits
90c3ae5Patch because we had to yank 5.10 because the release branch was not up to date0bd94b3v5.10.01423d22who needs encoders? (#46385)50eb20aFix dsv4 dequant + tp/ep (#46378)74464e8Fix wrong changes produced by style/repo. check bot (#46371)1b8ec34Fix path traversal when saving Bark voice preset embeddings (#46237)e820678Add Sapiens2 Model (#45919)595721cPass library_name/version to Hub calls via a shared HfApi (#46318)0f0036cdocs: update ACL Anthology URL in CITATION.cff (#46352)fa6c830DeepGEMM BF16 + mixed FP8/FP4 + MegaMoE + refactor (#45634)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 conditionsYou can disable automated security fix PRs for this repo from the Security Alerts page.