File tree Expand file tree Collapse file tree 2 files changed +14
-14
lines changed
Expand file tree Collapse file tree 2 files changed +14
-14
lines changed 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 @@ -43,19 +43,19 @@ typing-extensions = "^4.4.0"
4343optional = true
4444
4545[tool .poetry .group .dev .dependencies ]
46- black = " 25.1 .0"
47- cairosvg = " 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 "
53- pillow = " 11.0 .0"
54- pydantic = " 2.10.2 "
55- pytest = " 8.3.4 "
56- pytest-benchmark = " 5.1.0 "
57- pytest-cov = " 6.0 .0"
58- ruff = " 0.8.1 "
46+ black = " 25.12 .0"
47+ cairosvg = " 2.8.2 "
48+ mkdocs-autorefs = " 1.4.3 "
49+ mkdocs-git-revision-date-localized-plugin = " 1.5 .0"
50+ mkdocs-material = " 9.7.1 "
51+ mkdocstrings = { version = " 0.30.1 " , extras = [" python" ] }
52+ mypy = " 1.19.1 "
53+ pillow = " 11.3 .0"
54+ pydantic = " 2.12.5 "
55+ pytest = " 8.4.2 "
56+ pytest-benchmark = " 5.2.3 "
57+ pytest-cov = " 6.3 .0"
58+ ruff = " 0.14.12 "
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