Compare commits

...

3 Commits

Author SHA1 Message Date
Valentin Popov 4c4f542fc2 Merge branch 'master' into renovate/actions-setup-python-6.x
Test / Lint (pull_request) Successful in 1m2s
Test / Test (pull_request) Successful in 59s
Docs Deploy / Build and Deploy MkDocs (push) Successful in 1m4s
Test / Lint (push) Successful in 1m4s
Test / Test (push) Successful in 58s
RenovateBot / renovate (push) Successful in 22s
2026-02-12 04:52:10 +04:00
renovate[bot] 4c9d772b03 chore(deps): update actions/setup-python action to v6
Test / Lint (push) Successful in 51s
Test / Lint (pull_request) Successful in 53s
Test / Test (push) Successful in 52s
Test / Test (pull_request) Successful in 51s
2026-02-12 00:01:33 +00:00
renovate[bot] 097a915f35 fix(deps): update all digest updates
Test / Lint (pull_request) Successful in 1m3s
Test / Test (pull_request) Successful in 50s
Docs Deploy / Build and Deploy MkDocs (push) Successful in 1m10s
Test / Lint (push) Successful in 1m0s
Test / Test (push) Successful in 58s
2026-02-12 00:01:28 +00:00
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -14,9 +14,9 @@ jobs:
uses: actions/checkout@v6
- name: Set up Python
uses: actions/setup-python@v5
uses: actions/setup-python@v6
with:
python-version: "3.12"
python-version: "3.14"
- name: Install docs dependencies
run: pip install -r requirements.txt
+1 -1
View File
@@ -7,4 +7,4 @@ edition = "2021"
common = { path = "../common" }
[target.'cfg(windows)'.dependencies]
windows-sys = { version = "0.59", features = ["Win32_Storage_FileSystem"] }
windows-sys = { version = "0.61", features = ["Win32_Storage_FileSystem"] }