Skip to content

Commit

Permalink
build(deps): bump pydantic from 1.10.11 to 1.10.13 in /src (#80)
Browse files Browse the repository at this point in the history
Bumps [pydantic](https://github.com/pydantic/pydantic) from 1.10.11 to 1.10.13.
- [Release notes](https://github.com/pydantic/pydantic/releases)
- [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md)
- [Commits](pydantic/pydantic@v1.10.11...v1.10.13)

---
updated-dependencies:
- dependency-name: pydantic
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Anton <125114167+EreminAnton@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and EreminAnton authored Jul 4, 2024
1 parent 075d184 commit 69b15a4
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 41 deletions.
78 changes: 39 additions & 39 deletions src/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions src/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ readme = "README.md"
[tool.poetry.dependencies]
python = "^3.10.10"
boto3-stubs = {extras = ["dynamodb", "identitystore", "organizations", "s3", "scheduler", "sso-admin", "events"], version = "^1.26.134"}
pydantic = {extras = ["email"], version = "^1.10.7"}
pydantic = {extras = ["email"], version = "^1.10.13"}
croniter = "^1.3.14"

# Full list of dependencies, for development.
Expand All @@ -18,7 +18,7 @@ pytest = "^7.2.2"
black = "^24.3.0"
python = "^3.10.10"
boto3-stubs = {extras = ["dynamodb", "identitystore", "organizations", "s3", "scheduler", "sso-admin", "events"], version = "^1.26.134"}
pydantic = {extras = ["email"], version = "^1.10.7"}
pydantic = {extras = ["email"], version = "^1.10.13"}
croniter = "^1.3.14"
aws-lambda-powertools = {extras = ["parser"], version = "^2.14.1"}

Expand Down

0 comments on commit 69b15a4

Please sign in to comment.