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 b6c8bb1..b961969 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -9,7 +9,7 @@ | -------------------- | ---------------------------------- | ------------------------------------------------------------------------------------------------------------- | | OS baseline | WSL (Ubuntu 25.10) | Shared environment across tracks. | | Ruby CLI utilities | Ruby 4.0.2 (`.ruby-version`) | Uses only Ruby stdlib (e.g., `Find`, `FileUtils`). Extra gems must be declared at the script level. | -| Python CLI utilities | CPython 3.14.3 (`.python-version`) | Standard-library only (`argparse`, `pathlib`). Add `requirements.txt` if third-party packages are introduced. | +| Python CLI utilities | CPython 3.14.4 (`.python-version`) | Standard-library only (`argparse`, `pathlib`). Add `requirements.txt` if third-party packages are introduced. | ## Backward Compatibility diff --git a/python/README.md b/python/README.md index 1a7f6e6..1e21e7d 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