Skip to content

Commit f077393

Browse files
Bump pydantic from 1.10.10 to 1.10.11 (#617)
Bumps [pydantic](https://github.com/pydantic/pydantic) from 1.10.10 to 1.10.11. - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md) - [Commits](pydantic/pydantic@v1.10.10...v1.10.11) --- 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 efcc522 commit f077393

File tree

2 files changed

+39
-39
lines changed

2 files changed

+39
-39
lines changed

poetry.lock

Lines changed: 38 additions & 38 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.99.1"
11-
pydantic = {version = "^1.10.10", extras = ["dotenv", "email"]}
11+
pydantic = {version = "^1.10.11", extras = ["dotenv", "email"]}
1212
uvicorn = {extras = ["standard"], version = "^0.22.0"}
1313
atlassian-python-api = "^3.39.0"
1414
dockerflow = "2022.8.0"

0 commit comments

Comments
 (0)