diff --git a/.python-version b/.python-version index da71773..0104088 100644 --- a/.python-version +++ b/.python-version @@ -1 +1 @@ -3.14.3 +3.14.4 diff --git a/SECURITY.md b/SECURITY.md index 716d263..801033d 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -9,7 +9,7 @@ | ------------------------ | ----------------------------------- | ----------------------------------------------------------------------------------------------------------- | | OS baseline | WSL (Ubuntu 25.10) | Shared environment across tracks. | | Ruby automation | Ruby 4.0.2 (`.ruby-version`) | Scripts rely on Bundler plus standard library; declare additional gems inside each tool. | -| Python automation | CPython 3.14.3 (`.python-version`) | Python helpers currently depend on the stdlib. Add `requirements.txt` if third-party packages are required. | +| Python automation | CPython 3.14.4 (`.python-version`) | Python helpers currently depend on the stdlib. Add `requirements.txt` if third-party packages are required. | | GitHub Actions workflows | Runs on GitHub-hosted Ubuntu images | Cron jobs send Slack notifications and mutate wiki content; keep action versions pinned. | ## Backward Compatibility diff --git a/python/README.md b/python/README.md index f57bf10..28782fc 100644 --- a/python/README.md +++ b/python/README.md @@ -1,6 +1,6 @@ ## 1. Environment -- Python 3.14.3 +- Python 3.14.4 ## 2. Execution