Skip to content

Commit cac6f53

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

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

.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: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -45,17 +45,17 @@ optional = true
4545
[tool.poetry.group.dev.dependencies]
4646
black = "25.1.0"
4747
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"
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"
5353
pillow = "11.0.0"
54-
pydantic = "2.10.2"
54+
pydantic = "2.13.2"
5555
pytest = "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.11"
5959

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

0 commit comments

Comments
 (0)