Bump the direct-deps group with 5 updates#538
Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
Closed
Conversation
Bumps the direct-deps group with 5 updates: | Package | From | To | | --- | --- | --- | | [hypothesis](https://github.com/HypothesisWorks/hypothesis) | `6.150.2` | `6.151.4` | | [pandas-stubs](https://github.com/pandas-dev/pandas-stubs) | `2.3.3.251201` | `2.3.3.260113` | | [pycparser](https://github.com/eliben/pycparser) | `2.23` | `3.0` | | [soupsieve](https://github.com/facelessuser/soupsieve) | `2.8.1` | `2.8.3` | | [tqdm](https://github.com/tqdm/tqdm) | `4.67.1` | `4.67.2` | Updates `hypothesis` from 6.150.2 to 6.151.4 - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](HypothesisWorks/hypothesis@hypothesis-python-6.150.2...hypothesis-python-6.151.4) Updates `pandas-stubs` from 2.3.3.251201 to 2.3.3.260113 - [Changelog](https://github.com/pandas-dev/pandas-stubs/blob/main/docs/release_procedure.md) - [Commits](pandas-dev/pandas-stubs@v2.3.3.251201...v2.3.3.260113) Updates `pycparser` from 2.23 to 3.0 - [Release notes](https://github.com/eliben/pycparser/releases) - [Commits](eliben/pycparser@release_v2.23...release_v3.00) Updates `soupsieve` from 2.8.1 to 2.8.3 - [Release notes](https://github.com/facelessuser/soupsieve/releases) - [Commits](facelessuser/soupsieve@2.8.1...2.8.3) Updates `tqdm` from 4.67.1 to 4.67.2 - [Release notes](https://github.com/tqdm/tqdm/releases) - [Commits](tqdm/tqdm@v4.67.1...v4.67.2) --- updated-dependencies: - dependency-name: hypothesis dependency-version: 6.151.4 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: direct-deps - dependency-name: pandas-stubs dependency-version: 2.3.3.260113 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: direct-deps - dependency-name: pycparser dependency-version: '3.0' dependency-type: direct:production update-type: version-update:semver-major dependency-group: direct-deps - dependency-name: soupsieve dependency-version: 2.8.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: direct-deps - dependency-name: tqdm dependency-version: 4.67.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: direct-deps ... Signed-off-by: dependabot[bot] <support@github.com>
Contributor
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.
Rebasing might not happen immediately, so don't worry if this takes some time.
Note: if you make any changes to this PR yourself, they will take precedence over the rebase.
Bumps the direct-deps group with 5 updates:
6.150.26.151.42.3.3.2512012.3.3.2601132.233.02.8.12.8.34.67.14.67.2Updates
hypothesisfrom 6.150.2 to 6.151.4Release notes
Sourced from hypothesis's releases.
Commits
fefce87Bump hypothesis-python version to 6.151.4 and update changelogcfb0d37Merge pull request #4650 from Liam-DeVoe/stopping-rulee4d7549drop long commenta09166cadjust stopping rulef3d71e9Bump hypothesis-python version to 6.151.3 and update changelog42126d6Merge pull request #4643 from ajdavis/issue-4623-filter-conditionf69cad6response to comments34282edMerge pull request #4649 from Liam-DeVoe/next7de805fBump hypothesis-python version to 6.151.2 and update changelog559b1c1Merge pull request #4646 from HypothesisWorks/create-pull-request/patchUpdates
pandas-stubsfrom 2.3.3.251201 to 2.3.3.260113Commits
0cb16c4Version 2.3.3.260113bf9a74aTYP: bumpty(#1630)db79b54TST: numeric arrays (#1618)a0d8f9cGH1614 Add more agg func methods for pivot_table (#1623)2c83c1fBUG: regression on #1594 for nightly (#1620)78fcc5bTYP: GH1614 Add more agg func methods forpivot_table(#1615)cf423fdCLN: move tests forSeries.astype(#1611)0954c0dBUG: rename toNoDefaultDoNotUse(#1616)b54625aTST:xStringArrayandNumpyExtensionArray(#1594)df2ebd0DEPR:ravelinIndexandSeriespandas-dev/pandas#36900 pandas-dev/pand...Updates
pycparserfrom 2.23 to 3.0Release notes
Sourced from pycparser's releases.
Commits
77de509Prepare for release 3.00e57ccd1Update README230e12ddisable uv caching in CI9c52f40Update CI to run make check+test via uvx6b8f064Use dataclass where applicable; add 'make test' to Makefile25376cbUse f-strings instead of older formatting in other auxiliary files9bd8997Use f-strings instead of older formatting in core code + tests664eac2Modernize some code with pattern matching842f064Add type annotations to more examples076f374Add types to several exmaplesUpdates
soupsievefrom 2.8.1 to 2.8.3Release notes
Sourced from soupsieve's releases.
Commits
5aedc41Update doc themed7c4784Attribute pattern fix (#289)09e106dFix grammar09b2769Update docsc6e80fcVarious fixes by@mundanevision20(#288)Updates
tqdmfrom 4.67.1 to 4.67.2Release notes
Sourced from tqdm's releases.
Commits
09a863bbump version, merge pull request #1704 from tqdm/devel33d24cdupdate pyproject syntax70b9124add py3.13 supporta74d8f8drop _dist_ver14d72e2Merge pull request #1703 from wingding12/fix-pandas-3.0-and-negative-intervala69dac8fix dedented docstringsa986d22tests: fix pandas deprecation warningsbb7aa4dtests: fix pandas deprecated applymap0647db1misc tidy9bcd04bfix pandas>=3 & negative format_intervalDependabot 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 mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@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