build(deps-dev): bump the pip group across 1 directory with 7 updates - #11
Closed
dependabot[bot] wants to merge 1 commit into
Closed
build(deps-dev): bump the pip group across 1 directory with 7 updates#11dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps the pip group with 7 updates in the / directory: | Package | From | To | | --- | --- | --- | | [granian](https://github.com/emmett-framework/granian) | `2.5.7` | `2.7.4` | | [pyjwt](https://github.com/jpadilla/pyjwt) | `2.12.0` | `2.13.0` | | [python-multipart](https://github.com/Kludex/python-multipart) | `0.0.27` | `0.0.31` | | [cryptography](https://github.com/pyca/cryptography) | `46.0.7` | `48.0.1` | | [vcrpy](https://github.com/kevin1024/vcrpy) | `8.1.1` | `8.2.1` | | [pyarrow](https://github.com/apache/arrow) | `22.0.0` | `23.0.1` | | [langchain](https://github.com/langchain-ai/langchain) | `1.2.10` | `1.3.9` | Updates `granian` from 2.5.7 to 2.7.4 - [Release notes](https://github.com/emmett-framework/granian/releases) - [Commits](emmett-framework/granian@v2.5.7...v2.7.4) Updates `pyjwt` from 2.12.0 to 2.13.0 - [Release notes](https://github.com/jpadilla/pyjwt/releases) - [Changelog](https://github.com/jpadilla/pyjwt/blob/master/CHANGELOG.rst) - [Commits](jpadilla/pyjwt@2.12.0...2.13.0) Updates `python-multipart` from 0.0.27 to 0.0.31 - [Release notes](https://github.com/Kludex/python-multipart/releases) - [Changelog](https://github.com/Kludex/python-multipart/blob/main/CHANGELOG.md) - [Commits](Kludex/python-multipart@0.0.27...0.0.31) Updates `cryptography` from 46.0.7 to 48.0.1 - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](pyca/cryptography@46.0.7...48.0.1) Updates `vcrpy` from 8.1.1 to 8.2.1 - [Release notes](https://github.com/kevin1024/vcrpy/releases) - [Changelog](https://github.com/kevin1024/vcrpy/blob/master/docs/changelog.rst) - [Commits](kevin1024/vcrpy@v8.1.1...v8.2.1) Updates `pyarrow` from 22.0.0 to 23.0.1 - [Release notes](https://github.com/apache/arrow/releases) - [Commits](apache/arrow@apache-arrow-22.0.0...apache-arrow-23.0.1) Updates `langchain` from 1.2.10 to 1.3.9 - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](langchain-ai/langchain@langchain==1.2.10...langchain==1.3.9) --- updated-dependencies: - dependency-name: granian dependency-version: 2.7.4 dependency-type: direct:development dependency-group: pip - dependency-name: pyjwt dependency-version: 2.13.0 dependency-type: direct:development dependency-group: pip - dependency-name: python-multipart dependency-version: 0.0.31 dependency-type: direct:development dependency-group: pip - dependency-name: cryptography dependency-version: 48.0.1 dependency-type: direct:development dependency-group: pip - dependency-name: vcrpy dependency-version: 8.2.1 dependency-type: direct:development dependency-group: pip - dependency-name: pyarrow dependency-version: 23.0.1 dependency-type: direct:development dependency-group: pip - dependency-name: langchain dependency-version: 1.3.9 dependency-type: direct:development dependency-group: pip ... Signed-off-by: dependabot[bot] <support@github.com>
Author
|
This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests. To ignore these dependencies, configure ignore rules in dependabot.yml |
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:
2.5.72.7.42.12.02.13.00.0.270.0.3146.0.748.0.18.1.18.2.122.0.023.0.11.2.101.3.9Updates
granianfrom 2.5.7 to 2.7.4Release notes
Sourced from granian's releases.
... (truncated)
Commits
84af73dBump dependenciese155a82Avoid panics on RSGI and WSGI response headers parsing765203dAvoid panics on ASGI websocket subprotocols parsing88ed683Bump version to 2.7.4bdd5b0fUpdate bench harness (#837)95b0af8Bump dependencies1fbd309Handle websocket disconnections before accept in ASGI (#836)620c7e9Bump version to 2.7.3b9f1d7aBump actions/upload-artifact from 6 to 7 (#825)d1d0e6aBump actions/download-artifact from 7 to 8 (#824)Updates
pyjwtfrom 2.12.0 to 2.13.0Release notes
Sourced from pyjwt's releases.
Changelog
Sourced from pyjwt's changelog.
... (truncated)
Commits
7144e45Apply ruff formatd2f4becRestorecast()calls with cross-versiontype: ignoreforprepare_key22f478cRemove redundant casts inRSAAlgorithm.prepare_keyand `ECAlgorithm.prepare...95791b1Bundle security fixes and hardening into 2.13.0dcc27a9[pre-commit.ci] pre-commit autoupdate (#1155)9d08a9a[pre-commit.ci] pre-commit autoupdate (#1146)b87c100Bump codecov/codecov-action from 5 to 6 (#1154)40e3147Migrate development extras to dependency groups (#1152)a4e1a3dAdd typing_extensions dependency for Python < 3.11 (#1151)Updates
python-multipartfrom 0.0.27 to 0.0.31Release notes
Sourced from python-multipart's releases.
Changelog
Sourced from python-multipart's changelog.
Commits
4cffc68Version 0.0.31 (#298)c814948Reject negativeContent-Lengthinparse_form(#297)6b837d4Bound header field name size before validating (#296)e0c4f9dBump the github-actions group with 3 updates (#294)b8a01bbBump the python-packages group with 3 updates (#293)6732164Speed up multipart header parsing and callback dispatch (#295)9d3ead5Version 0.0.30 (#292)3506c15Ignore RFC 2231 extended parameters inparse_options_header(#291)d69df35Treat only&as the urlencoded field separator (#290)1e6ff97Bump idna from 3.11 to 3.15 (#289)Updates
cryptographyfrom 46.0.7 to 48.0.1Changelog
Sourced from cryptography's changelog.
... (truncated)
Commits
de987ce48.0.1 version bump and changelog (#14996)8e03e30bump for 48.0.0 release (#14796)295e0d2Add AGENTS.md with CLAUDE.md symlink (#14794)104a2deBump BoringSSL, OpenSSL, AWS-LC in CI (#14793)67ec1e5call check_length early on AesSiv::encrypt (#14792)b2da57achangelog for mldsa/mlkem for openssl (#14791)3cf44adML-KEM OpenSSL support (#14781)2e31639ML-DSA OpenSSL support (#14773)5affe5afix rust nightly clippy (#14790)2e73ca4bump rust-openssl dep and update EcPoint::mul_generator to mul_generator2 (#1...Updates
vcrpyfrom 8.1.1 to 8.2.1Release notes
Sourced from vcrpy's releases.
Changelog
Sourced from vcrpy's changelog.
... (truncated)
Commits
8531203Release v8.2.1045acb1Use a safe YAML loader for cassettes to prevent code executionde43f46Fix lint failures from merged PRs (codespell + ruff UP032)514c374Validate record_mode and raise a clear error on invalid valuesb736caddocs: recommend pytest-recording over unmaintained pytest-vcr06758c9Release v8.2.06554837Add env proxy cassette regression test (#994)62cf5e1Accounting for modified requests when storing played cassettes, with a test (...13f201amake url available in VCRHTTPResponse (#976)d57b553improve error message on repeated requestt (#985)Updates
pyarrowfrom 22.0.0 to 23.0.1Release notes
Sourced from pyarrow's releases.
Commits
82a374eMINOR: [Release] Update versions for 23.0.1c1ae37cMINOR: [Release] Update .deb/.rpm changelogs for 23.0.18f6e557MINOR: [Release] Update CHANGELOG.md for 23.0.14e16a1aGH-49159: [C++][Gandiva] Detect overflow in repeat() (#49160)985621dGH-48817 [R][C++] Bump C++20 in R build infrastructure (#48819)1bea06aGH-49024: [CI] Update Debian version in.env(#49032)147bcd6GH-49156: [Python] Require GIL for string comparison (#49161)e4f922bGH-49138: [Packaging][Python] Remove nightly cython install from manylinux wh...f9376e4GH-49003: [C++] Don't considerout_of_rangean error in float parsing (#49095)ab2c0adGH-49044: [CI][Python] Fix test_download_tzdata_on_windows by adding required...Updates
langchainfrom 1.2.10 to 1.3.9Release notes
Sourced from langchain's releases.
... (truncated)
Commits
3bfb6a3release(langchain): 1.3.9 (#38104)dcaf779fix(langchain,anthropic): confine file-search results and tighten anthropic `...0392b6bfix(core): fix Pydantic v1 support in tools/runnable (#33698)f6d63bcrelease(langchain): 1.3.8 (#38096)5d20596style(core,langchain,langchain-classic,partners): replace double backticks in...fb55c66chore: bump langsmith from 0.8.9 to 0.8.14 in /libs/partners/huggingface (#38...51daae5chore: bump langsmith from 0.8.9 to 0.8.14 in /libs/partners/chroma (#38092)70e9579chore: bump langsmith from 0.8.9 to 0.8.14 in /libs/partners/fireworks (#38093)6c0e9afchore: bump langsmith from 0.8.9 to 0.8.14 in /libs/partners/xai (#38094)222dc84ci(infra): clarify early PR auto-close guidance (#38090)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.