From d37e1367bb1f70e937b27135df86fd5ca66ea7df Mon Sep 17 00:00:00 2001 From: hayat01sh1da Date: Fri, 10 Apr 2026 19:01:11 +0900 Subject: [PATCH] Bump Python to 3.14.4 --- .python-version | 2 +- README.md | 2 +- SECURITY.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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/README.md b/README.md index d34bdf1..10c6a12 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ ## 1. Environment - WSL (Ubuntu 25.10) -- Python 3.14.3 +- Python 3.14.4 ## 2. Reference diff --git a/SECURITY.md b/SECURITY.md index 3cedd30..2fdcafd 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -8,7 +8,7 @@ | Component / Library | Version(s) / Tooling | Notes | | -------------------- | ------------------------------------------------------------------------------------------------------------------ | ----------------------------------------------------------------------- | | OS baseline | WSL (Ubuntu 25.10) | Shared environment across tracks. | -| Python runtime | CPython 3.14.3 (`.python-version`) | Install dependencies via pip. | +| Python runtime | CPython 3.14.4 (`.python-version`) | Install dependencies via pip. | | Core Python packages | `pandas`, `Pillow`, `selenium`, `urllib3` | See `requirements.txt`. | | Browser automation | Google Chrome Stable + matching Chromedriver for installed Chrome (e.g., 131.x; keep in sync with Chrome releases) | Follow README steps to install binaries and export `PATH_TO_WEBDRIVER`. |