Skip to content

Commit fccd7c1

Browse files
chore(deps): pin dependencies (#77)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 7324873 commit fccd7c1

2 files changed

Lines changed: 6 additions & 243 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name = "python-kanka"
77
version = "2.6.2"
88
description = "Python client for the Kanka API"
99
readme = "README.md"
10-
requires-python = ">=3.12"
10+
requires-python = "==3.14.3"
1111
license = {text = "MIT"}
1212
authors = [
1313
{name = "Erv Walter", email = "erv@ewal.net"}
@@ -39,8 +39,8 @@ Issues = "https://github.com/ervwalter/python-kanka/issues"
3939

4040
[dependency-groups]
4141
docs = [
42-
"mkdocs>=1.6",
43-
"mkdocs-material>=9.5",
42+
"mkdocs==1.6.1",
43+
"mkdocs-material==9.7.3",
4444
]
4545
dev = [
4646
"pytest==9.0.2",

0 commit comments

Comments
 (0)