Skip to content

Commit a32175c

Browse files
committed
Update dependencies
1 parent 77d8510 commit a32175c

3 files changed

Lines changed: 154 additions & 154 deletions

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ repos:
9898
priority: 8
9999

100100
- repo: https://github.com/astral-sh/uv-pre-commit
101-
rev: 0.11.13
101+
rev: 0.11.14
102102
hooks:
103103
- id: uv-lock
104104
priority: 9

pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ classifiers = [
3333
keywords = ["Syncmaster", "REST", "API", "Worker", "Spark", "Transfer", "ETL"]
3434
requires-python = ">=3.11"
3535
dependencies = [
36-
"pydantic~=2.13.0",
37-
"pydantic-settings>=2.13.1,<2.15.0",
36+
"pydantic~=2.13.4",
37+
"pydantic-settings~=2.14.1",
3838
"pydantic-settings-logging~=0.1.1",
3939
"sqlalchemy~=2.0.49",
4040
"sqlalchemy-utils~=0.42.0",
@@ -102,14 +102,14 @@ test = [
102102
"pytest-mock~=3.15.1",
103103
"pytest-lazy-fixtures~=1.4.0",
104104
"faker~=40.13",
105-
"coverage~=7.13.5",
105+
"coverage~=7.14.0",
106106
"gevent~=26.4.0",
107107
"respx~=0.23.1",
108108
"dirty-equals~=0.11.0",
109109
]
110110
dev = [
111-
"ruff~=0.15.10",
112-
"mypy>=1.20.1,<2.1.0",
111+
"ruff~=0.15.12",
112+
"mypy~=2.1.0",
113113
"prek~=0.3.2",
114114
"sqlalchemy[mypy]~=2.0.49",
115115
"types-jwcrypto~=1.5.0",

0 commit comments

Comments
 (0)