Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .python-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.14.3
3.14.4
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
## 1. Environment

- WSL (Ubuntu 25.10)
- Python 3.14.3
- Python 3.14.4

## 2. Reference

Expand Down
2 changes: 1 addition & 1 deletion SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`. |

Expand Down
Loading