@@ -7,8 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ### Added
11+ - Placeholder for future updates and new features.
12+
13+ ## [ 1.3.0] - 2026-01-27
14+
15+ ### ⚠️ Breaking Changes
16+ - ** Minimum Python version increased from 3.9 to 3.10** (required for secure dependency versions)
17+
1018### Security
11- - ** BREAKING CHANGE** : Upgraded minimum Python version from 3.9 to 3.10 to support secure dependency versions
1219- Fixed CVE-2024 -47081: Updated ` requests ` from 2.32.3 to 2.32.5 (Moderate - .netrc credentials leak)
1320- Fixed CVE-2025 -50181: Updated ` urllib3 ` from 2.4.0 to 2.6.3 (Moderate - redirects not disabled with retries)
1421- Fixed CVE-2025 -50182: Updated ` urllib3 ` to 2.6.3 (Moderate - redirects in browsers/Node.js)
@@ -23,9 +30,48 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2330### Changed
2431- Updated CI/CD workflows to test Python 3.10 and 3.13 (dropped 3.9)
2532- Updated all template files and documentation to reflect Python 3.10 minimum requirement
33+ - Updated GitHub Actions ` actions/setup-python ` from v5 to v6
34+ - Updated ` cookiecutter ` from 2.3 to 2.6
35+ - Updated ` pre-commit ` from 4.3.0 to 4.5.1
36+ - Updated ` pytest ` from 8.4.1 to 9.0.2
37+ - Updated ` pytest-cov ` from 6.2.1 to 7.0.0
38+ - Updated ` pytest-mock ` from 3.14.1 to 3.15.1
39+ - Updated ` pyyaml ` from 6.0.2 to 6.0.3
40+ - Updated ` typer ` from 0.16.1 to 0.21.1
41+ - Updated ` setuptools ` from 80.9.0 to 80.10.2
42+ - Updated pre-commit hook ` astral-sh/ruff-pre-commit ` from v0.12.10 to v0.14.14
43+ - Updated pre-commit hook ` pycqa/isort ` from v6.0.1 to v6.1.0
44+ - Updated pre-commit hook ` asottile/pyupgrade ` args from ` --py39-plus ` to ` --py310-plus `
45+ - Updated Python base images in GitLab CI from 3.9 to 3.10
46+ - Fixed YAML parsing issue in GitHub Actions workflow (quoted Python versions to prevent 3.10 → 3.1)
47+
48+ ### Dependency Updates (Transitive)
49+ - Updated ` arrow ` from 1.3.0 to 1.4.0
50+ - Updated ` certifi ` from 2025.4.26 to 2026.1.4
51+ - Updated ` cfgv ` from 3.4.0 to 3.5.0
52+ - Updated ` charset-normalizer ` from 3.4.2 to 3.4.4
53+ - Updated ` click ` from 8.1.8 to 8.3.1
54+ - Updated ` coverage ` from 7.8.2 to 7.13.2
55+ - Updated ` distlib ` from 0.3.9 to 0.4.0
56+ - Updated ` exceptiongroup ` from 1.3.0 to 1.3.1
57+ - Updated ` identify ` from 2.6.12 to 2.6.16
58+ - Updated ` idna ` from 3.10 to 3.11
59+ - Updated ` iniconfig ` from 2.1.0 to 2.3.0
60+ - Updated ` markdown-it-py ` from 3.0.0 to 4.0.0
61+ - Updated ` markupsafe ` from 3.0.2 to 3.0.3
62+ - Updated ` nodeenv ` from 1.9.1 to 1.10.0
63+ - Updated ` packaging ` from 25.0 to 26.0
64+ - Updated ` platformdirs ` from 4.3.8 to 4.5.1
65+ - Updated ` pygments ` from 2.19.1 to 2.19.2
66+ - Updated ` pyparsing ` from 3.2.3 to 3.3.2
67+ - Updated ` rich ` from 14.0.0 to 14.3.1
68+ - Updated ` tomli ` from 2.2.1 to 2.4.0
69+ - Added ` tzdata ` 2025.3
70+
71+ ### Summary
72+ All 10 Dependabot security vulnerabilities have been resolved (4 High, 6 Moderate).
73+ All dependencies updated to latest stable versions as of January 2026.
2674
27- ### Added
28- - Placeholder for future updates and new features.
2975
3076## [ 1.2.2] - 2025-08-22
3177### Changed
@@ -162,7 +208,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
162208
163209---
164210
165- [ Unreleased ] : https://github.com/at-gmbh/at-python-template/compare/v1.2.2...HEAD
211+ [ Unreleased ] : https://github.com/at-gmbh/at-python-template/compare/v1.3.0...HEAD
212+ [ 1.3.0 ] : https://github.com/at-gmbh/at-python-template/compare/v1.2.2...v1.3.0
166213[ 1.2.2 ] : https://github.com/at-gmbh/at-python-template/compare/v1.2.1...v1.2.2
167214[ 1.2.1 ] : https://github.com/at-gmbh/at-python-template/compare/v1.2.0...v1.2.1
168215[ 1.2.0 ] : https://github.com/at-gmbh/at-python-template/compare/v1.1.1...v1.2.0
0 commit comments