chore(deps-dev)(deps-dev): bump the python-dev group with 6 updates#76
Open
dependabot[bot] wants to merge 1 commit into
Open
chore(deps-dev)(deps-dev): bump the python-dev group with 6 updates#76dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps the python-dev group with 6 updates: | Package | From | To | | --- | --- | --- | | [pytest](https://github.com/pytest-dev/pytest) | `9.0.3` | `9.1.0` | | [ruff](https://github.com/astral-sh/ruff) | `0.15.16` | `0.15.17` | | [boto3](https://github.com/boto/boto3) | `1.43.24` | `1.43.29` | | [azure-storage-blob](https://github.com/Azure/azure-sdk-for-python) | `12.29.0` | `12.30.0` | | [google-cloud-storage](https://github.com/googleapis/google-cloud-python) | `3.11.0` | `3.12.0` | | [schemathesis](https://github.com/schemathesis/schemathesis) | `4.21.1` | `4.21.6` | Updates `pytest` from 9.0.3 to 9.1.0 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pytest@9.0.3...9.1.0) Updates `ruff` from 0.15.16 to 0.15.17 - [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.15.16...0.15.17) Updates `boto3` from 1.43.24 to 1.43.29 - [Release notes](https://github.com/boto/boto3/releases) - [Commits](boto/boto3@1.43.24...1.43.29) Updates `azure-storage-blob` from 12.29.0 to 12.30.0 - [Release notes](https://github.com/Azure/azure-sdk-for-python/releases) - [Commits](Azure/azure-sdk-for-python@azure-storage-blob_12.29.0...azure-storage-blob_12.30.0) Updates `google-cloud-storage` from 3.11.0 to 3.12.0 - [Release notes](https://github.com/googleapis/google-cloud-python/releases) - [Changelog](https://github.com/googleapis/google-cloud-python/blob/main/packages/google-cloud-documentai/CHANGELOG.md) - [Commits](googleapis/google-cloud-python@google-cloud-storage-v3.11.0...google-cloud-storage-v3.12.0) Updates `schemathesis` from 4.21.1 to 4.21.6 - [Release notes](https://github.com/schemathesis/schemathesis/releases) - [Changelog](https://github.com/schemathesis/schemathesis/blob/master/CHANGELOG.md) - [Commits](schemathesis/schemathesis@v4.21.1...v4.21.6) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.1.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-dev - dependency-name: ruff dependency-version: 0.15.17 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python-dev - dependency-name: boto3 dependency-version: 1.43.29 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python-dev - dependency-name: azure-storage-blob dependency-version: 12.30.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-dev - dependency-name: google-cloud-storage dependency-version: 3.12.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-dev - dependency-name: schemathesis dependency-version: 4.21.6 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python-dev ... 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 python-dev group with 6 updates:
9.0.39.1.00.15.160.15.171.43.241.43.2912.29.012.30.03.11.03.12.04.21.14.21.6Updates
pytestfrom 9.0.3 to 9.1.0Release notes
Sourced from pytest's releases.
... (truncated)
Commits
b2522cfPrepare release version 9.1.0368d2fc[refactor] TightenSetComparisonFunctiontoIterator[str](#14587)ff77cd8[refactor] Make base assertion comparisons return an iterator instead of a li...0d8491abuild(deps): Bump actions/stale from 10.2.0 to 10.3.04a809d9Merge pull request #14568 from pytest-dev/register-fixture5dfa385Fix recursion traceback test to cover all styles (#14582)f52ff0cAddpytest.register_fixturea8ac094Merge pull request #14567 from pytest-dev/more-visibility-deprecatee5620cd[pre-commit.ci] pre-commit autoupdate (#14577)2ce9c6dMerge pull request #14540 from minbang930/fix-14533-doctest-module-fixturesUpdates
rufffrom 0.15.16 to 0.15.17Release notes
Sourced from ruff's releases.
... (truncated)
Changelog
Sourced from ruff's changelog.
... (truncated)
Commits
7c645a9Bump 0.15.17 (#25872)f381eb1Prioritize human-readable names in CLI output (#25869)b9b4546Minor workflow simplification (#25870)1e77ba0[ty] MovePreformattedBlockScannerto format-agnostic location. (#25856)6f2b772[ty] Preserve nominal type of enum.property instances (#25849)be4777c[ty] Fix site-package error when multiple versions of pythons are installed i...53f6ff7Allow human-readable names in suppression comments (#25614)6740325[ty] Restrict uncached raw signature access (#25866)970b1bfAuto-update snapshots when syncing typeshed (#25841)0785793Fix handling ofignorecomments within adisable/enablepair (#25845)Updates
boto3from 1.43.24 to 1.43.29Commits
3d3204cMerge branch 'release-1.43.29'4cc6c64Bumping version to 1.43.2973137eaAdd changelog entries from botocoreb42ee1dBump https://github.com/astral-sh/ruff-pre-commit (#4798)803cba4Merge branch 'release-1.43.28'1ed6c48Merge branch 'release-1.43.28' into develop0044dd3Bumping version to 1.43.2843e2d2aAdd changelog entries from botocore5d9ac3eMerge branch 'release-1.43.27'52b9481Merge branch 'release-1.43.27' into developUpdates
azure-storage-blobfrom 12.29.0 to 12.30.0Release notes
Sourced from azure-storage-blob's releases.
Commits
245d202Branch prep for release28ec40eModified changelogs3339854Merge branch 'main' into release/storage/stg10233075a4[Storage] Fix Changelog Typos (#46930)4b183cf[Storage] Updated changelogs after 101 GA (#46914)edf5833Regenerate azure-mgmt-storagesync with latest code generator tool (#46884)1f5e399[Storage] [Datalake] Fixed allnext-pylinterrors for `azure-storage-file-d...1a07881[Storage] Fixed all errors innext-pylintforazure-storage-file-share(#...49343c0[Storage] Fix allnext-pylinterrors forazure-storage-blob(#46601)a1e9a01ensure that when azure-storage-extensions is added as a dev_req to any of azu...Updates
google-cloud-storagefrom 3.11.0 to 3.12.0Release notes
Sourced from google-cloud-storage's releases.
Changelog
Sourced from google-cloud-storage's changelog.
Commits
6547012chore: librarian release pull request: 20260611T192009Z (#17432)2e75c78feat: update API sources and regenerate (#17431)f59c2b2fix: bump pyarrow from 15.0.2 to 23.0.1 in /packages/bigframes (#17386)dd823f5chore(bigtable): add bigtable samples (#17240)7d230afchore(deps): bump pyspark from 3.5.1 to 3.5.2 in /packages/bigframes (#17400)57269d5fix(auth): configure mTLS for impersonated credentials (#17404)59fe7cffeat: update API sources and regenerate (#17413)ca02afcfeat(google/developers/knowledge/v1): add google-developer-knowledge (#17417)3a90cc8fix(bigframes): improve error message when unescaped{are found in SQL cel...384724cfeat: support row_range in sample_row_keys method (#17330)Updates
schemathesisfrom 4.21.1 to 4.21.6Release notes
Sourced from schemathesis's releases.
Changelog
Sourced from schemathesis's changelog.
Commits
c363ed1chore: Release 4.21.6ebffd93perf: Faster dependency inference via more cachinga87d1a2fix: Infer stateful links for path parameters named after their collectionebd1826chore: Update pre-commit1beb4b6chore: Release 4.21.570a7ebftest: Add extra test for array path parameters with a custom hook5d9d127fix: False positivenegative_data_rejectionfor array path parameters seria...c1c8339chore: Release 4.21.40453d6dfix: False positivenegative_data_rejectionwith a globally-registered `@sc...0131c19chore: Release 4.21.3Dependabot 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