chore(deps): bump the backend-dependencies group across 1 directory with 4 updates#13
Open
dependabot[bot] wants to merge 1 commit into
Open
Conversation
…ith 4 updates Bumps the backend-dependencies group with 4 updates in the /src/backend directory: [requests](https://github.com/psf/requests), [opensearch-py](https://github.com/opensearch-project/opensearch-py), [numpy](https://github.com/numpy/numpy) and [requests-aws4auth](https://github.com/tedder/requests-aws4auth). Updates `requests` from 2.33.1 to 2.34.2 - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](psf/requests@v2.33.1...v2.34.2) Updates `opensearch-py` from 3.1.0 to 3.2.0 - [Release notes](https://github.com/opensearch-project/opensearch-py/releases) - [Changelog](https://github.com/opensearch-project/opensearch-py/blob/main/CHANGELOG.md) - [Commits](opensearch-project/opensearch-py@v3.1.0...v3.2.0) Updates `numpy` from 2.2.6 to 2.4.6 - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst) - [Commits](numpy/numpy@v2.2.6...v2.4.6) Updates `requests-aws4auth` from 1.3.1 to 1.3.2 - [Release notes](https://github.com/tedder/requests-aws4auth/releases) - [Changelog](https://github.com/tedder/requests-aws4auth/blob/main/HISTORY.md) - [Commits](tedder/requests-aws4auth@v1.3.1...v1.3.2) --- updated-dependencies: - dependency-name: numpy dependency-version: 2.4.4 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: backend-dependencies - dependency-name: opensearch-py dependency-version: 3.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: backend-dependencies - dependency-name: requests dependency-version: 2.34.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: backend-dependencies - dependency-name: requests-aws4auth dependency-version: 1.3.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: backend-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
5951b58 to
e869303
Compare
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 backend-dependencies group with 4 updates in the /src/backend directory: requests, opensearch-py, numpy and requests-aws4auth.
Updates
requestsfrom 2.33.1 to 2.34.2Release notes
Sourced from requests's releases.
... (truncated)
Changelog
Sourced from requests's changelog.
Commits
6e83187v2.34.284d10f0Move Request.headers back to Mapping (#7441)b7b549bv2.34.1e511bc7Fix mutability issues with headers input types (#7431)5691f59Update JsonType containers to read-based collections (#7436)2144213Constrain Response.reason to str (#7437)6404f34Fixprepare_bodystream detection for__getattr__-based file wrappers (#7...0b401c7v2.34.086b378dAlign Session.get parameters with requests.get (#7429)a4f9a59Port bpo-39057 to Requests (#7427)Updates
opensearch-pyfrom 3.1.0 to 3.2.0Release notes
Sourced from opensearch-py's releases.
Changelog
Sourced from opensearch-py's changelog.
Commits
8991792fix(signer): Include X-Amz-Content-SHA256 in SignedHeaders (#1038) (#1039)d8a8c57Fix AWSV4Signer.sign() not passing headers to AWSRequest (#1035)6551595Bump opensearch protobufs - 1.2.0. (#1000)94ae310Fix CI failures due to API spec updates (#1007)1ce5b46fix(docs): use keyword arguments in security API examples (#1004)9b6d240Bump peter-evans/create-pull-request from 7 to 8 (#990)02c5dccBump actions/download-artifact from 6 to 7 (#988)fa8a862Bump actions/upload-artifact from 5 to 6 (#989)f5ef694Updated opensearch-py to reflect the latest OpenSearch API spec (2026-01-22) ...10ab792ci: fix mypy type ignore for untyped decorator in tests (#993)Updates
numpyfrom 2.2.6 to 2.4.6Release notes
Sourced from numpy's releases.
... (truncated)
Changelog
Sourced from numpy's changelog.
... (truncated)
Commits
b832a09Merge pull request #31462 from charris/prepare-2.4.657cc147REL: Prepare for the NumPy 2.4.6 release0c72b0bMerge pull request #31459 from charris/backport-313479778d26BUG: core: Don't call INCREF/DECREF on descr in NpyStringAcquireAllocator. (#...e0e3876BUG: core: Don't call INCREF/DECREF on descr in NpyStringAcquireAllocator. (#...d1bffebBUG:np.linalg.svd(..., hermitian=True)returns non-unitaryvh(#31347)8d8d7e5Merge pull request #31453 from seberg/issue-31452bddaab7BUG: Fix regression inarr.conj()37a1eccMerge pull request #31444 from charris/begin-2.4.63c0e043MAINT: Prepare 2.4.x for further developmentUpdates
requests-aws4authfrom 1.3.1 to 1.3.2Release notes
Sourced from requests-aws4auth's releases.
Changelog
Sourced from requests-aws4auth's changelog.
Commits
3dda9dchistory and versionc9cd06aupdate py versions; use session token for live tests6e58b3efix additional deprecation warnings for UTC; ensure pre-py311 compatb7acfe8Fix Deprecateddatetime.datetime.utcnow()89399caupdate release instructions