Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 1, 2024

Bumps the actions group with 6 updates in the / directory:

Package From To
numpy 2.1.1 2.1.3
matplotlib 3.9.2 3.9.3
patsy 0.5.6 1.0.1
pyarrow 17.0.0 18.1.0
statsmodels 0.14.3 0.14.4
pre-commit 4.0 4.0.1

Updates numpy from 2.1.1 to 2.1.3

Release notes

Sourced from numpy's releases.

2.1.3 (Nov 2, 2024)

NumPy 2.1.3 Release Notes

NumPy 2.1.3 is a maintenance release that fixes bugs and regressions discovered after the 2.1.2 release. This release also adds support for free threaded Python 3.13 on Windows.

The Python versions supported by this release are 3.10-3.13.

Improvements

  • Fixed a number of issues around promotion for string ufuncs with StringDType arguments. Mixing StringDType and the fixed-width DTypes using the string ufuncs should now generate much more uniform results.

    (gh-27636)

Changes

  • numpy.fix now won't perform casting to a floating data-type for integer and boolean data-type input arrays.

    (gh-26766)

Contributors

A total of 15 people contributed to this release. People with a "+" by their names contributed a patch for the first time.

  • Abhishek Kumar +
  • Austin +
  • Benjamin A. Beasley +
  • Charles Harris
  • Christian Lorentzen
  • Marcel Telka +
  • Matti Picus
  • Michael Davidsaver +
  • Nathan Goldbaum
  • Peter Hawkins
  • Raghuveer Devulapalli
  • Ralf Gommers
  • Sebastian Berg
  • dependabot[bot]
  • kp2pml30 +

Pull requests merged

A total of 21 pull requests were merged for this release.

... (truncated)

Commits
  • 98464cc Merge pull request #27690 from charris/prepare-2.1.3
  • cbda85b REL: Prepare for the NumPy 2.1.3 release [wheel build]
  • daa8699 Merge pull request #27672 from charris/backport-27666
  • 614ca19 Merge pull request #27673 from charris/backport-27636
  • e6b02d7 DOC: add release note
  • 54fd729 BUG: substantially simplify and fix issue with justification promoter
  • a90fe7c BUG: fix more issues with string ufunc promotion
  • a121864 BUG: fixes for StringDType/unicode promoters
  • f055fb9 BUG: Fix a reference count leak in npy_find_descr_for_scalar.
  • 5895c02 Merge pull request #27669 from charris/backport-27663
  • Additional commits viewable in compare view

Updates matplotlib from 3.9.2 to 3.9.3

Release notes

Sourced from matplotlib's releases.

REL: 3.9.3

This is the third bugfix release of the 3.9.x series.

This release contains several bug-fixes and adjustments:

  • Fix axline with extremely small slopes
  • Fix axline with non-linear axis scales
  • Fix minimumSizeHint with Qt backend
  • Fix config directory usage when it's behind a symlink
  • Fix draggable legend when blitting is enabled
  • Fix high CPU utilization in the macosx backend
  • Fix multiple hatch edgecolors passed to contourf
  • Improve compatibility with pytest 8.2.0
Commits
  • 3ac0aea REL: 3.9.3
  • 3f7adbd Merge branch 'v3.9.2-doc' into v3.9.x
  • 4ca8d68 DOC: Create release notes for 3.9.3
  • 0cabfe2 Merge pull request #29195 from meeseeksmachine/auto-backport-of-pr-29191-on-v...
  • 562d458 Backport PR #29191: ci: Simplify 3.13t test setup
  • 0586854 Merge pull request #29176 from meeseeksmachine/auto-backport-of-pr-29148-on-v...
  • 84f2ae2 Merge pull request #29178 from meeseeksmachine/auto-backport-of-pr-29163-on-v...
  • dd57772 Backport PR #29163: ci: Remove outdated pkg-config package on macOS
  • c4bfd54 Backport PR #29148: Don't fail on equal-but-differently-named cmaps in qt fig...
  • d71ff49 Backport PR #29153: Bump codecov/codecov-action from 4 to 5 in the actions gr...
  • Additional commits viewable in compare view

