Bump the python-dependencies group across 1 directory with 6 updates - #17
Closed
dependabot[bot] wants to merge 1 commit into
Closed
dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps the python-dependencies group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [pandas](https://github.com/pandas-dev/pandas) | `3.0.3` | `3.0.4` | | [check-jsonschema](https://github.com/python-jsonschema/check-jsonschema) | `0.37.2` | `0.37.3` | | [pytest](https://github.com/pytest-dev/pytest) | `9.0.3` | `9.1.1` | | [ruff](https://github.com/astral-sh/ruff) | `0.15.13` | `0.15.20` | | [marimo](https://github.com/marimo-team/marimo) | `0.23.6` | `0.23.11` | | [matplotlib](https://github.com/matplotlib/matplotlib) | `3.10.9` | `3.11.0` | Updates `pandas` from 3.0.3 to 3.0.4 - [Release notes](https://github.com/pandas-dev/pandas/releases) - [Commits](pandas-dev/pandas@v3.0.3...v3.0.4) Updates `check-jsonschema` from 0.37.2 to 0.37.3 - [Release notes](https://github.com/python-jsonschema/check-jsonschema/releases) - [Changelog](https://github.com/python-jsonschema/check-jsonschema/blob/main/CHANGELOG.rst) - [Commits](python-jsonschema/check-jsonschema@0.37.2...0.37.3) Updates `pytest` from 9.0.3 to 9.1.1 - [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.1) Updates `ruff` from 0.15.13 to 0.15.20 - [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.13...0.15.20) Updates `marimo` from 0.23.6 to 0.23.11 - [Release notes](https://github.com/marimo-team/marimo/releases) - [Commits](marimo-team/marimo@0.23.6...0.23.11) Updates `matplotlib` from 3.10.9 to 3.11.0 - [Release notes](https://github.com/matplotlib/matplotlib/releases) - [Commits](matplotlib/matplotlib@v3.10.9...v3.11.0) --- updated-dependencies: - dependency-name: pandas dependency-version: 3.0.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: check-jsonschema dependency-version: 0.37.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: pytest dependency-version: 9.1.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: ruff dependency-version: 0.15.20 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: marimo dependency-version: 0.23.11 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: matplotlib dependency-version: 3.11.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
Contributor
Author
|
Looks like these dependencies are updatable in another way, so this is no longer needed. |
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-dependencies group with 6 updates in the / directory:
3.0.33.0.40.37.20.37.39.0.39.1.10.15.130.15.200.23.60.23.113.10.93.11.0Updates
pandasfrom 3.0.3 to 3.0.4Release notes
Sourced from pandas's releases.
Commits
8188eb1RLS: 3.0.4 (#66079)bd35f15[3.0.x] BUG: fix CoW issue in eval() (#66072)6195872[backport 3.0.x] BUG: anchor whole alternation in Series.str.match for PyArro...70313beBackport PR #66051 on branch 3.0.x (BUG: fix regression in DataFrame setitem ...57ed3e2[backport 3.0.x] Bump pypa/cibuildwheel from 3.4.1 to 4.1.0 (#65934) (#66026)f9693fc[backport 3.0.x] BUG(pandas 3.0 regression): drop(index=...) doesn't accept N...9760fff[backport 3.0.x] BUG: support for operations with custom objects / object dty...f03f3ab[backport 3.0.x] ENH: fallback to zoneinfo Python API (for correct tz localiz...774a50dBackport PR #65066 on branch 3.0.x (BUG: escape SQL identifiers in ADBCDataba...15494e8[3.0.x] BUG: fix segfault adding non-tick DateOffset to datetime data under t...Updates
check-jsonschemafrom 0.37.2 to 0.37.3Release notes
Sourced from check-jsonschema's releases.
Changelog
Sourced from check-jsonschema's changelog.
Commits
5030dcaBump version for releasee49ebfeMerge pull request #687 from python-jsonschema/dependabot/pip/responses-0.26.1b3ae064Bump responses from 0.26.0 to 0.26.148ba608Fix stale test dataed0cecfUpdate vendored schemasb1f7546Merge pull request #686 from python-jsonschema/vendor-schemas-autod99034f[vendor-schemas] automated update566da04Merge pull request #684 from python-jsonschema/vendor-schemas-autodca8424Merge pull request #685 from python-jsonschema/pre-commit-ci-update-config520b76e[pre-commit.ci] pre-commit autoupdateUpdates
pytestfrom 9.0.3 to 9.1.1Release notes
Sourced from pytest's releases.
... (truncated)
Commits
cf470ecPrepare release version 9.1.1e0c8ce6Merge pull request #14625 from pytest-dev/patchback/backports/9.1.x/a07c31a97...1b82d16Merge pull request #14624 from pytest-dev/patchback/backports/9.1.x/b375b79ec...501c4bcMerge pull request #14596 from bluetech/doc-classmethodb61f588Merge pull request #14622 from chrisburr/fix-14608-initial-conftest-test-subdir9a567e0[automated] Update plugin list (#14617) (#14618)ef8b299Merge pull request #14620 from pytest-dev/patchback/backports/9.1.x/680f9f3ed...66abd07Merge pull request #14220 from bysiber/fix-stale-iexp-raisesgroup79fbf93Merge pull request #14612 from pytest-dev/patchback/backports/9.1.x/974ed48b6...0d312ebMerge pull request #14611 from bluetech/parametrize-argvalues-typingUpdates
rufffrom 0.15.13 to 0.15.20Release notes
Sourced from ruff's releases.
... (truncated)
Changelog
Sourced from ruff's changelog.
... (truncated)
Commits
f82a36bBump 0.15.20 (#26376)af32943Improve the summarise-ecosystem-results skill (#26378)485ebabRemoveRUF076name from schema (#26371)ef81835[ty] Implement rust-analyzer's "Click for full compiler diagnostic" feature (...572b31e[ruff] Removepytest-fixture-autouse(RUF076) (#26240)f703f21Allow human-readable names in rule selectors (#25887)0d726b2[ty] Reuse equality semantics for membership compatibility (#25955)dbe6e98[ty] Infer definite equality comparison results (#26337)e700ea3[ty] Prove TypedDict structural patterns exhaustive (#26285)6a0d2ec[ty] Widen inferred class-valued instance attributes (#26338)Updates
marimofrom 0.23.6 to 0.23.11Release notes
Sourced from marimo's releases.
... (truncated)
Commits
0f6c605release: 0.23.11 (#9991)c2971bcfix(frontend): remove print page margin and inset content for themed PDF expo...c345c8cfix: support matplotlib 3.11 interactive (#9990)1a56d93feat: generate islands from notebook IR (#9988)5c3d9a9feat(frontend): add show/hide all code commands to command palette (#9989)a4b9d07feat(table): add show_search and a reusable mo.ui.table.Display config (#9984)972242efix(ai): add repair for orphaned tool calls (#9976)aba4d62bump pydantic-ai, and cap to v2 (#9978)7ae012efix(formatter): wrap cells in function scope before ruff formatting (#9889)8cafa49feat(table): add column_widths to mo.ui.table (#9982)Updates
matplotlibfrom 3.10.9 to 3.11.0Release notes
Sourced from matplotlib's releases.
Commits
69c7534REL: v3.11.0b7d912bDOC: Set 3.11 as preferred stable release7c3d502Update Security Policy for 3.11964e73dDOC: Prepare GitHub stats for 3.11 finalbfa2633Bump font manager version to final released0603b2Merge pull request #31873 from meeseeksmachine/auto-backport-of-pr-31706-on-v...edf5ebcBackport PR #31706: Fix clabel manual indexc0e80b7Merge pull request #31872 from meeseeksmachine/auto-backport-of-pr-31868-on-v...2a14854Backport PR #31868: DOC: Move errorbar examples to the statistics sectionsea43d96Merge pull request #31871 from meeseeksmachine/auto-backport-of-pr-31870-on-v...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