Skip to content

Commit bce0947

Browse files
Bump pydantic from 2.6.3 to 2.6.4 (#913)
Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.6.3 to 2.6.4. - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md) - [Commits](pydantic/pydantic@v2.6.3...v2.6.4) --- 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 07cb9b1 commit bce0947

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.3", extras = ["email"]}
11+
pydantic = {version = "^2.6.4", extras = ["email"]}
1212
uvicorn = {extras = ["standard"], version = "^0.28.0"}
1313
atlassian-python-api = "^3.41.11"
1414
dockerflow = {extras = ["fastapi"], version = "2024.3.0"}

0 commit comments

Comments
 (0)