Skip to content

Bump the all-deps group with 9 updates#232

Merged
GibranAlfa merged 1 commit into
mainfrom
dependabot/uv/all-deps-1e974aa2b9
Jul 2, 2026
Merged

Bump the all-deps group with 9 updates#232
GibranAlfa merged 1 commit into
mainfrom
dependabot/uv/all-deps-1e974aa2b9

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 2, 2026

Copy link
Copy Markdown
Contributor

Bumps the all-deps group with 9 updates:

Package From To
fmu-config 1.7.1 1.7.2
fmu-dataio 2.29.2 2.30.0
xtgeo 4.23.0 4.24.1
xtgeoviz 0.3.1 0.3.2
coverage 7.14.1 7.14.3
ert 23.0.0 23.0.1
pytest 9.1.0 9.1.1
fmu-datamodels 0.22.3 0.23.1
fmu-settings 0.33.0 1.0.0

Updates fmu-config from 1.7.1 to 1.7.2

Release notes

Sourced from fmu-config's releases.

1.7.2

What's Changed

Maintenance

Dependabot

Full Changelog: equinor/fmu-config@1.7.1...1.7.2

Commits
  • 5f6639e Bump pytest from 9.0.3 to 9.1.1 in the all-deps group (#155)
  • d4d9a19 Bump actions/checkout from 6.0.3 to 7.0.0 in the all-deps group (#154)
  • 2109436 Pin uv github action by hash
  • 5ffd102 CONF: Pin github actions by hash
  • 0ebfc73 Bump coverage from 7.14.0 to 7.14.1 in the all-deps group (#149)
  • 283bec7 Bump types-pyyaml in the all-deps group (#148)
  • afe8fa0 Bump idna from 3.13 to 3.15 (#147)
  • c9f1b31 Bump urllib3 from 2.6.3 to 2.7.0 (#146)
  • 068d61f MAINT: Add cooldown period for dependancy installation
  • 9120451 Bump ruff from 0.15.11 to 0.15.12 in the all-deps group (#143)
  • Additional commits viewable in compare view

Updates fmu-dataio from 2.29.2 to 2.30.0

Commits
  • 27f0291 ENH: Improve error message on invalid .fmu
  • 7c1f2f1 BUG: Fix RMS unit system normalization (#1766)
  • 314a848 DOC: Update example with <SUMO_CASEPATH> variable
  • e75b96d ENH: Make ValidationError messages preserve line breaks
  • 0bd3d5a ENH: Update error message for lacking stratigraphy
  • 86a4819 ENH: Inform about fmu settings on global config load
  • b6b3f88 ENH: Add uuid to smda_entity (#1770)
  • 26d83b7 DOC: Clarify workflow instructions and remove Sumo note (#1774)
  • e63e361 MAINT: Lower case enums
  • 9543403 CI: Pass matrix Python version to mypy workflow (#1772)
  • Additional commits viewable in compare view

Updates xtgeo from 4.23.0 to 4.24.1

Release notes

Sourced from xtgeo's releases.

4.24.1

What's Changed

Full Changelog: equinor/xtgeo@4.24.0...4.24.1

4.24.0

What's Changed

Enhancements

Dependabot

Maintenance

New Contributors

Full Changelog: equinor/xtgeo@4.23.0...4.24.0

Commits
  • 77d0e4b BLD: Refresh uv lockfile exclude-newer settings (#1687)
  • dfc5615 Bump actions/checkout from 6.0.3 to 7.0.0 in the all-deps group (#1679)
  • f4ea0e6 BLD: Update uv.lock dependencies (#1676)
  • 48da83b CI:Pin github actions to hash (#1664)
  • 7b54c4c TST: Add ResInsight test to coverage report (#1673)
  • dbd63a9 ENH: Add ResInsight interface for grid property (#1672)
  • 9cc815f ENH: in TriangulatedSurface, copy numpy arrays from input to ensure mutability
  • 0d84f5a ENH: adapt TSurf io to use TextParser
  • 44e1874 ENH: Specify minimum rips version (#1668)
  • f94ee19 BUG: Normalize RMS attribute value types (#1661)
  • Additional commits viewable in compare view

Updates xtgeoviz from 0.3.1 to 0.3.2

Release notes

Sourced from xtgeoviz's releases.

0.3.2

What's Changed

Dependabot

Maintenance

New Contributors

Full Changelog: equinor/xtgeoviz@0.3.1...0.3.2

Commits
  • c7f29e6 CI: Add testrmsenv.sh script for testing against RMS environment (#92)
  • 2c4972b Bump the all-deps group with 2 updates (#90)
  • ee77771 Bump matplotlib from 3.10.9 to 3.11.0 in the all-deps group (#91)
  • 79ba2a3 CI: Pin Github actions by hash
  • d139728 Bump the all-deps group with 2 updates (#87)
  • 33ba624 Bump the all-deps group with 3 updates (#86)
  • 92e3d68 Bump the all-deps group with 5 updates (#85)
  • 210f356 Bump idna from 3.13 to 3.15
  • 81fbb95 MAINT: Add cooldown period
  • ffdb96a Bump the all-deps group with 3 updates (#81)
  • Additional commits viewable in compare view

Updates coverage from 7.14.1 to 7.14.3

Changelog

Sourced from coverage's changelog.

Version 7.14.3 — 2026-06-22

  • Fix: the default ... exclusion rule now also matches function bodies whose closing return-type bracket is on its own line (for example, after a long -> dict[ ... ] annotation that a formatter has split over multiple lines). Closes issue 2185, thanks Mengjia Shang <pull 2196_>.

  • Fix: On 3.13t, we incorrectly issued Couldn't import C tracer errors. We can't import the C tracer because in 7.14.2 we stopped shipping compiled wheels for 3.13t. Thanks, Hugo van Kemenade <pull 2203_>_.

.. _issue 2185: coveragepy/coveragepy#2185 .. _pull 2196: coveragepy/coveragepy#2196 .. _pull 2203: coveragepy/coveragepy#2203

.. _changes_7-14-2:

Version 7.14.2 — 2026-06-20

  • Fix: some messages were being written to stdout, making coverage json -o - useless for capturing JSON output. Now messages are written to stderr, fixing issue 2197_.

  • Fix: CoverageData kept one SQLite connection per thread that recorded coverage, but never closed them when those threads terminated. On long runs with many short-lived threads this leaked one file descriptor per dead thread, eventually failing with OSError: [Errno 24] Too many open files. Connections belonging to terminated threads are now closed and dropped. Fixes issue 2192. Thanks, Matthew Lloyd <pull 2193_>.

  • Fix: when using sys.monitoring, we were assuming we could use the COVERAGE_ID tool id. But other tools might also assume they could use that id. Pre-allocated ids don't really make sense, so now we search for a usable one instead. Fixes issue 2187_.

  • Following the advice of cibuildwheel <no-13t_>_, we no longer distribute wheels for Python 3.13 free-threaded.

.. _issue 2187: coveragepy/coveragepy#2187 .. _issue 2192: coveragepy/coveragepy#2192 .. _pull 2193: coveragepy/coveragepy#2193 .. _issue 2197: coveragepy/coveragepy#2197 .. _no-13t: https://py-free-threading.github.io/ci/#building-free-threaded-wheels-with-cibuildwheel

.. _changes_7-14-1:

Commits
  • 22f13ea docs: sample HTML for 7.14.3
  • 2ca4e5f docs: prep for 7.14.3
  • 01d714e docs: add changelog entry for #2203
  • f36248d fix: don't emit 'Couldn't import C tracer' warning for 3.13t (#2203)
  • 86d73d1 docs: thanks, Mengjia Shang
  • 3d4ae3c docs: add the #2196 pr link to CHANGES
  • f4b2b4d fix: exclude ... bodies after multi-line return-type annotations (#2185) (#...
  • 1980ed0 chore: bump sigstore/gh-action-sigstore-python (#2201)
  • bca3217 build: since we don't ship 3.13t, don't test it
  • 77550d8 docs: oops, mismatched pull requests
  • Additional commits viewable in compare view

Updates ert from 23.0.0 to 23.0.1

Commits
  • 0152342 Fix rft obs deactivated by other obs in grid gap (#13836)
  • 4536e99 Increase ORPHAN_KILL_DELAY in scheduler to 300s
  • 4a3744c Reduce logging of private args overwriting global
  • See full diff in compare view

Updates pytest from 9.1.0 to 9.1.1

Release notes

Sourced from pytest's releases.

9.1.1

pytest 9.1.1 (2026-06-19)

Bug fixes

  • #14220: Fixed a logic bug in pytest.RaisesGroup which would might cause it to display incorrect "It matches FooError() which was paired with BarError" messages.
  • #14591: Fixed a regression in pytest 9.1.0 which caused overriding a parametrized fixture with an indirect @​pytest.mark.parametrize to fail with "duplicate parametrization of '<fixture name>'".
  • #14606: Fixed list-item typing errors from mypy in @pytest.mark.parametrize <pytest.mark.parametrize ref> argvalues parameter.
  • #14608: Fixed a regression in pytest 9.1.0 where conftest.py files located in <invocation dir>/test* were no longer loaded as initial conftests when invoked without arguments. This could cause certain hooks (like pytest_addoption) in these files to not fire.
Commits
  • cf470ec Prepare release version 9.1.1
  • e0c8ce6 Merge pull request #14625 from pytest-dev/patchback/backports/9.1.x/a07c31a97...
  • 1b82d16 Merge pull request #14624 from pytest-dev/patchback/backports/9.1.x/b375b79ec...
  • 501c4bc Merge pull request #14596 from bluetech/doc-classmethod
  • b61f588 Merge pull request #14622 from chrisburr/fix-14608-initial-conftest-test-subdir
  • 9a567e0 [automated] Update plugin list (#14617) (#14618)
  • ef8b299 Merge pull request #14620 from pytest-dev/patchback/backports/9.1.x/680f9f3ed...
  • 66abd07 Merge pull request #14220 from bysiber/fix-stale-iexp-raisesgroup
  • 79fbf93 Merge pull request #14612 from pytest-dev/patchback/backports/9.1.x/974ed48b6...
  • 0d312eb Merge pull request #14611 from bluetech/parametrize-argvalues-typing
  • Additional commits viewable in compare view

Updates fmu-datamodels from 0.22.3 to 0.23.1

Release notes

Sourced from fmu-datamodels's releases.

0.23.1

What's Changed

Full Changelog: equinor/fmu-datamodels@0.23.0...0.23.1

0.23.0

What's Changed

Full Changelog: equinor/fmu-datamodels@0.22.3...0.23.0

Commits
  • 4772222 ENH: Add optional uuid to StratigraphyElement
  • 70f499d CI: Pin github actions by hash
  • 8cbe0a3 ENH: Add 'stratigraphy_mapping' standard result
  • 46dae9b Make prepare-schema-release workflow manual-only (#251)
  • 63c3249 Build(deps): Bump the all-deps group with 2 updates (#250)
  • See full diff in compare view

Updates fmu-settings from 0.33.0 to 1.0.0

Release notes

Sourced from fmu-settings's releases.

1.0.0

What's Changed

Full Changelog: equinor/fmu-settings@0.34.0...1.0.0

0.34.0

What's Changed

New Contributors

Full Changelog: equinor/fmu-settings@0.33.0...0.34.0

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-deps group with 9 updates:

| Package | From | To |
| --- | --- | --- |
| [fmu-config](https://github.com/equinor/fmu-config) | `1.7.1` | `1.7.2` |
| [fmu-dataio](https://github.com/equinor/fmu-dataio) | `2.29.2` | `2.30.0` |
| [xtgeo](https://github.com/equinor/xtgeo) | `4.23.0` | `4.24.1` |
| [xtgeoviz](https://github.com/equinor/xtgeoviz) | `0.3.1` | `0.3.2` |
| [coverage](https://github.com/coveragepy/coveragepy) | `7.14.1` | `7.14.3` |
| [ert](https://github.com/equinor/ert) | `23.0.0` | `23.0.1` |
| [pytest](https://github.com/pytest-dev/pytest) | `9.1.0` | `9.1.1` |
| [fmu-datamodels](https://github.com/equinor/fmu-datamodels) | `0.22.3` | `0.23.1` |
| [fmu-settings](https://github.com/equinor/fmu-settings) | `0.33.0` | `1.0.0` |


Updates `fmu-config` from 1.7.1 to 1.7.2
- [Release notes](https://github.com/equinor/fmu-config/releases)
- [Commits](equinor/fmu-config@1.7.1...1.7.2)

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

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

Updates `xtgeoviz` from 0.3.1 to 0.3.2
- [Release notes](https://github.com/equinor/xtgeoviz/releases)
- [Commits](equinor/xtgeoviz@0.3.1...0.3.2)

Updates `coverage` from 7.14.1 to 7.14.3
- [Release notes](https://github.com/coveragepy/coveragepy/releases)
- [Changelog](https://github.com/coveragepy/coveragepy/blob/main/CHANGES.rst)
- [Commits](coveragepy/coveragepy@7.14.1...7.14.3)

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

Updates `pytest` from 9.1.0 to 9.1.1
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](pytest-dev/pytest@9.1.0...9.1.1)

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

Updates `fmu-settings` from 0.33.0 to 1.0.0
- [Release notes](https://github.com/equinor/fmu-settings/releases)
- [Commits](equinor/fmu-settings@0.33.0...1.0.0)

---
updated-dependencies:
- dependency-name: fmu-config
  dependency-version: 1.7.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-deps
- dependency-name: fmu-dataio
  dependency-version: 2.30.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-deps
- dependency-name: xtgeo
  dependency-version: 4.24.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-deps
- dependency-name: xtgeoviz
  dependency-version: 0.3.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-deps
- dependency-name: coverage
  dependency-version: 7.14.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-deps
- dependency-name: ert
  dependency-version: 23.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-deps
- dependency-name: pytest
  dependency-version: 9.1.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-deps
- dependency-name: fmu-datamodels
  dependency-version: 0.23.1
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all-deps
- dependency-name: fmu-settings
  dependency-version: 1.0.0
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: all-deps
...

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 Jul 2, 2026
@GibranAlfa
GibranAlfa merged commit 488722b into main Jul 2, 2026
10 checks passed
@dependabot
dependabot Bot deleted the dependabot/uv/all-deps-1e974aa2b9 branch July 2, 2026 13:16
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