Skip to content

Commit f670507

Browse files
⬆️ Update all non-major dependencies
1 parent 63a1966 commit f670507

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
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"

pyproject.toml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -43,19 +43,19 @@ typing-extensions = "^4.4.0"
4343
optional = 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.10"
5959

6060
[tool.poetry.urls]
6161
"Changelog" = "https://github.com/eigenein/protobuf/blob/master/CHANGELOG.md"

0 commit comments

Comments
 (0)