Skip to content

Bump the all-dependencies group with 9 updates#16

Merged
nabobalis merged 1 commit into
mainfrom
dependabot/pip/all-dependencies-6329a73b19
Apr 1, 2026
Merged

Bump the all-dependencies group with 9 updates#16
nabobalis merged 1 commit into
mainfrom
dependabot/pip/all-dependencies-6329a73b19

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Apr 1, 2026

Copy link
Copy Markdown
Contributor

Bumps the all-dependencies group with 9 updates:

Package From To
aiapy 0.11.0 0.12.0
fsspec 2026.2.0 2026.3.0
numpy 2.4.2 2.4.4
pandas 3.0.1 3.0.2
pillow 12.1.1 12.2.0
requests 2.32.5 2.33.1
sentry-sdk 2.53.0 2.57.0
sqlalchemy 2.0.47 2.0.48
sunpy 7.1.0 7.1.1

Updates aiapy from 0.11.0 to 0.12.0

Release notes

Sourced from aiapy's releases.

v0.12.0

What's Changed

Full Changelog: LM-SAL/aiapy@v0.11.0...v0.12.0

Changelog

Sourced from aiapy's changelog.

0.12.0 (2026-03-26)

Breaking Changes

  • Increased minimum version of astropy to 7.1.1 to simplify internal code within aiapy. ([#385](https://github.com/LM-SAL/aiapy/issues/385) <https://github.com/LM-SAL/aiapy/pull/385>__)
  • Restored calibration_version parameter to aiapy.calibrate.degradation function. While it was removed to simplify the API, in hindsight it is clear that this parameter is necessary to properly handle cases where multiple calibration versions are present in the correction table. ([#385](https://github.com/LM-SAL/aiapy/issues/385) <https://github.com/LM-SAL/aiapy/pull/385>__)
  • aiapy.calibrate.utils.get_correction_table now defaults to the latest version from SSW instead of the JSOC. The table has not seen an update in a while, so this avoids an unnecessary network call to the JSOC. ([#385](https://github.com/LM-SAL/aiapy/issues/385) <https://github.com/LM-SAL/aiapy/pull/385>__)

New Features

  • Added a new GitHub backup mirror for SSWIDL files used by aiapy. ([#391](https://github.com/LM-SAL/aiapy/issues/391) <https://github.com/LM-SAL/aiapy/pull/391>__)

Bug Fixes

  • Ensured that aiapy.calibrate.degradation now once again accounts for possibility of multiple calibration versions in correction table. This resolves issues where incorrect degradation corrections were applied due to multiple entries in the calibration table. ([#385](https://github.com/LM-SAL/aiapy/issues/385) <https://github.com/LM-SAL/aiapy/pull/385>__)
Commits
  • 0914f0f Release v0.12.0
  • fe36378 Account for mulitple versions in correction table when computing degradation ...
  • 5879325 Update aiapy/calibrate/tests/test_prep.py
  • 3e68bdb Update aiapy/calibrate/utils.py
  • 2cc4466 Update example
  • ca525a0 more deps
  • cfb0d3f The hole was deep, but it is now filled
  • 4aa8d71 I have dug in a hole which I may not escape from
  • b419ec8 Fix test asserts
  • 2ed7598 Fix #375
  • Additional commits viewable in compare view

Updates fsspec from 2026.2.0 to 2026.3.0

Commits

Updates numpy from 2.4.2 to 2.4.4

Release notes

Sourced from numpy's releases.

2.4.4 (Mar 29, 2026)

NumPy 2.4.4 Release Notes

The NumPy 2.4.4 is a patch release that fixes bugs discovered after the 2.4.3 release. It should finally close issue #30816, the OpenBLAS threading problem on ARM.

This release supports Python versions 3.11-3.14

Contributors

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

  • Charles Harris
  • Daniel Haag +
  • Denis Prokopenko +
  • Harshith J +
  • Koki Watanabe
  • Marten van Kerkwijk
  • Matti Picus
  • Nathan Goldbaum

Pull requests merged

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

  • #30978: MAINT: Prepare 2.4.x for further development
  • #31049: BUG: Add test to reproduce problem described in #30816 (#30818)
  • #31052: BUG: fix FNV-1a 64-bit selection by using NPY_SIZEOF_UINTP (#31035)
  • #31053: BUG: avoid warning on ufunc with where=True and no output
  • #31058: DOC: document caveats of ndarray.resize on 3.14 and newer
  • #31079: TST: fix POWER VSX feature mapping (#30801)
  • #31084: MAINT: numpy.i: Replace deprecated sprintf with snprintf...

2.4.3 (Mar 9, 2026)

NumPy 2.4.3 Release Notes

The NumPy 2.4.3 is a patch release that fixes bugs discovered after the 2.4.2 release. The most user visible fix may be a threading fix for OpenBLAS on ARM, closing issue #30816.

This release supports Python versions 3.11-3.14

Contributors

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

  • Antareep Sarkar +

... (truncated)

Commits
  • be93fe2 Merge pull request #31090 from charris/prepare-2.4.4
  • f5245dc REL: Prepare for the NumPy 2.4.4 release
  • 02e838b Merge pull request #31084 from charris/backport-31056
  • fa74b2d MAINT: numpy.i: Replace deprecated sprintf with snprintf (#31056)
  • 533a6db Merge pull request #31079 from charris/backport-20801
  • 9e496cb TST: fix POWER VSX feature mapping (#30801)
  • 8052c4b Merge pull request #31058 from charris/backport-31021
  • 7f13b5a MAINT: Skip test on PyPy.
  • 4c5fdd6 MAINT: Remove unused import of tracemalloc.
  • a3ca5ed Update numpy/_core/src/multiarray/shape.c
  • Additional commits viewable in compare view

Updates pandas from 3.0.1 to 3.0.2

Release notes

Sourced from pandas's releases.

pandas 3.0.2

We are pleased to announce the release of pandas 3.0.2. This is a patch release in the 3.0.x series and includes some regression fixes and bug fixes. We recommend that all users of the 3.0.x series upgrade to this version.

See the full whatsnew for a list of all the changes.

Pandas 3.0 supports Python 3.11 and higher. The release can be installed from PyPI:

python -m pip install --upgrade pandas==3.0.*

Or from conda-forge

conda install -c conda-forge pandas=3.0

Please report any issues with the release on the pandas issue tracker.

Thanks to all the contributors who made this release possible.

Commits
  • ab90747 RLS: 3.0.2 (#64934)
  • 6f27013 Backport PR #64931 on branch 3.0.x (DOC/BLD: temporary disable upload of docs...
  • 48ddc60 Backport PR #64664 on branch 3.0.x (BUG: DataFrame.sum() crashes on empty Dat...
  • 8774488 [backport 3.0.x] PERF: fix slow python loop in validation for ArrowStringArra...
  • 33af6cc Backport PR #64133 on branch 3.0.x (BUG: str.find returns byte offset instead...
  • 4ef49d8 [backport 3.0.x] BUG: fix convert_dtypes dropping values from sliced mixed-dt...
  • 0668f34 [backport 3.0.x] BUG: Fix HDFStore.put with StringDtype columns and compressi...
  • 23f2f44 [backport 3.0.x] BUG: Suppress unnecessary RuntimeWarning in to_datetime with...
  • 83ba804 Backport PR #64886: BUG: Compute Variance of Complex Numbers Correctly (#64892)
  • bb5ca1a Backport PR #64386 on branch 3.0.x (BUG: fix sort_index AssertionError with R...
  • Additional commits viewable in compare view

Updates pillow from 12.1.1 to 12.2.0

Release notes

Sourced from pillow's releases.

12.2.0

https://pillow.readthedocs.io/en/stable/releasenotes/12.2.0.html

Documentation

Dependencies

Testing

Other changes

... (truncated)

Commits

Updates requests from 2.32.5 to 2.33.1

Release notes

Sourced from requests's releases.

v2.33.1

2.33.1 (2026-03-30)

Bugfixes

  • Fixed test cleanup for CVE-2026-25645 to avoid leaving unnecessary files in the tmp directory. (#7305)
  • Fixed Content-Type header parsing for malformed values. (#7309)
  • Improved error consistency for malformed header values. (#7308)

New Contributors

Full Changelog: https://github.com/psf/requests/blob/main/HISTORY.md#2331-2026-03-30

v2.33.0

2.33.0 (2026-03-25)

Announcements

  • 📣 Requests is adding inline types. If you have a typed code base that uses Requests, please take a look at #7271. Give it a try, and report any gaps or feedback you may have in the issue. 📣

Security

  • CVE-2026-25645 requests.utils.extract_zipped_paths now extracts contents to a non-deterministic location to prevent malicious file replacement. This does not affect default usage of Requests, only applications calling the utility function directly.

Improvements

  • Migrated to a PEP 517 build system using setuptools. (#7012)

Bugfixes

  • Fixed an issue where an empty netrc entry could cause malformed authentication to be applied to Requests on Python 3.11+. (#7205)

Deprecations

  • Dropped support for Python 3.9 following its end of support. (#7196)

Documentation

  • Various typo fixes and doc improvements.

New Contributors

Full Changelog: https://github.com/psf/requests/blob/main/HISTORY.md#2330-2026-03-25

Changelog

Sourced from requests's changelog.

2.33.1 (2026-03-30)

Bugfixes

  • Fixed test cleanup for CVE-2026-25645 to avoid leaving unnecessary files in the tmp directory. (#7305)
  • Fixed Content-Type header parsing for malformed values. (#7309)
  • Improved error consistency for malformed header values. (#7308)

2.33.0 (2026-03-25)

Announcements

  • 📣 Requests is adding inline types. If you have a typed code base that uses Requests, please take a look at #7271. Give it a try, and report any gaps or feedback you may have in the issue. 📣

Security

  • CVE-2026-25645 requests.utils.extract_zipped_paths now extracts contents to a non-deterministic location to prevent malicious file replacement. This does not affect default usage of Requests, only applications calling the utility function directly.

Improvements

  • Migrated to a PEP 517 build system using setuptools. (#7012)

Bugfixes

  • Fixed an issue where an empty netrc entry could cause malformed authentication to be applied to Requests on Python 3.11+. (#7205)

Deprecations

  • Dropped support for Python 3.9 following its end of support. (#7196)

Documentation

  • Various typo fixes and doc improvements.
Commits

Updates sentry-sdk from 2.53.0 to 2.57.0

Release notes

Sourced from sentry-sdk's releases.

2.57.0

New Features ✨

Langchain

Other

Bug Fixes 🐛

Openai

Other

Internal Changes 🔧

Ai

Langchain

Openai

... (truncated)

Changelog

Sourced from sentry-sdk's changelog.

2.57.0

New Features ✨

Langchain

Other

Bug Fixes 🐛

Openai

Other

Internal Changes 🔧

Ai

Langchain

Openai

... (truncated)

Commits
  • 9790785 Update CHANGELOG.md
  • 21f5dc3 release: 2.57.0
  • ae28669 fix(openai): Only wrap types with _iterator for streamed responses (#5917)
  • 2d91800 build(deps): bump getsentry/craft/.github/workflows/changelog-preview.yml fro...
  • 9c97dac build(deps): bump getsentry/craft from 2.25.0 to 2.25.2 (#5911)
  • 7516309 fix: Add cycle detection to exceptions_from_error (#5880)
  • 2604409 feat: Add experimental async transport (port of PR #4572) (#5646)
  • 49a5978 fix(ci): Update validate-pr action to remove draft enforcement (#5918)
  • b8a4945 ref(ai): Remove unused GEN_AI_PIPELINE operation constant (#5886)
  • e231708 ci: 🤖 Update test matrix with new releases (03/30) (#5912)
  • Additional commits viewable in compare view

Updates sqlalchemy from 2.0.47 to 2.0.48

Release notes

Sourced from sqlalchemy's releases.

2.0.48

Released: March 2, 2026

engine

  • [engine] [bug] Fixed a critical issue in Engine where connections created in conjunction with the DialectEvents.do_connect() event listeners would receive shared, mutable collections for the connection arguments, leading to a variety of potential issues including unlimited growth of the argument list as well as elements within the parameter dictionary being shared among concurrent connection calls. In particular this could impact do_connect routines making use of complex mutable authentication structures.

    References: #13144

Commits

Updates sunpy from 7.1.0 to 7.1.1

Changelog

Sourced from sunpy's changelog.

7.1.1 (2026-03-26)

Bug Fixes

  • Fix ~sunpy.net.scraper.Scraper to correctly handle proper local file URI on Windows and make internal code more consistent. ([#8493](https://github.com/sunpy/sunpy/issues/8493) <https://github.com/sunpy/sunpy/pull/8493>__)
  • Fixed a bug in sunpy.coordinates.spice when converting times to the time scale/format used by SPICE, which resulted in a time inaccuracy of up to 1.6 ms. ([#8534](https://github.com/sunpy/sunpy/issues/8534) <https://github.com/sunpy/sunpy/pull/8534>__)
Commits
  • 5984e5d Prepare v7.1.1
  • faf16e3 Merge pull request #8558 from meeseeksmachine/auto-backport-of-pr-8556-on-7.1
  • ae3cde0 Backport PR #8556: Only upload to anaconda on main and runtime warning fix
  • 5588f1a Merge pull request #8554 from meeseeksmachine/auto-backport-of-pr-8546-on-7.1
  • 73907e1 Backport PR #8546: Another cruft bump
  • e5cecba Merge pull request #8553 from Cadair/auto-backport-of-pr-8545-on-7.1
  • e786dd6 Merge pull request #8545 from SunPyBot/cruft-manual-update
  • 73fe8a3 Merge pull request #8552 from meeseeksmachine/auto-backport-of-pr-8544-on-7.1
  • 23a7159 Backport PR #8544: Updates from package template
  • 4c00ac6 Merge pull request #8536 from meeseeksmachine/auto-backport-of-pr-8534-on-7.1
  • Additional commits viewable 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 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 all-dependencies group with 9 updates:

| Package | From | To |
| --- | --- | --- |
| [aiapy](https://github.com/LM-SAL/aiapy) | `0.11.0` | `0.12.0` |
| [fsspec](https://github.com/fsspec/filesystem_spec) | `2026.2.0` | `2026.3.0` |
| [numpy](https://github.com/numpy/numpy) | `2.4.2` | `2.4.4` |
| [pandas](https://github.com/pandas-dev/pandas) | `3.0.1` | `3.0.2` |
| [pillow](https://github.com/python-pillow/Pillow) | `12.1.1` | `12.2.0` |
| [requests](https://github.com/psf/requests) | `2.32.5` | `2.33.1` |
| [sentry-sdk](https://github.com/getsentry/sentry-python) | `2.53.0` | `2.57.0` |
| [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) | `2.0.47` | `2.0.48` |
| [sunpy](https://github.com/sunpy/sunpy) | `7.1.0` | `7.1.1` |


Updates `aiapy` from 0.11.0 to 0.12.0
- [Release notes](https://github.com/LM-SAL/aiapy/releases)
- [Changelog](https://github.com/LM-SAL/aiapy/blob/main/CHANGELOG.rst)
- [Commits](LM-SAL/aiapy@v0.11.0...v0.12.0)

Updates `fsspec` from 2026.2.0 to 2026.3.0
- [Commits](fsspec/filesystem_spec@2026.2.0...2026.3.0)

Updates `numpy` from 2.4.2 to 2.4.4
- [Release notes](https://github.com/numpy/numpy/releases)
- [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst)
- [Commits](numpy/numpy@v2.4.2...v2.4.4)

Updates `pandas` from 3.0.1 to 3.0.2
- [Release notes](https://github.com/pandas-dev/pandas/releases)
- [Commits](pandas-dev/pandas@v3.0.1...v3.0.2)

Updates `pillow` from 12.1.1 to 12.2.0
- [Release notes](https://github.com/python-pillow/Pillow/releases)
- [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst)
- [Commits](python-pillow/Pillow@12.1.1...12.2.0)

Updates `requests` from 2.32.5 to 2.33.1
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](psf/requests@v2.32.5...v2.33.1)

Updates `sentry-sdk` from 2.53.0 to 2.57.0
- [Release notes](https://github.com/getsentry/sentry-python/releases)
- [Changelog](https://github.com/getsentry/sentry-python/blob/master/CHANGELOG.md)
- [Commits](getsentry/sentry-python@2.53.0...2.57.0)

Updates `sqlalchemy` from 2.0.47 to 2.0.48
- [Release notes](https://github.com/sqlalchemy/sqlalchemy/releases)
- [Changelog](https://github.com/sqlalchemy/sqlalchemy/blob/main/CHANGES.rst)
- [Commits](https://github.com/sqlalchemy/sqlalchemy/commits)

Updates `sunpy` from 7.1.0 to 7.1.1
- [Release notes](https://github.com/sunpy/sunpy/releases)
- [Changelog](https://github.com/sunpy/sunpy/blob/v7.1.1/CHANGELOG.rst)
- [Commits](sunpy/sunpy@v7.1.0...v7.1.1)

---
updated-dependencies:
- dependency-name: aiapy
  dependency-version: 0.12.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: fsspec
  dependency-version: 2026.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: numpy
  dependency-version: 2.4.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: pandas
  dependency-version: 3.0.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: pillow
  dependency-version: 12.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: requests
  dependency-version: 2.33.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: sentry-sdk
  dependency-version: 2.57.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: sqlalchemy
  dependency-version: 2.0.48
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: sunpy
  dependency-version: 7.1.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
...

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 Apr 1, 2026
@nabobalis nabobalis merged commit 16440f9 into main Apr 1, 2026
1 of 2 checks passed
@nabobalis nabobalis deleted the dependabot/pip/all-dependencies-6329a73b19 branch April 1, 2026 22:34
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant