Skip to content

Bump the docs-toolchain group across 1 directory with 3 updates - #64

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/docs-toolchain-ec81375973
Open

Bump the docs-toolchain group across 1 directory with 3 updates#64
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/docs-toolchain-ec81375973

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the docs-toolchain group with 3 updates in the / directory: lxml, oasislmf and ods-tools.

Updates lxml from 6.1.2 to 6.1.3

Changelog

Sourced from lxml's changelog.

6.1.3 (2026-09-02)

Bugs fixed

  • LP#2165901: External parameter entity parsing was allowed by default (with resolve_entities="internal"). Issue found by Tomer Fichman.
Commits
  • 3c1a4c7 Prepare release of 6.1.3.
  • c1191fc Update changelog.
  • 03ec312 Disable parameter entity parsing when internal-only entity parsing is requested.
  • 11d03e9 Build: Prevent duplicate Py3.8 wheel builds.
  • 9efc586 Build: Exclude musllinux-ARM from Py3.8 wheel building to prevent slow emulat...
  • 9716fb1 Build: Include older PyPy versions.
  • 0f3327d Build: Exclude Win-Aarch64 from wheel build.
  • 6967c96 Build: Make all built wheels downloadable even if they don't pass the release...
  • 061218d Build: Exclude Py3.15 i686 wheels from validation (because they are intention...
  • ce9fe0d Build: Fix Py3.8 windows build.
  • See full diff in compare view

Updates oasislmf from 2.5.6 to 2.5.7

Release notes

Sourced from oasislmf's releases.

Release 2.5.7

OasisLMF Changelog - 2.5.7

  • #2065 - docs: Diátaxis restructure + ktools→pytools kernel + executable notebooks
  • #2067 - ci: allow OasisModels CLI workflow to target an external oasislmf fork
  • #2073 - refactor(gulmc): split compute_event_losses into inlined njit helpers
  • #2076 - fix/run with env dtype
  • #2079 - vectorisation of cond_info
  • #2080 - google style docstrings (1356)
  • #2083 - Fix CI codecov uploads
  • #2085 - Issue 2084 cyber loc_idx bug
  • #2087 - Fix typo: 'vulnerbaility_id' -> 'vulnerability_id' in gul_inputs.py
  • #2092 - issue 2090 sparse event definition
  • #2094 - h3 vectorise
  • #2095 - ri filter vectorise
  • #2099 - Hubspot ticket tracking
  • #2102 - Removing dead code
  • #2105 - Feature/decouple websocket
  • #2106 - Fix for flaky test
  • #2107 - Exposure summary vectorise
  • #2110 - gul input vectorise
  • #2111 - Array operations speedup
  • #2112 - feat/validate_before_keys
  • #2117 - Issue 2109 repeated exposure run header issue
  • #2119 - RI in exposure run propagation
  • #2120 - fix/exposure_run_preanalysis

OasisLMF Notes

fix/run with env dtype - [(PR #2076)](OasisLMF/OasisLMF#2076)

  • fix oasislmf model run with dtypes set by env variables (OASIS_INT, OASIS_FLOAT, OASIS_AREAPERIL_TYPE)
  • tested with OasisModel/PiWindDtype

Fix CI codecov uploads - [(PR #2083)](OasisLMF/OasisLMF#2083)

Update workflow to use a token for uploading cov data

Hubspot ticket tracking - [(PR #2099)](OasisLMF/OasisLMF#2099)

If an issue is create, commented, or closed it will be mirrored on Hubspot CMS. the workflow will only update issues with the labels bug,enhancement,feature,production,support

Fixes to run platform without redis websocket - [(PR #2105)](OasisLMF/OasisLMF#2105)

Works with OasisLMF/OasisPlatform#1427 add an option to send event processing updates via a HTTP instead of websocket

Bug: periodic ping timer never reset in gul/manager.py

  • oasislmf/pytools/gul/manager.py — the periodic-ping loop reset counter = 0 after each ping but never reset timer. Once SERVER_UPDATE_TIME first elapsed, the stale timer meant every subsequent event satisfied the "time elapsed" check, so pings fired on every event for the rest of the run instead of being throttled to the interval. gulmc/manager.py already did this correctly (timer = time.time()); gul/manager.py now matches.

oasislmf/utils/ping.py updates

  • port_override ordering bug: json.dumps(data) was called before

... (truncated)

Changelog

Sourced from oasislmf's changelog.

OasisLMF Changelog

2.5.7_

  • #2065 - docs: Diátaxis restructure + ktools→pytools kernel + executable notebooks
  • #2067 - ci: allow OasisModels CLI workflow to target an external oasislmf fork
  • #2073 - refactor(gulmc): split compute_event_losses into inlined njit helpers
  • #2076 - fix/run with env dtype
  • #2079 - vectorisation of cond_info
  • #2080 - google style docstrings (1356)
  • #2083 - Fix CI codecov uploads
  • #2085 - Issue 2084 cyber loc_idx bug
  • #2087 - Fix typo: 'vulnerbaility_id' -> 'vulnerability_id' in gul_inputs.py
  • #2092 - issue 2090 sparse event definition
  • #2094 - h3 vectorise
  • #2095 - ri filter vectorise
  • #2099 - Hubspot ticket tracking
  • #2102 - Removing dead code
  • #2105 - Feature/decouple websocket
  • #2106 - Fix for flaky test
  • #2107 - Exposure summary vectorise
  • #2110 - gul input vectorise
  • #2111 - Array operations speedup
  • #2112 - feat/validate_before_keys
  • #2117 - Issue 2109 repeated exposure run header issue
  • #2119 - RI in exposure run propagation
  • #2120 - fix/exposure_run_preanalysis .. _2.5.7: OasisLMF/OasisLMF@2.5.6...2.5.7

2.5.6_

  • #2048 - Add linear interpolation lookup for correlation functions
  • #2051 - enhance/supported_oed_versions
  • #2052 - enhance/pytools converters dtypes
  • #2054 - upgrade cibuildwheels
  • #2056 - fix(il): IL outputs non-deterministic when account rows are reordered (#2040)
  • #2057 - Extent api client CLI options
  • #2061 - Add py3.14 to binary package builds
  • #2071 - Fixes for small issues
  • #2072 - split get_il_input_items
  • #2074 - Switch CI to using UV, replacement for pip-tools .. _2.5.6: OasisLMF/OasisLMF@2.5.5...2.5.6

2.5.5_

  • #1978 - Fix/logging pytools
  • #1996 - Relocate socket sevrer trap
  • #2001 - Fixes for warm up code
  • #2003 - Fix for ELT sdloss incorrectly reporting 0 for sparse loss distributions

... (truncated)

Commits

Updates ods-tools from 5.0.7 to 5.0.8

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 docs-toolchain group with 3 updates in the / directory: [lxml](https://github.com/lxml/lxml), [oasislmf](https://github.com/OasisLMF/oasislmf) and [ods-tools](https://github.com/OasisLMF/OpenDataStandards).


Updates `lxml` from 6.1.2 to 6.1.3
- [Release notes](https://github.com/lxml/lxml/releases)
- [Changelog](https://github.com/lxml/lxml/blob/master/CHANGES.txt)
- [Commits](lxml/lxml@lxml-6.1.2...lxml-6.1.3)

Updates `oasislmf` from 2.5.6 to 2.5.7
- [Release notes](https://github.com/OasisLMF/oasislmf/releases)
- [Changelog](https://github.com/OasisLMF/OasisLMF/blob/main/CHANGELOG.rst)
- [Commits](OasisLMF/OasisLMF@2.5.6...2.5.7)

Updates `ods-tools` from 5.0.7 to 5.0.8
- [Release notes](https://github.com/OasisLMF/OpenDataStandards/releases)
- [Changelog](https://github.com/OasisLMF/ODS_OpenExposureData/blob/main/Changelog.rst)
- [Commits](https://github.com/OasisLMF/OpenDataStandards/commits)

---
updated-dependencies:
- dependency-name: lxml
  dependency-version: 6.1.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: docs-toolchain
- dependency-name: oasislmf
  dependency-version: 2.5.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: docs-toolchain
- dependency-name: ods-tools
  dependency-version: 5.0.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: docs-toolchain
...

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 Sep 10, 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 Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants