Skip to content

Commit 092a7ff

Browse files
Merge branch 'main' into dependabot/uv/pydantic-2.13.4
2 parents 37d757b + 8134096 commit 092a7ff

3 files changed

Lines changed: 83 additions & 72 deletions

File tree

constraints-briefcase.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ numpy==2.4.4
2929
# pandas
3030
packaging==26.2
3131
# via matplotlib
32-
pandas==3.0.2
32+
pandas==3.0.3
3333
# via dbs-annotator
3434
pillow==12.2.0
3535
# via matplotlib

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ classifiers = [
2323
dependencies = [
2424
"certifi>=2024.0.0",
2525
"tzdata>=2026.2",
26-
"pandas>=2.1",
26+
"pandas>=3.0.3",
2727
"python-docx>=1.1",
2828
"docx2pdf>=0.1.8",
2929
"pydantic>=2.13.4",
@@ -42,12 +42,12 @@ dev = [
4242
"ruff>=0.1.0",
4343
"pre-commit>=3.6",
4444
"pre-commit-uv>=4.2.1",
45-
"ty>=0.0.29",
45+
"ty>=0.0.35",
4646
"pandas-stubs>=3.0.0.260204",
4747
"pyside6-stubs>=6.7.3.0",
4848
"towncrier>=24.8.0",
4949
]
50-
build = ["briefcase>=0.3.26"]
50+
build = ["briefcase>=0.4.2"]
5151
docs = [
5252
"sphinx>=9.0.4",
5353
"sphinx-rtd-theme>=3.1.0",

0 commit comments

Comments
 (0)