Commit Graph
9 Commits
Author SHA1 Message Date
dedde41288 [build] Update 27 dependencies (#17346)
* Bump certifi 2026.6.17 => 2026.7.22
* Bump cffi 2.0.0 => 2.1.1
* Bump charset-normalizer 3.4.7 => 3.4.9
* Bump cryptography 49.0.0 => 50.0.0
* Bump curl-cffi 0.15.0 => 0.16.0
* Bump deno 2.8.3 => 2.9.5
* Bump filelock 3.29.4 => 3.32.2
* Bump hatchling 1.30.1 => 1.31.0
* Bump packaging 26.2 => 26.3
* Bump pip 26.1.2 => 26.2.1
* Bump platformdirs 4.10.0 => 4.11.1
* Bump pre-commit 4.6.0 => 4.6.1
* Bump pyinstaller 6.21.0 => 6.22.1
* Bump pyinstaller[win32] 6.21.0 => 6.22.1
* Bump pyinstaller[win_amd64] 6.21.0 => 6.22.1
* Bump pyinstaller[win_arm64] 6.21.0 => 6.22.1
* Bump pytest-rerunfailures 16.3 => 16.4
* Bump python-discovery 1.4.2 => 1.5.1
* Bump ruff 0.15.19 => 0.16.2
* Bump setuptools 82.0.1 => 84.0.0
* Bump typing-extensions 4.15.0 => 4.16.0
* Bump uv 0.11.24 => 0.12.3
* Bump virtualenv 21.5.1 => 21.7.3
* Bump websockets 16.0 => 17.0.1
* Remove markdown-it-py 4.2.0
* Remove mdurl 0.1.2
* Remove rich 15.0.0

Authored by: bashonly, dlp-bot

Co-authored-by: bashonly <bashonly@protonmail.com>
2026-08-16 01:48:25 +00:00
4dc054d51c [rh:curl_cffi] Support curl_cffi 0.16.x (#17439)
Closes #17341
Authored by: bashonly, coletdjnz

Co-authored-by: coletdjnz <coletdjnz@protonmail.com>
2026-08-15 23:50:51 +00:00
821bef0f00 [cleanup] Misc (#16697)
Authored by: Grub4K, bashonly

Co-authored-by: bashonly <bashonly@protonmail.com>
2026-06-09 23:01:32 +00:00
bashonlyandGitHub 32f1671a90 [build] Rename requirements files to clean up dependency graph (#16740)
Authored by: bashonly
2026-05-16 20:30:45 +00:00
bashonlyandGitHub 3a12be701c [cleanup] Misc (#16630)
* Fix PyPy dependency issue with cffi
* Export requirements files from dependency groups
* Simplify bundle targets & rework build flow
* Code cleanup & type annotation fixes
* Update FFmpeg-Builds status in README

Authored by: bashonly
2026-05-05 22:00:57 +00:00
bashonlyandGitHub 35684c1171 [cleanup] Misc (#16452)
* Include `pin*` extras in lockfile
* Fix and clean up `devscripts/update_requirements.py`
* Improve release channel documentation
* Remove false statement from `--prefer-insecure` documentation
* Assorted code cleanup
* Set `GH_TELEMETRY=false` in CI/CD whenever `gh` is used
* Add comments about required checks in CI workflows
* Run `test-workflows.yml` for every PR so its checks can be required
* Verify actionlint attestation in CI
* Remove zizmor version to reduce workflow maintenance burden
  (zizmor-action handles pinning on its end)

Authored by: bashonly
2026-05-03 22:19:08 +00:00
2c28ee5d76 [devscripts] update_requirements: Add reporting functionality (#16454)
Authored by: bashonly, Grub4K

Co-authored-by: Simon Sawicki <contact@grub4k.dev>
2026-04-10 23:48:52 +00:00
bashonlyandGitHub 88c8a68eb5 Pin to exact version for all dependencies in pin* extras (#16443)
Fix 5f6a214616

Authored by: bashonly
2026-04-07 00:30:55 +00:00
5f6a214616 Add lockfile and pinned extras (#16421)
* Add `pin`, `pin-curl-cffi`, `pin-secretstorage` and `pin-deno` extras
* Check in a `uv.lock` for devs
* Add `devscripts/update_requirements.py` for dependency upgrades

Authored by: bashonly, Grub4K

Co-authored-by: Simon Sawicki <contact@grub4k.dev>
2026-04-06 22:58:27 +00:00