Skip to content

Commit 9276861

Browse files
Bump pydantic from 2.4.1 to 2.4.2 (#691)
Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.4.1 to 2.4.2. - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md) - [Commits](pydantic/pydantic@v2.4.1...v2.4.2) --- 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 6f6dbb7 commit 9276861

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.10 <3.12"
1010
fastapi = "^0.103.1"
11-
pydantic = {version = "^2.4.1", extras = ["email"]}
11+
pydantic = {version = "^2.4.2", extras = ["email"]}
1212
uvicorn = {extras = ["standard"], version = "^0.23.2"}
1313
atlassian-python-api = "^3.41.2"
1414
dockerflow = "2022.8.0"

0 commit comments

Comments
 (0)