Skip to content

Bump the all-deps group with 5 updates#179

Merged
GibranAlfa merged 1 commit intomainfrom
dependabot/uv/all-deps-fc13b698dc
Feb 21, 2026
Merged

Bump the all-deps group with 5 updates#179
GibranAlfa merged 1 commit intomainfrom
dependabot/uv/all-deps-fc13b698dc

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 19, 2026

Bumps the all-deps group with 5 updates:

Package From To
fmu-dataio 2.21.0 2.22.2
xtgeo 4.17.0 4.18.0
ert 20.0.0 20.0.1
ruff 0.15.0 0.15.1
fmu-datamodels 0.18.1 0.19.1

Updates fmu-dataio from 2.21.0 to 2.22.2

Release notes

Sourced from fmu-dataio's releases.

2.22.2

What's Changed

Full Changelog: equinor/fmu-dataio@2.22.1...2.22.2

2.22.1

What's Changed

Full Changelog: equinor/fmu-dataio@2.22.0...2.22.1

2.22.0

What's Changed

Full Changelog: equinor/fmu-dataio@2.21.0...2.22.0

Commits
  • 019adf9 MAINT: Install Sumo uploader for more Python versions
  • 81d40d5 MAINT: Generate metadata from _metadata
  • 0e3b28d MAINT: Split case workflow config to own module
  • bc905b5 MAINT: Collect workflows to _workflows subpackage
  • 0f90a0e Bump the all-deps group with 5 updates (#1574)
  • 63768f6 ENH: Add codenames to GridProperty spec
  • aabac47 ENH: Use standard index columns from fmu-datamodels
  • e21ae4c BLD: Bump fmu-datamodels
  • 7350249 FIX: Do not create Ert field is no sim mode
  • 0554ccc MAINT: Initialize case workflow config from args
  • Additional commits viewable in compare view

Updates xtgeo from 4.17.0 to 4.18.0

Release notes

Sourced from xtgeo's releases.

4.18.0

What's Changed

Full Changelog: equinor/xtgeo@4.17.0...4.18.0

Commits
  • a4b59b5 BUG: Reject in-memory streams for SEGY export (#1538)
  • 3548253 ENH: add a function in Grid that can merge two grids
  • 2520061 TYP: completed type annotation of XYZ module (#1429)
  • 6187aad MAINT: Use segyio to export cubes
  • 621c7ff DEP: Drop Python 3.10 support
  • 596bf98 BLD: Add Python 3.14 support
  • 676b670 CI: Fix uv python version (#1524)
  • 9f7ba6c Bump the all-deps group with 3 updates
  • 329b57d BLD: remove depencency of tables
  • ade4adf TST,MAINT: Add more tests HDF5 Well class
  • Additional commits viewable in compare view

Updates ert from 20.0.0 to 20.0.1

Release notes

Sourced from ert's releases.

20.0.1

What's Changed

Bug fixes

Test fixes

Full Changelog: equinor/ert@20.0.0...20.0.1

Commits
  • b7fdde5 Fix plotting categorical data crashes ert
  • e15c122 Convert infinite objectives and constraints to NaN
  • d91c1fb Make migration deterministic over filesystem
  • See full diff in compare view

Updates ruff from 0.15.0 to 0.15.1

Release notes

Sourced from ruff's releases.

0.15.1

Release Notes

Released on 2026-02-12.

Preview features

  • [airflow] Add ruff rules to catch deprecated Airflow imports for Airflow 3.1 (AIR321) (#22376)
  • [airflow] Third positional parameter not named ti_key should be flagged for BaseOperatorLink.get_link (AIR303) (#22828)
  • [flake8-gettext] Fix false negatives for plural argument of ngettext (INT001, INT002, INT003) (#21078)
  • [pyflakes] Fix infinite loop in preview fix for unused-import (F401) (#23038)
  • [pygrep-hooks] Detect non-existent mock methods in standalone expressions (PGH005) (#22830)
  • [pylint] Allow dunder submodules and improve diagnostic range (PLC2701) (#22804)
  • [pyupgrade] Improve diagnostic range for tuples (UP024) (#23013)
  • [refurb] Check subscripts in tuple do not use lambda parameters in reimplemented-operator (FURB118) (#23079)
  • [ruff] Detect mutable defaults in field calls (RUF008) (#23046)
  • [ruff] Ignore std cmath.inf (RUF069) (#23120)
  • [ruff] New rule float-equality-comparison (RUF069) (#20585)
  • Don't format unlabeled Markdown code blocks (#23106)
  • Markdown formatting support in LSP (#23063)
  • Support Quarto Markdown language markers (#22947)
  • Support formatting pycon Markdown code blocks (#23112)
  • Use extension mapping to select Markdown code block language (#22934)

Bug fixes

  • Avoid false positive for undefined variables in FAST001 (#23224)
  • Avoid introducing syntax errors for FAST003 autofix (#23227)
  • Avoid suggesting InitVar for __post_init__ that references PEP 695 type parameters (#23226)
  • Deduplicate type variables in generic functions (#23225)
  • Fix exception handler parenthesis removal for Python 3.14+ (#23126)
  • Fix f-string middle panic when parsing t-strings (#23232)
  • Wrap RUF020 target for multiline fixes (#23210)
  • Wrap UP007 target for multiline fixes (#23208)
  • Fix missing diagnostics for last range suppression in file (#23242)
  • [pyupgrade] Fix syntax error on string with newline escape and comment (UP037) (#22968)

Rule changes

  • Use ruff instead of Ruff as the program name in GitHub output format (#23240)
  • [PT006] Fix syntax error when unpacking nested tuples in parametrize fixes (#22441) (#22464)
  • [airflow] Catch deprecated attribute access from context key for Airflow 3.0 (AIR301) (#22850)
  • [airflow] Capture deprecated arguments and a decorator (AIR301) (#23170)
  • [flake8-boolean-trap] Add multiprocessing.Value to excluded functions for FBT003 (#23010)
  • [flake8-bugbear] Add a secondary annotation showing the previous occurrence (B033) (#22634)
  • [flake8-type-checking] Add sub-diagnostic showing the runtime use of an annotation (TC004) (#23091)
  • [isort] Support configurable import section heading comments (#23151)
  • [ruff] Improve the diagnostic for RUF012 (#23202)

Formatter

... (truncated)

Changelog

Sourced from ruff's changelog.

0.15.1

Released on 2026-02-12.

Preview features

  • [airflow] Add ruff rules to catch deprecated Airflow imports for Airflow 3.1 (AIR321) (#22376)
  • [airflow] Third positional parameter not named ti_key should be flagged for BaseOperatorLink.get_link (AIR303) (#22828)
  • [flake8-gettext] Fix false negatives for plural argument of ngettext (INT001, INT002, INT003) (#21078)
  • [pyflakes] Fix infinite loop in preview fix for unused-import (F401) (#23038)
  • [pygrep-hooks] Detect non-existent mock methods in standalone expressions (PGH005) (#22830)
  • [pylint] Allow dunder submodules and improve diagnostic range (PLC2701) (#22804)
  • [pyupgrade] Improve diagnostic range for tuples (UP024) (#23013)
  • [refurb] Check subscripts in tuple do not use lambda parameters in reimplemented-operator (FURB118) (#23079)
  • [ruff] Detect mutable defaults in field calls (RUF008) (#23046)
  • [ruff] Ignore std cmath.inf (RUF069) (#23120)
  • [ruff] New rule float-equality-comparison (RUF069) (#20585)
  • Don't format unlabeled Markdown code blocks (#23106)
  • Markdown formatting support in LSP (#23063)
  • Support Quarto Markdown language markers (#22947)
  • Support formatting pycon Markdown code blocks (#23112)
  • Use extension mapping to select Markdown code block language (#22934)

Bug fixes

  • Avoid false positive for undefined variables in FAST001 (#23224)
  • Avoid introducing syntax errors for FAST003 autofix (#23227)
  • Avoid suggesting InitVar for __post_init__ that references PEP 695 type parameters (#23226)
  • Deduplicate type variables in generic functions (#23225)
  • Fix exception handler parenthesis removal for Python 3.14+ (#23126)
  • Fix f-string middle panic when parsing t-strings (#23232)
  • Wrap RUF020 target for multiline fixes (#23210)
  • Wrap UP007 target for multiline fixes (#23208)
  • Fix missing diagnostics for last range suppression in file (#23242)
  • [pyupgrade] Fix syntax error on string with newline escape and comment (UP037) (#22968)

Rule changes

  • Use ruff instead of Ruff as the program name in GitHub output format (#23240)
  • [PT006] Fix syntax error when unpacking nested tuples in parametrize fixes (#22441) (#22464)
  • [airflow] Catch deprecated attribute access from context key for Airflow 3.0 (AIR301) (#22850)
  • [airflow] Capture deprecated arguments and a decorator (AIR301) (#23170)
  • [flake8-boolean-trap] Add multiprocessing.Value to excluded functions for FBT003 (#23010)
  • [flake8-bugbear] Add a secondary annotation showing the previous occurrence (B033) (#22634)
  • [flake8-type-checking] Add sub-diagnostic showing the runtime use of an annotation (TC004) (#23091)
  • [isort] Support configurable import section heading comments (#23151)
  • [ruff] Improve the diagnostic for RUF012 (#23202)

Formatter

... (truncated)

Commits
  • a2f11d2 Prepare for 0.15.1 (#23253)
  • d29628e Remove docker-run-action (#23254)
  • 8a04266 [ty] Allow discovering dependencies in system Python environments (#22994)
  • 55d06c8 Ensure pending suppression diagnostics are reported (#23242)
  • d056a9f [isort] support for configurable import section heading comments (#23151)
  • e22fa4f [ty] Fix method calls on subclasses of Any (#23248)
  • fa56c15 [ty] Fix bound method access on None (#23246)
  • 4fd07d0 Make range suppression test snapshot actually useful (#23251)
  • 8c63bce [ty] Include conditional symbols (like datetime.UTC) in auto-import in more...
  • 46be943 Exclude WASM artifacts from GitHub releases (#23221)
  • Additional commits viewable in compare view

Updates fmu-datamodels from 0.18.1 to 0.19.1

Release notes

Sourced from fmu-datamodels's releases.

0.19.1

What's Changed

New Contributors

Full Changelog: equinor/fmu-datamodels@0.19.0...0.19.1

0.19.0

What's Changed

Full Changelog: equinor/fmu-datamodels@0.18.1...0.19.0

Commits
  • 0ae46ed ENH: Add content type mappings
  • 9b1883d FIX: Add Transmissibilities to Any standard result
  • a3a14d0 ENH: Add sim2sumo table standard results
  • 9c1db75 ENH: Add codenames for discrete grid properties
  • 8f006c8 Build(deps): Bump pillow from 12.1.0 to 12.1.1
  • c156d07 Build(deps): Bump the all-deps group with 2 updates
  • 1b1ca79 Build(deps): Bump the all-deps group with 4 updates (#141)
  • d46955e FIX: Use 'REAL' realization column in parameters
  • 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 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-deps group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [fmu-dataio](https://github.com/equinor/fmu-dataio) | `2.21.0` | `2.22.2` |
| [xtgeo](https://github.com/equinor/xtgeo) | `4.17.0` | `4.18.0` |
| [ert](https://github.com/equinor/ert) | `20.0.0` | `20.0.1` |
| [ruff](https://github.com/astral-sh/ruff) | `0.15.0` | `0.15.1` |
| [fmu-datamodels](https://github.com/equinor/fmu-datamodels) | `0.18.1` | `0.19.1` |


Updates `fmu-dataio` from 2.21.0 to 2.22.2
- [Release notes](https://github.com/equinor/fmu-dataio/releases)
- [Commits](equinor/fmu-dataio@2.21.0...2.22.2)

Updates `xtgeo` from 4.17.0 to 4.18.0
- [Release notes](https://github.com/equinor/xtgeo/releases)
- [Changelog](https://github.com/equinor/xtgeo/blob/main/docs/release_notes.md)
- [Commits](equinor/xtgeo@4.17.0...4.18.0)

Updates `ert` from 20.0.0 to 20.0.1
- [Release notes](https://github.com/equinor/ert/releases)
- [Commits](equinor/ert@20.0.0...20.0.1)

Updates `ruff` from 0.15.0 to 0.15.1
- [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.0...0.15.1)

Updates `fmu-datamodels` from 0.18.1 to 0.19.1
- [Release notes](https://github.com/equinor/fmu-datamodels/releases)
- [Commits](equinor/fmu-datamodels@0.18.1...0.19.1)

---
updated-dependencies:
- dependency-name: fmu-dataio
  dependency-version: 2.22.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-deps
- dependency-name: xtgeo
  dependency-version: 4.18.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-deps
- dependency-name: ert
  dependency-version: 20.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-deps
- dependency-name: ruff
  dependency-version: 0.15.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-deps
- dependency-name: fmu-datamodels
  dependency-version: 0.19.1
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all-deps
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code labels Feb 19, 2026
@GibranAlfa GibranAlfa merged commit 0bcc16a into main Feb 21, 2026
9 checks passed
@GibranAlfa GibranAlfa deleted the dependabot/uv/all-deps-fc13b698dc branch February 21, 2026 19: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:uv Pull requests that update python:uv code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant