Skip to content

Bump obspy from 1.5.0 to 1.5.1 in the prod-deps group - #478

Merged
Gautzilla merged 2 commits into
mainfrom
dependabot/uv/prod-deps-328bd5c30e
Sep 7, 2026
Merged

Bump obspy from 1.5.0 to 1.5.1 in the prod-deps group#478
Gautzilla merged 2 commits into
mainfrom
dependabot/uv/prod-deps-328bd5c30e

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 7, 2026

Copy link
Copy Markdown
Contributor

Bumps the prod-deps group with 1 update: obspy.

Updates obspy from 1.5.0 to 1.5.1

Release notes

Sourced from obspy's releases.

ObsPy 1.5.1 (doi: 10.5281/zenodo.22108563)

Changes:

  • General:
    • add helper function that wraps around numpy.linalg.eig but always mimicks the behavior of numpy <2.5, which is to downcast results to real valued arrays when possible. Replacing all numpy.linalg.eig calls in the code base with this wrapper (see #3760)
  • obspy.core:
    • inventory: fix a bug that Latitude, Longitude and Distance did not accept 'measurement_units' when being initialized (see #3623)
  • obspy.clients.fdsn:
    • add new URL mapping 'EARTHSCOPE+USGS' and make it the default. This will use EarthScope for dataselect and station web services and use USGS for event web service. This is basically restoring the output users got before IRIS-now-EarthScope discontinued serving an event web service which was a mirror of USGS event web service (see #3784).
    • update URL endpoint for IGN to https (see #3744)
    • skip non-query related parameters when parsing WADL files for now and improve warning messages for these cases (see #3788)
  • obspy.clients.filesystem:
    • tsindex: improve handling of sql sessions, less connections staying open (see #3736)
    • SDS client: fix handling of empty files (see #3709)
  • obspy.clients.iris:
    • deprecate flinnengdahl web service, which EarthScope announced will be retired in July 2026. Users should use obspy.geodetics instead. (see #3756)
    • deprecate all services except the evalresp service. Services get retired throughout August 2026 (see #3791)
  • obspy.clients.neic:
    • change of IP address and domain to 137.227.252.145 and cwbp2.usgs.gov (see #3792).
  • obspy.clients.seedlink:
    • respect user specified timeout also in making the initial socket connection. Currently, when establishing the initial low-level socket connection no timeout is used, which in practice leads to a default 2min timeout even if user sets a shorter timeout when establishing the client (see #3767)
    • fix seedlink for EPOSFR to rtserve.resif.fr (see #3793)
  • obspy.imaging:
    • fix a bug in dayplot when data is only available for part of the time window (see #3780)
  • obspy.io.mseed:
    • fix the type of exception raised when trying to read an empty file (see #3709)
    • fix a void return type in write mseed ctypes wrapper (see #3735)
    • fix reading in case when numpy.memmap is not implemented (see #3741)
    • Memory leak fixed in obspy-readbuffer.c (see #3714)
  • obspy.signal.polarization:
    • fix a wrong calculation of the covariance matrix in the adaptative

... (truncated)

Changelog

Sourced from obspy's changelog.

1.5.1 (doi: 10.5281/zenodo.22108563)

Changes:

  • General:
    • add helper function that wraps around numpy.linalg.eig but always mimicks the behavior of numpy <2.5, which is to downcast results to real valued arrays when possible. Replacing all numpy.linalg.eig calls in the code base with this wrapper (see #3760)
  • obspy.core:
    • inventory: fix a bug that Latitude, Longitude and Distance did not accept 'measurement_units' when being initialized (see #3623)
  • obspy.clients.fdsn:
    • add new URL mapping 'EARTHSCOPE+USGS' and make it the default. This will use EarthScope for dataselect and station web services and use USGS for event web service. This is basically restoring the output users got before IRIS-now-EarthScope discontinued serving an event web service which was a mirror of USGS event web service (see #3784).
    • update URL endpoint for IGN to https (see #3744)
    • skip non-query related parameters when parsing WADL files for now and improve warning messages for these cases (see #3788)
  • obspy.clients.filesystem:
    • tsindex: improve handling of sql sessions, less connections staying open (see #3736)
    • SDS client: fix handling of empty files (see #3709)
  • obspy.clients.iris:
    • deprecate flinnengdahl web service, which EarthScope announced will be retired in July 2026. Users should use obspy.geodetics instead. (see #3756)
    • deprecate all services except the evalresp service. Services get retired throughout August 2026 (see #3791)
  • obspy.clients.neic:
    • change of IP address and domain to 137.227.252.145 and cwbp2.usgs.gov (see #3792).
  • obspy.clients.seedlink:
    • respect user specified timeout also in making the initial socket connection. Currently, when establishing the initial low-level socket connection no timeout is used, which in practice leads to a default 2min timeout even if user sets a shorter timeout when establishing the client (see #3767)
    • fix seedlink for EPOSFR to rtserve.resif.fr (see #3793)
  • obspy.imaging:
    • fix a bug in dayplot when data is only available for part of the time window (see #3780)
  • obspy.io.mseed:
    • fix the type of exception raised when trying to read an empty file (see #3709)
    • fix a void return type in write mseed ctypes wrapper (see #3735)
    • fix reading in case when numpy.memmap is not implemented (see #3741)
    • Memory leak fixed in obspy-readbuffer.c (see #3714)

... (truncated)

Commits
  • 1549968 release 1.5.1
  • 36d8682 Merge pull request #3786 from obspy/prepare_1.5.1
  • e883f51 tag 1.5.1rc6
  • 90310f3 fix a test that got malformed during move from unittest to pytest
  • 9e17ad3 Fix: RUFF checks on RUF040 (assert messages) and F507 (string formatting miss...
  • 09fbaa0 tag 1.5.1rc5
  • fa6db5f Merge pull request #3794 from obspy/fix_ruff_assertions_format
  • 21915eb Fix: RUFF checks on RUF040 (assert messages) and F507 (string formatting miss...
  • 033a446 tag 1.5.1rc4
  • ff0d18b Merge pull request #3790 from obspy/fix_syngine_serverside_changes
  • Additional commits viewable in compare view

Dependabot compatibility score

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 prod-deps group with 1 update: [obspy](https://github.com/obspy/obspy).


Updates `obspy` from 1.5.0 to 1.5.1
- [Release notes](https://github.com/obspy/obspy/releases)
- [Changelog](https://github.com/obspy/obspy/blob/master/CHANGELOG.txt)
- [Commits](obspy/obspy@1.5.0...1.5.1)

---
updated-dependencies:
- dependency-name: obspy
  dependency-version: 1.5.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-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 Sep 7, 2026
@coveralls

coveralls commented Sep 7, 2026

Copy link
Copy Markdown
Collaborator

Coverage Status

coverage: 99.089%. remained the same — dependabot/uv/prod-deps-328bd5c30e into main

@Gautzilla Gautzilla self-assigned this Sep 7, 2026
@Gautzilla
Gautzilla self-requested a review September 7, 2026 06:46
@Gautzilla
Gautzilla merged commit 0b21495 into main Sep 7, 2026
2 checks passed
@Gautzilla
Gautzilla deleted the dependabot/uv/prod-deps-328bd5c30e branch September 7, 2026 06:47
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.

2 participants