Skip to content

Update direct and transitive dependencies in uv.lock - #1025

Merged
greschd merged 1 commit into
feat/butt_joint_sequence_automaticfrom
maint/relock_uv_deps
Sep 8, 2026
Merged

greschd merged 1 commit into
feat/butt_joint_sequence_automaticfrom
maint/relock_uv_deps

Conversation

@greschd

@greschd greschd commented Sep 2, 2026

Copy link
Copy Markdown
Member

Add 7-day cooldown to the uv configuration, except for ansys packages.

Update the following packages:

package old version new version
ansys-dpf-composites v0.7.0 v0.8.0
ansys-mapdl-core v0.74.0 v0.74.1
ansys-platform-instancemanagement v1.1.2 v1.2.0
ansys-tools-common v0.5.2 v0.5.3
appnope v0.1.4 v1.0.0
argon2-cffi-bindings v25.1.0 v26.1.0
charset-normalizer v3.4.9 v3.5.1
click v8.4.2 v8.5.0
cyclopts v4.22.5 v4.23.3
fastjsonschema v2.22.1 v2.22.2
filelock v3.32.2 v3.32.4
idna v3.18 v3.19
imagesize v2.0.0 v2.0.1
ipywidgets v8.1.8 v8.1.9
jupyterlab-widgets v3.0.16 v3.0.17
nbformat v5.11.0 v5.11.1
platformdirs v4.11.1 v4.11.4
pygments v2.20.0 v2.21.0
python-discovery v1.5.1 v1.5.3
python-json-logger v4.1.0 v4.2.0
pyzmq v27.1.0 v27.2.0
scipy v1.17.1, v1.18.0
types-protobuf v7.35.1.20260825 v7.35.1.20260826
virtualenv v21.7.3 v21.7.5
webencodings v0.5.1 v0.6.1
widgetsnbextension v4.0.15 v4.0.16

@codecov

codecov Bot commented Sep 2, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 93.96%. Comparing base (98de914) to head (eb5ecc4).

Additional details and impacted files
@@                         Coverage Diff                         @@
##           feat/butt_joint_sequence_automatic    #1025   +/-   ##
===================================================================
  Coverage                               93.96%   93.96%           
===================================================================
  Files                                     112      112           
  Lines                                    6226     6226           
  Branches                                  368      368           
===================================================================
  Hits                                     5850     5850           
  Misses                                    370      370           
  Partials                                    6        6           
Flag Coverage Δ
direct-launch 90.79% <ø> (ø)
minimum-deps 92.06% <ø> (ø)
python-3.11 93.07% <ø> (ø)
python-3.12 93.07% <ø> (ø)
python-3.13 93.07% <ø> (ø)
python-3.14 93.39% <ø> (ø)
server-2024R2SP5 88.05% <ø> (ø)
server-2025R1SP4 92.07% <ø> (ø)
server-2025R2SP3 92.15% <ø> (ø)
server-2026R1 92.15% <ø> (ø)
server-latest 93.63% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@greschd
greschd force-pushed the maint/relock_uv_deps branch 3 times, most recently from 1198e95 to 9bf1fad Compare September 3, 2026 09:25
@greschd
greschd changed the base branch from main to feat/butt_joint_sequence_automatic September 3, 2026 09:25
@greschd
greschd force-pushed the maint/relock_uv_deps branch from 9bf1fad to b52a994 Compare September 3, 2026 11:32
@greschd
greschd force-pushed the maint/relock_uv_deps branch from b52a994 to a57cc65 Compare September 8, 2026 09:19
@greschd
greschd force-pushed the maint/relock_uv_deps branch from a57cc65 to 3cf6ce0 Compare September 8, 2026 09:37
Update the following packages:
- ansys-dpf-composites v0.7.0 -> v0.8.0
- ansys-mapdl-core v0.74.0 -> v0.74.1
- ansys-platform-instancemanagement v1.1.2 -> v1.2.0
- ansys-tools-common v0.5.2 -> v0.5.3
- appnope v0.1.4 -> v1.0.0
- argon2-cffi-bindings v25.1.0 -> v26.1.0
- charset-normalizer v3.4.9 -> v3.5.1
- click v8.4.2 -> v8.5.0
- cyclopts v4.22.5 -> v4.23.3
- fastjsonschema v2.22.1 -> v2.22.2
- filelock v3.32.2 -> v3.32.4
- idna v3.18 -> v3.19
- imagesize v2.0.0 -> v2.0.1
- ipywidgets v8.1.8 -> v8.1.9
- jupyterlab-widgets v3.0.16 -> v3.0.17
- nbformat v5.11.0 -> v5.11.1
- platformdirs v4.11.1 -> v4.11.4
- pygments v2.20.0 -> v2.21.0
- python-discovery v1.5.1 -> v1.5.3
- python-json-logger v4.1.0 -> v4.2.0
- pyzmq v27.1.0 -> v27.2.0
- scipy v1.17.1, v1.18.0 -> v1.17.1, v1.18.1
- types-protobuf v7.35.1.20260825 -> v7.35.1.20260826
- virtualenv v21.7.3 -> v21.7.5
- webencodings v0.5.1 -> v0.6.1
- widgetsnbextension v4.0.15 -> v4.0.16

Add 7-day cooldown to the uv configuration, except for ansys packages.
@greschd
greschd force-pushed the maint/relock_uv_deps branch from 3cf6ce0 to eb5ecc4 Compare September 8, 2026 11:06
@greschd
greschd merged commit 9ce0836 into main Sep 8, 2026
35 of 68 checks passed
@greschd
greschd deleted the maint/relock_uv_deps branch September 8, 2026 11:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants