File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4141 - name : 🐍 Set up Python
4242 uses : actions/setup-python@v5
4343 with :
44- python-version : " 3.12"
44+ python-version : " 3.12 || 3.14 "
4545 cache : poetry
4646
4747 - name : " 📥 Install dependencies"
Original file line number Diff line number Diff line change @@ -45,17 +45,17 @@ optional = true
4545[tool .poetry .group .dev .dependencies ]
4646black = " 25.1.0"
4747cairosvg = " 2.7.1"
48- mkdocs-autorefs = " 1.2.0 "
49- mkdocs-git-revision-date-localized-plugin = " 1.3.0 "
50- mkdocs-material = " 9.5.47 "
51- mkdocstrings = { version = " 0.27.0 " , extras = [" python" ] }
52- mypy = " 1.13.0 "
48+ mkdocs-autorefs = " 1.4.4 "
49+ mkdocs-git-revision-date-localized-plugin = " 1.5.1 "
50+ mkdocs-material = " 9.7.6 "
51+ mkdocstrings = { version = " 0.30.1 " , extras = [" python" ] }
52+ mypy = " 1.20.1 "
5353pillow = " 11.0.0"
54- pydantic = " 2.10.2 "
54+ pydantic = " 2.13.1 "
5555pytest = " 8.3.4"
56- pytest-benchmark = " 5.1.0 "
57- pytest-cov = " 6.0 .0"
58- ruff = " 0.8.1 "
56+ pytest-benchmark = " 5.2.3 "
57+ pytest-cov = " 6.3 .0"
58+ ruff = " 0.15.10 "
5959
6060[tool .poetry .urls ]
6161"Changelog" = " https://github.com/eigenein/protobuf/blob/master/CHANGELOG.md"
You can’t perform that action at this time.
0 commit comments