Updates patsy from 0.5.6 to 1.0.1

Release notes

Sourced from patsy's releases.

v1.0.1

This is a bug fix release that:

  • Removes an inadvertent hard dependency on pytest.

There are no other changes from 1.0.0.

v1.0.0

This is a major release that bumps the version to 1.0.0 to reflect the maturity of the project, and drops support for Python 2.

  • Add explicit support for Python 3.13.
  • Drop support for Python 2.7, and remove dependency on the six module (thanks @​a-detiste).
  • Fix compatibility with numpy >= 2 (thanks @​natsukium).
  • Update development status to 'mature'.
Changelog

Sourced from patsy's changelog.

v1.0.1

  • Removed an inadvertent hard dependency on pytest.

v1.0.0

  • Add support for Python 3.13.
  • Drop support for Python 2.7 (and remove dependency on the six module).
  • Fix compatibility with numpy >= 2.
  • Update development status to 'mature'.
Commits
  • 806c8ed Merge pull request #217 from bashtage/rls-1.0.1
  • dd47246 RLS: Prepare patsy 1.0.1
  • 3063436 Merge pull request #216 from bashtage/remove-pytest-import
  • af3f8bc BUG: Remove pytest import from top of module
  • a514e0c Remove defunct Travis CI badge.
  • 691eb4e 1.0.0
  • d234e39 Migrate to setup-python in GitHub Actions (and enable 3.13 tox builds). (#214)
  • 5b40a64 Add a pre-commit configuration to conform to new pydata conventions.
  • 9fba33e MAINT: add support for numpy2 (#212)
  • 3214ebf explicitely support Py3.6 -> Py3.13 (#213)
  • Additional commits viewable in compare view

Updates pyarrow from 17.0.0 to 18.1.0

Release notes

Sourced from pyarrow's releases.

Apache Arrow 18.1.0

Release Notes URL: https://arrow.apache.org/release/18.1.0.html

Apache Arrow 18.1.0 RC2

Release Notes: Release Candidate: 18.1.0 RC2

Apache Arrow 18.1.0 RC1

Release Notes: Release Candidate: 18.1.0 RC1

Apache Arrow 18.1.0 RC0

Release Notes: Release Candidate: 18.1.0 RC0

Apache Arrow 18.0.0

Release Notes URL: https://arrow.apache.org/release/18.0.0.html

Apache Arrow 18.0.0 RC0

Release Notes: Release Candidate: 18.0.0 RC0

Commits
  • 6a0414b MINOR: [Release] Update versions for 18.1.0
  • e4aee0c MINOR: [Release] Update .deb/.rpm changelogs for 18.1.0
  • 6199e5e MINOR: [Release] Update .deb package names for 18.1.0
  • d944b8b MINOR: [Release] Update CHANGELOG.md for 18.1.0
  • ac81eed GH-44455: [C++] Update vendored date to 3.0.3 (#44482)
  • 90bfa2c GH-44432: [Swift] Use flatbuffers v24.3.7 (#44433)
  • 0d69542 MINOR: [Java] Bump org.cyclonedx:cyclonedx-maven-plugin from 2.8.2 to 2.9.0 i...
  • 602e447 MINOR: [Java] Bump logback.version from 1.5.8 to 1.5.10 in /java (#44403)
  • 67c4d5e MINOR: [Java] Bump checker.framework.version from 3.48.0 to 3.48.1 in /java (...
  • 363acb0 MINOR: [C#] Bump Grpc.Tools from 2.66.0 to 2.67.0 in /csharp (#44400)
  • Additional commits viewable in compare view

Updates statsmodels from 0.14.3 to 0.14.4

Release notes

Sourced from statsmodels's releases.

Release 0.14.4

The statsmodels developers are pleased to announce the release of 0.14.4. This release contains one feature and no fixes.

New Feature:

  • Pyodide support
Commits
  • 054a626 Merge pull request #9379 from bashtage/final-0-14-4
  • 49d1eb3 DOC: Fix version number
  • 76d26eb Merge pull request #9377 from bashtage/v0.14.4-1
  • c64c964 MAINT: Relax test and fix bug
  • 4bbbe2c DOC: Add release note for 0.14.4
  • 843e94d Merge pull request #9365 from agriyakhetarpal/backport/pyodide-support
  • 83ff8f7 Don't trigger workflow outside main
  • 963919d Fix linter errors
  • d3db00e Temporarily skip running on just the main branch
  • a80f831 Skip warning under np.linalg (lack of FP exceptions)
  • Additional commits viewable in compare view

Updates pre-commit from 4.0 to 4.0.1

Release notes

Sourced from pre-commit's releases.

pre-commit v4.0.1

Fixes

Changelog

Sourced from pre-commit's changelog.

4.0.1 - 2024-10-08

Fixes

4.0.0 - 2024-10-05

Features

Migrating

3.8.0 - 2024-07-28

Features

3.7.1 - 2024-05-10

Fixes

  • Fix language: rust default language version check when rust-toolchain.toml is present.

... (truncated)

Commits
  • cc4a522 v4.0.1
  • 772d7d4 Merge pull request #3324 from pre-commit/migrate-config-purelib
  • 222c62b fix migrate-config for purelib yaml
  • 3d5548b Merge pull request #3323 from pre-commit/pre-commit-ci-update-config
  • 4235a87 [pre-commit.ci] pre-commit autoupdate
  • See full diff in compare view

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will 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 version will 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

Bumps the actions group with 6 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [numpy](https://github.com/numpy/numpy) | `2.1.1` | `2.1.3` |
| [matplotlib](https://github.com/matplotlib/matplotlib) | `3.9.2` | `3.9.3` |
| [patsy](https://github.com/pydata/patsy) | `0.5.6` | `1.0.1` |
| [pyarrow](https://github.com/apache/arrow) | `17.0.0` | `18.1.0` |
| [statsmodels](https://github.com/statsmodels/statsmodels) | `0.14.3` | `0.14.4` |
| [pre-commit](https://github.com/pre-commit/pre-commit) | `4.0` | `4.0.1` |



Updates `numpy` from 2.1.1 to 2.1.3
- [Release notes](https://github.com/numpy/numpy/releases)
- [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst)
- [Commits](numpy/numpy@v2.1.1...v2.1.3)

Updates `matplotlib` from 3.9.2 to 3.9.3
- [Release notes](https://github.com/matplotlib/matplotlib/releases)
- [Commits](matplotlib/matplotlib@v3.9.2...v3.9.3)

Updates `patsy` from 0.5.6 to 1.0.1
- [Release notes](https://github.com/pydata/patsy/releases)
- [Changelog](https://github.com/pydata/patsy/blob/master/doc/changes.rst)
- [Commits](pydata/patsy@v0.5.6...v1.0.1)

Updates `pyarrow` from 17.0.0 to 18.1.0
- [Release notes](https://github.com/apache/arrow/releases)
- [Commits](apache/arrow@go/v17.0.0...apache-arrow-18.1.0)

Updates `statsmodels` from 0.14.3 to 0.14.4
- [Release notes](https://github.com/statsmodels/statsmodels/releases)
- [Changelog](https://github.com/statsmodels/statsmodels/blob/main/CHANGES.md)
- [Commits](statsmodels/statsmodels@v0.14.3...v0.14.4)

Updates `pre-commit` from 4.0 to 4.0.1
- [Release notes](https://github.com/pre-commit/pre-commit/releases)
- [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md)
- [Commits](pre-commit/pre-commit@v4.0.0...v4.0.1)

---
updated-dependencies:
- dependency-name: numpy
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: actions
- dependency-name: matplotlib
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: actions
- dependency-name: patsy
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions
- dependency-name: pyarrow
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions
- dependency-name: statsmodels
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: actions
- dependency-name: pre-commit
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: actions
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Dec 1, 2024
@jarrodmillman jarrodmillman marked this pull request as draft December 7, 2024 20:31
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 7, 2024

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Dec 7, 2024
@dependabot dependabot bot deleted the dependabot/pip/actions-2211b99751 branch December 7, 2024 21:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update Python code

Development

Successfully merging this pull request may close these issues.

1 participant