Bump the all-dependencies group across 1 directory with 7 updates - #360
Open
dependabot[bot] wants to merge 1 commit into
Open
Bump the all-dependencies group across 1 directory with 7 updates#360dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps the all-dependencies group with 7 updates in the / directory: | Package | From | To | | --- | --- | --- | | [boto3](https://github.com/boto/boto3) | `1.43.72` | `1.43.83` | | [polars](https://github.com/pola-rs/polars) | `1.43.2` | `1.44.1` | | [pydantic](https://github.com/pydantic/pydantic) | `2.13.4` | `2.13.5` | | [coverage](https://github.com/coveragepy/coveragepy) | `7.15.4` | `7.16.0` | | [moto](https://github.com/getmoto/moto) | `5.2.2` | `5.2.3` | | [pytest-socket](https://github.com/miketheman/pytest-socket) | `0.8.0` | `0.8.1` | | [ruff](https://github.com/astral-sh/ruff) | `0.16.3` | `0.16.5` | Updates `boto3` from 1.43.72 to 1.43.83 - [Release notes](https://github.com/boto/boto3/releases) - [Commits](boto/boto3@1.43.72...1.43.83) Updates `polars` from 1.43.2 to 1.44.1 - [Release notes](https://github.com/pola-rs/polars/releases) - [Commits](pola-rs/polars@py-1.43.2...py-1.44.1) Updates `pydantic` from 2.13.4 to 2.13.5 - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/v2.13.5/HISTORY.md) - [Commits](pydantic/pydantic@v2.13.4...v2.13.5) Updates `coverage` from 7.15.4 to 7.16.0 - [Release notes](https://github.com/coveragepy/coveragepy/releases) - [Changelog](https://github.com/coveragepy/coveragepy/blob/main/CHANGES.rst) - [Commits](coveragepy/coveragepy@7.15.4...7.16.0) Updates `moto` from 5.2.2 to 5.2.3 - [Release notes](https://github.com/getmoto/moto/releases) - [Changelog](https://github.com/getmoto/moto/blob/master/CHANGELOG.md) - [Commits](getmoto/moto@5.2.2...5.2.3) Updates `pytest-socket` from 0.8.0 to 0.8.1 - [Release notes](https://github.com/miketheman/pytest-socket/releases) - [Changelog](https://github.com/miketheman/pytest-socket/blob/main/CHANGELOG.md) - [Commits](miketheman/pytest-socket@0.8.0...0.8.1) Updates `ruff` from 0.16.3 to 0.16.5 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](astral-sh/ruff@0.16.3...0.16.5) --- updated-dependencies: - dependency-name: boto3 dependency-version: 1.43.83 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: polars dependency-version: 1.44.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: pydantic dependency-version: 2.13.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: coverage dependency-version: 7.16.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: moto dependency-version: 5.2.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: pytest-socket dependency-version: 0.8.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: ruff dependency-version: 0.16.5 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all-dependencies ... 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-dependencies group with 7 updates in the / directory:
1.43.721.43.831.43.21.44.12.13.42.13.57.15.47.16.05.2.25.2.30.8.00.8.10.16.30.16.5Updates
boto3from 1.43.72 to 1.43.83Commits
77e6582Merge branch 'release-1.43.83'bdb0f45Bumping version to 1.43.83950987aAdd changelog entries from botocore156b04aMerge branch 'release-1.43.82'dfc3447Merge branch 'release-1.43.82' into develope6c550fBumping version to 1.43.8294d6577Add changelog entries from botocore18a131cBump https://github.com/astral-sh/ruff-pre-commit (#4835)1ee61ffMerge branch 'release-1.43.81'd3a3a52Merge branch 'release-1.43.81' into developUpdates
polarsfrom 1.43.2 to 1.44.1Release notes
Sourced from polars's releases.
... (truncated)
Commits
e4ae5eaPython Polars 1.44.1 (#28971)8414c89fix: Incorrect broadcasting in when/then/otherwise (#28970)9c17bbffix: Handle Parquet data page with concatenated gzip members (#28808)03dfd26fix(python): Typecollect_batchesas_CollectBatches, not `Iterator[DataF...507e8a0fix: Resolve dtype inconsistency for pl.Unknown in literals and casts (#28830)4623316fix: Incorrect when/then/otherwise with non-scalar null mask (#28946)6f46eb2build: Disable Numa on python release (#28934)d14231afeat: Support integer fixed-array dot products (#28829)9ae4e57Python Polars 1.44.0 (#28923)ad15cd4fix: SQL handle quantified comparisons against a subquery (#28929)Updates
pydanticfrom 2.13.4 to 2.13.5Release notes
Sourced from pydantic's releases.
Changelog
Sourced from pydantic's changelog.
Commits
001dea0Bumppypa/gh-action-pypi-publishaction to v1.14.2558379fBump twine to v7.0.02cfd5d3Do not check for docs builda735beeFix more Clippy lints7eed4a1Fix Clippy 0.1.95 warningsb353bbbPrepare release v2.13.563d2cccCount validated model fields once in smart unionsa53ec2eSpeed up PyPy CI testsd65e0f9Workaround circular import error in Mypy47a6dbfFix missing GC traversal inpydantic-coreforGeneralFieldsSerializerUpdates
coveragefrom 7.15.4 to 7.16.0Release notes
Sourced from coverage's releases.
Changelog
Sourced from coverage's changelog.
... (truncated)
Commits
3e9fc16docs: prep for 7.16.038be8d1build: control check-manifest explicitly8eb1266docs(build): no longer commit sample_html1a8b3fadocs: remove sample_htmlaeaa79bdocs: linklint is now sphinx-linklintd5eaf3ftest: a branchless way to re-add extensions57e52fddocs: adjust CHANGES for #2270b9d304dfix: check for multiprocessing in a --concurrency list (#2270)a6ef928chore: make upgrade070461fchore: bump the action-dependencies group with 4 updates (#2271)Updates
motofrom 5.2.2 to 5.2.3Changelog
Sourced from moto's changelog.
... (truncated)
Commits
3acd662Pre-Release: Up Version Number13036cfPrep release 5.2.3 (#10199)35e6424DynamoDB: Bring parity with AWS in error messages (#10198)5b6aa9dELBv2: Add support for FS policy (#10197)656b2b3[FIS] - Most Methods Implemented (#10192)8e3cbebGlue: Add MLTransform support and tagging for DevEndpoints/Workflows (#10181)62bf212Payment-Cryptography: New Service Methods (#10129)7ffce30EMRServerless: addexecutionRoletoGetJobRunresponse (#10189)55e2fbcRDS: extract ARN parsing into dedicated helper (#10180)bef4271fix(dynamodb): validate Select and honor Scan COUNT (#10175)Updates
pytest-socketfrom 0.8.0 to 0.8.1Release notes
Sourced from pytest-socket's releases.
... (truncated)
Changelog
Sourced from pytest-socket's changelog.
Commits
8164360pytest-socket, 0.8.1 (#531)622b824chore(deps-dev): update uv-build requirement from <0.12.0,>=0.7.20 to >=0.7.2...e37b0c1chore(deps-dev): bump starlette from 1.3.1 to 1.6.0 (#530)a2f55f8[pre-commit.ci] pre-commit autoupdate (#529)e211931[pre-commit.ci] pre-commit autoupdate (#523)17d288fchore(deps): bump zizmorcore/zizmor-action from 0.6.1 to 0.6.2 (#525)2fc57f1chore(deps): bump CodSpeedHQ/action from 4.19.1 to 5.0.2 (#526)717ef46chore(deps): bump pypa/gh-action-pypi-publish from 1.14.1 to 1.14.2 (#524)c198dfachore(deps): bump CodSpeedHQ/action from 4.18.5 to 4.19.1 (#520)fc7f238chore(deps): bump zizmorcore/zizmor-action from 0.6.0 to 0.6.1 (#522)Updates
rufffrom 0.16.3 to 0.16.5Release notes
Sourced from ruff's releases.
... (truncated)
Changelog
Sourced from ruff's changelog.
... (truncated)
Commits
9e4938cBump 0.16.5 (#28110)aad0e90Allow rules without codes (#28049)5fdab73Update preview default rules and categories (#27877)29c8e5bDocument rule acceptance guidelines (#27910)50a4d7fDocument the new category selectors (#27906)ada8795Introduce category selectors (#27666)d894723[ty] Infer lambda parameters through callable type aliases (#28109)2685fde[ty] Narrow functional enum members in==andmatch(#28103)efcffd2[ty] Intersection simplifications with subtype-related generic specialization...eb78048[ty] Bump ecosystem-analyzer for HTML escaping (#28104)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