Skip to content

Bump the all-dependencies group with 5 updates - #474

Open
dependabot[bot] wants to merge 2 commits into
mainfrom
dependabot/uv/all-dependencies-e1a7099fcc
Open

Bump the all-dependencies group with 5 updates#474
dependabot[bot] wants to merge 2 commits into
mainfrom
dependabot/uv/all-dependencies-e1a7099fcc

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 19, 2026

Copy link
Copy Markdown
Contributor

Bumps the all-dependencies group with 5 updates:

Package From To
packaging 25.0 26.3
pandas 2.3.3 3.0.5
power-grid-model 1.13.135 1.13.137
pandapower 3.3.3 3.1.2
pre-commit 4.6.1 4.6.2

Updates packaging from 25.0 to 26.3

Release notes

Sourced from packaging's releases.

26.3

What's Changed

Features

  • Add a public VersionRange API and SpecifierSet.to_range(), representing the versions a specifier set accepts as an interval set that supports intersection, union, difference, complement, set relations, membership tests, and filtering. VersionRange.to_specifier_set() converts a range back to a SpecifierSet where a PEP 440 form exists. (#1267, #1270, #1298)
  • PEP 808: accept Metadata-Version: 2.6. (#1194)
  • Add a limit argument to parse_tag() for compressed tag sets. (#1220)
  • Add a prefer_sdist_predicate argument to Pylock.select() to prefer source distributions over wheels for selected packages. (#1334)
  • Add pure_python_tags() to generate the pure-Python tags for a Python version without touching the running platform. (#1346)
  • Add SpecifierSet.is_subset(), SpecifierSet.is_superset(), and SpecifierSet.is_disjoint(), which compare the versions two specifier sets accept. (#1313)

Behavior adaptations

  • Drop support for Python 3.8; packaging now requires Python 3.9 or later. (#1157)
  • Prefer native linux_* platform tags over manylinux and musllinux tags on Linux. (#160)

Fixes for versions and specifiers

  • Raise InvalidVersion instead of TypeError when Version is given a non-string. (#1319)
  • Raise InvalidVersion for non-string pre-release letters passed to Version.from_parts. (#1241)
  • Fix an AttributeError when hashing internally trimmed versions. (#1242)
  • Fix SpecifierSet.is_unsatisfiable for post-release boundary intersections. (#1257)

Fixes for requirements and markers

  • Make Requirement.__hash__ consistent with __eq__ for trailing-zero-equivalent specifiers (e.g. foo==1.0.0 and foo==1.0.0.0), so equal requirements hash equal and deduplicate in sets and dicts. (#1232)
  • Normalize requested extra names before comparing or hashing requirements. (#644)
  • Preserve a Requirement's specifier prereleases override across a pickle round trip. (#1204)
  • Raise InvalidRequirement instead of InvalidSpecifier when a requirement contains an invalid specifier. (#1332)
  • Clarify the error for post-release prefix wildcards like ==1.0.post1.*. (#1299)
  • Preserve quoting semantics when serializing marker values, so round-tripped markers parse back to the same marker. (#1213)
  • Keep the parentheses of a nested group when serializing markers. (#1316)
  • Normalize extra and dependency_groups values in nested markers at parse time. (#1246, #1310)
  • Raise UndefinedComparison when a set-valued variable like extras is used outside the membership form. (#1265)
  • Raise UndefinedEnvironmentName (a KeyError subclass) for missing environment keys during marker evaluation. (#1276)
  • Wrap malformed string literal errors in InvalidMarker / InvalidRequirement instead of leaking a low-level error. (#1249)
  • Reject requirements and markers with a trailing line break. (#1345)

Fixes for metadata and licenses

  • Collect all from_email validation errors into one ExceptionGroup instead of raising the first. (#1268)
  • Accept the UTF-8 charset case-insensitively in email payloads. (#1330)
  • Reject malformed Description-Content-Type values. (#1329)
  • Don't rewrite user values that contain {field} placeholders in error messages. (#1327)
  • Route multipart email payloads to unparsed instead of asserting. (#1247)
  • Make InvalidMetadata and CyclicDependencyGroup picklable. (#1328)
  • Fold every line boundary str.splitlines recognizes when writing a header with RFC822Message. (#1356)

... (truncated)

Changelog

Sourced from packaging's changelog.

26.3 - 2026-08-03


Features:
  • Add a public :class:~packaging.ranges.VersionRange API and
    :meth:SpecifierSet.to_range() <packaging.specifiers.SpecifierSet.to_range>,
    representing the versions a specifier set accepts as an interval set that
    supports intersection, union, difference, complement, set relations,
    membership tests, and filtering.
    :meth:~packaging.ranges.VersionRange.to_specifier_set converts a range back
    to a :class:~packaging.specifiers.SpecifierSet where a PEP 440 form exists.
    (:pull:1267, :pull:1270, :pull:1298)
  • PEP 808: accept Metadata-Version: 2.6. (:pull:1194)
  • Add a limit argument to parse_tag() for compressed tag sets.
    (:issue:1220)
  • Add a prefer_sdist_predicate argument to Pylock.select() to prefer
    source distributions over wheels for selected packages. (:pull:1334)
  • Add :func:~packaging.tags.pure_python_tags to generate the pure-Python
    tags for a Python version without touching the running platform.
    (:pull:1346)
  • Add :meth:SpecifierSet.is_subset() <packaging.specifiers.SpecifierSet.is_subset>, :meth:~packaging.specifiers.SpecifierSet.is_superset,
    and :meth:~packaging.specifiers.SpecifierSet.is_disjoint, which compare the
    versions two specifier sets accept. (:pull:1313)

Behavior adaptations:

  • Drop support for Python 3.8; packaging now requires Python 3.9 or later.
    (:pull:1157)
  • Prefer native linux_* platform tags over manylinux and musllinux
    tags on Linux. (:issue:160)

Fixes for versions and specifiers:

  • Raise InvalidVersion instead of TypeError when Version is given a
    non-string. (:pull:1319)
  • Raise InvalidVersion for non-string pre-release letters passed to
    Version.from_parts. (:pull:1241)
  • Fix an AttributeError when hashing internally trimmed versions.
    (:pull:1242)
  • Fix SpecifierSet.is_unsatisfiable for post-release boundary
    intersections. (:pull:1257)

Fixes for requirements and markers:

  • Make Requirement.__hash__ consistent with __eq__ for
    trailing-zero-equivalent specifiers (e.g. foo==1.0.0 and
    foo==1.0.0.0), so equal requirements hash equal and deduplicate in
    sets and dicts. (:pull:1232)
    </tr></table>

... (truncated)

Commits
  • 929fd4b Bump for release
  • f300ebf chore(deps): bump the pre-commit group with 5 updates (#1357)
  • f91d975 ci(downstream): bump hatchling to 1.31.0 and fix its pytest rootdir (#1361)
  • b1a7124 chore(deps): bump the github-actions group with 7 updates (#1358)
  • 2d873eb fix(metadata): fold every line boundary when writing headers (#1356)
  • 413d006 docs: changelog for 26.3 (#1343)
  • 4eb0753 docs(metadata): explain selective field validation (#1342)
  • 77e9ed4 feat(tags): add pure Python tag generator (#1346)
  • 7cea5e8 ci: drop 3.13t on Windows (3.13.14t may fail to build, run takes 9 minutes) (...
  • 45a8b34 docs: add missing versionadded/versionchanged directives (#1344)
  • Additional commits viewable in compare view

Updates pandas from 2.3.3 to 3.0.5

Release notes

Sourced from pandas's releases.

pandas 3.0.5

We are pleased to announce the release of pandas 3.0.5. 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.

pandas 3.0.4

We are pleased to announce the release of pandas 3.0.4. 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.

pandas 3.0.3

We are pleased to announce the release of pandas 3.0.3. 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

... (truncated)

Commits
  • e68db09 RLS: 3.0.5
  • 0697623 Backport PR #66428: DOC: update whatsnew for 3.0.5 (#66430)
  • 5d846d0 Backport PR #66090 on branch 3.0.x (BLD: exclude numpy 2.5.0 when building wh...
  • bef7a2b Backport PR #66169 on branch 3.0.x (CI: Fix pyarrow-nightly job (stale nightl...
  • 8188eb1 RLS: 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...
  • 70313be Backport 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...
  • Additional commits viewable in compare view

Updates power-grid-model from 1.13.135 to 1.13.137

Release notes

Sourced from power-grid-model's releases.

v1.13.137

What's Changed

Features and improvements

Documentation

Full Changelog: PowerGridModel/power-grid-model@v1.13.136...v1.13.137

v1.13.136

What's Changed

Features and improvements

Bug fixes

Dependencies

Documentation

Full Changelog: PowerGridModel/power-grid-model@v1.13.135...v1.13.136

Commits
  • 945113d Merge pull request #1491 from scud-soptim/doc/pst-documentation-188
  • 72cf4ed Merge pull request #1526 from PowerGridModel/pgm/feature/reduce-topology
  • a4e84e7 Merge branch 'main' into pgm/feature/reduce-topology
  • 86c6b13 Merge branch 'main' into doc/pst-documentation-188
  • 7002edd main repo had a merge out of order
  • 256e4cc Merge branch 'pgm/feature/fix-inlines' into pgm/feature/reduce-topology
  • 04b4281 sonar
  • 8a04ed4 Merge pull request #1528 from PowerGridModel/documentation/change-non-pgm-com...
  • 2ed0b13 Merge pull request #1524 from PowerGridModel/pgm/feature/fix-inlines
  • 8799215 rename
  • Additional commits viewable in compare view

Updates pandapower from 3.3.3 to 3.1.2

Changelog

Sourced from pandapower's changelog.

[3.1.2] - 2025-06-16

  • [ADDED] iteration count for convergence as an output dict parameter
  • [FIXED] pf2pp converter - corrected consideration of line temperature during import
  • [FIXED] corrected create_continuous_elements_index to consider trafo_characteristic_tables correctly
  • [FIXED] pp control - handle NaN in 'enabled' column when computing 'controlEnabled' to ensure safe boolean evaluation
  • [FIXED] State Estimation: optimized SE code to minimize RAM usage
  • [FIXED] State Estimation: optimized SE code to speed-up calculations
  • [FIXED] State Estimation: converted internal matrices into sparse for better performance
  • [FIXED] State Estimation: changed Jacobian creation to avoid useless computations for not existing measurements
  • [ADDED] State Estimation: introduced option to run state estimation in debug mode and print relevant information during WLS iterations
  • [FIXED] State Estimation: optimized merge computations for multiple measurements at the same element
  • [ADDED] State Estimation: introduced multiple options for automatic creation of zero injection measurements
  • [FIXED] State Estimation: fixed bugs with AF-WLS estimator
  • [FIXED] State Estimation: fixed bugs with automatic test creation

[3.1.1] - 2025-05-26

  • [FIXED] URL for digital attestation

[3.1.0] - 2025-05-26

  • [ADDED] pf2pp converter - import of shunt characteristic tables
  • [ADDED] pf2pp converter - considering tap dependent impedance
  • [FIXED] cim2pp converter - set sgen 'controllable' flag as False when converting energySources to avoid ValueError when executing create_sgen
  • [ADDED] pf2pp converter - added columns origin_id in multiple equipment (ext_net, coup, load, (s)gen, shunts, zpu, vac, svc)
  • [FIXED] pf2pp converter - trafo characteristic: Fixed tap changer type and included an if-clause that removes the zero sequence components in measurement report (for now)
  • [FIXED] corrected implementation of tap changer at star point with tap changer tables
  • [ADDED] cim2pp converter - extract 'controlenabled' flag from CGMES SSH profile and populate 'controllable' flag for gen and sgen elements
  • [ADDED] add function to determine qmin and qmax based on current active power in build_gen and update the dataframe with the determined values
  • [ADDED] parameter include_type_id to dump_to_geojson, to produce geojson features without the pp_index and pp_type field
  • [FIXED] added a fix which hinders selection of a subsection of busses for plotting
  • [ADDED] cim2pp converter - additional column "EquipmentContainer_id" in line table
  • [ADDED] cim2pp: add tests for buses and switches for node breaker test net, add node breaker test net to CGMES folder
  • [FIXED] DC loadflow after AC loadflow, had ambiguous results still present in net
  • [ADDED] add three columns: id_q_capability_curve_table, reactive_capability_curve, curve_style in gen and sgen
  • [ADDED] create q capability curve characteristics and diagnostics function
  • [ADDED] cim2pp converter - import reactive power capability curve data synchronousMachinesCim16.py
  • [ADDED] cim2pp converter - export parameter "governorSCD" in additional column in gen table
  • [FIXED] a problem with create_nxgraph
  • [ADDED] parameter slack_as_gen for from_ucte() converter (changed the default behavior)
  • [FIXED] cim2pp: the ignore_errors parameter was not respected in the CimParser
  • [FIXED] cim2pp: keep the busbar names and IDs for node breaker and bus branch models
  • [FIXED] cim2pp: extend cim data structure with missing parameters
  • [FIXED] cim2pp: better vector group assignment
  • [FIXED] cim2pp: refactor cim2pp test
  • [FIXED] cim2pp: manage crash when importing not supported dy profile
  • [ADDED] cim2pp: add tests for short circuit parameters
  • [FIXED] add vector_group to zero-sequence parameters in create_trafo()
  • [ADDED] ucte2pp: consider G&B values in impedances

... (truncated)

Commits
  • 7a2b049 Merge branch 'release/v3.1.2'
  • e5a34d4 bump version
  • 093ba9d Merge pull request #2470 from KS-HTK/issues/1785-remove-deprecations
  • 2c537cf added geo_data_to_latlong to table of content
  • 950ec23 updated notebook
  • 22b2386 Merge branch 'develop' into issues/1785-remove-deprecations
  • b0a735b Merge pull request #2502 from ajazHameed/develop
  • 6c1a461 added an entry to the changelog.
  • 9c0edb1 Merge branch 'develop' into develop
  • 7927c0a Merge branch 'develop' into issues/1785-remove-deprecations
  • Additional commits viewable in compare view

Updates pre-commit from 4.6.1 to 4.6.2

Release notes

Sourced from pre-commit's releases.

pre-commit v4.6.2

Fixes

Changelog

Sourced from pre-commit's changelog.

4.6.2 - 2026-08-10

Fixes

Commits

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 5 updates:

| Package | From | To |
| --- | --- | --- |
| [packaging](https://github.com/pypa/packaging) | `25.0` | `26.3` |
| [pandas](https://github.com/pandas-dev/pandas) | `2.3.3` | `3.0.5` |
| [power-grid-model](https://github.com/PowerGridModel/power-grid-model) | `1.13.135` | `1.13.137` |
| [pandapower](https://github.com/e2nIEE/pandapower) | `3.3.3` | `3.1.2` |
| [pre-commit](https://github.com/pre-commit/pre-commit) | `4.6.1` | `4.6.2` |


Updates `packaging` from 25.0 to 26.3
- [Release notes](https://github.com/pypa/packaging/releases)
- [Changelog](https://github.com/pypa/packaging/blob/main/CHANGELOG.rst)
- [Commits](pypa/packaging@25.0...26.3)

Updates `pandas` from 2.3.3 to 3.0.5
- [Release notes](https://github.com/pandas-dev/pandas/releases)
- [Commits](pandas-dev/pandas@v2.3.3...v3.0.5)

Updates `power-grid-model` from 1.13.135 to 1.13.137
- [Release notes](https://github.com/PowerGridModel/power-grid-model/releases)
- [Commits](PowerGridModel/power-grid-model@v1.13.135...v1.13.137)

Updates `pandapower` from 3.3.3 to 3.1.2
- [Release notes](https://github.com/e2nIEE/pandapower/releases)
- [Changelog](https://github.com/e2nIEE/pandapower/blob/develop/CHANGELOG.rst)
- [Commits](e2nIEE/pandapower@v3.3.3...v3.1.2)

Updates `pre-commit` from 4.6.1 to 4.6.2
- [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.6.1...v4.6.2)

---
updated-dependencies:
- dependency-name: packaging
  dependency-version: '26.3'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: pandas
  dependency-version: 3.0.5
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: power-grid-model
  dependency-version: 1.13.137
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: pandapower
  dependency-version: 3.1.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: pre-commit
  dependency-version: 4.6.2
  dependency-type: direct:development
  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:uv Pull requests that update python:uv code labels Aug 19, 2026
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:uv Pull requests that update python:uv code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant