Skip to content

Commit c3614cc

Browse files
Bump pydantic from 2.6.2 to 2.6.3 (#885)
Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.6.2 to 2.6.3. - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md) - [Commits](pydantic/pydantic@v2.6.2...v2.6.3) --- updated-dependencies: - dependency-name: pydantic dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 18a9083 commit c3614cc

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

poetry.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ license = "MPL"
88
[tool.poetry.dependencies]
99
python = ">=3.12, <3.13"
1010
fastapi = "^0.110.0"
11-
pydantic = {version = "^2.6.2", extras = ["email"]}
11+
pydantic = {version = "^2.6.3", extras = ["email"]}
1212
uvicorn = {extras = ["standard"], version = "^0.27.1"}
1313
atlassian-python-api = "^3.41.10"
1414
dockerflow = "2024.2.0"

0 commit comments

Comments
 (0)