Skip to content

Commit 5d75805

Browse files
committed
updating dependencies
1 parent f84fee5 commit 5d75805

2 files changed

Lines changed: 481 additions & 482 deletions

File tree

pyproject.toml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ static = [
7373
"pydantic~=2.12.5",
7474
]
7575
test = [
76-
"pytest~=9.0.2",
76+
"pytest~=9.0.3",
7777
"pytest-benchmark~=5.2.3",
7878
"pytest-cov~=7.1.0",
7979
"python-dotenv~=1.2.2",
@@ -112,7 +112,13 @@ include = [
112112
"mypy.ini",
113113
"noxfile.py",
114114
"tests/",
115-
"uv.lock",
115+
]
116+
exclude = [
117+
"docs/.env",
118+
"docs/_build/",
119+
"docs/**/*.png",
120+
"docs/CLAUDE.md",
121+
"docs/AGENTS.md",
116122
]
117123

118124
[tool.pytest.ini_options]

0 commit comments

Comments
 (0)