summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2026-07-20 17:04:53 +0000
committerGitHub <[email protected]>2026-07-20 17:04:53 +0000
commit1365b6522c3068e0bc39e5695c2bbf9f48394f51 (patch)
treed39b6f7d0daf4f4a0ebf5f5f7732db3f096c25e4 /pyproject.toml
parent44167710cbfbaadcf0ec223f1452c0d24a3e5e2d (diff)
downloadhutch-stats-1365b6522c3068e0bc39e5695c2bbf9f48394f51.tar.gz
hutch-stats-1365b6522c3068e0bc39e5695c2bbf9f48394f51.tar.bz2
hutch-stats-1365b6522c3068e0bc39e5695c2bbf9f48394f51.zip
chore(deps): bump pydantic from 2.12.5 to 2.13.4
Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.12.5 to 2.13.4. - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md) - [Commits](https://github.com/pydantic/pydantic/compare/v2.12.5...v2.13.4) --- updated-dependencies: - dependency-name: pydantic dependency-version: 2.13.4 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 4030ab0..b11f52f 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -14,7 +14,7 @@ dependencies = [
"httpx>=0.27,<1.0",
"sqlalchemy>=2.0,<3.0",
"alembic>=1.13,<2.0",
- "pydantic>=2.8,<3.0",
+ "pydantic>=2.13.4,<3.0",
"pydantic-settings>=2.3,<3.0",
"apscheduler>=3.10,<4.0",
]