Skip to content

Commit

Permalink
Bump pydantic from 2.10.1 to 2.10.2 in /components/notifier
Browse files Browse the repository at this point in the history
Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.10.1 to 2.10.2.
- [Release notes](https://github.com/pydantic/pydantic/releases)
- [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md)
- [Commits](pydantic/pydantic@v2.10.1...v2.10.2)

---
updated-dependencies:
- dependency-name: pydantic
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 28, 2024
1 parent 4fbf615 commit ec76a53
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion components/notifier/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dependencies = [
optional-dependencies.dev = [
"coverage==7.6.8",
"mongomock==4.3.0",
"pydantic==2.10.1", # Needed for importing the data model in the tests from the shared code component
"pydantic==2.10.2", # Needed for importing the data model in the tests from the shared code component
"unittest-xml-reporting==3.2.0", # Needed to generate JUnit XML output for Sonarcloud.io
]
optional-dependencies.tools = [
Expand Down
6 changes: 3 additions & 3 deletions components/notifier/requirements/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -717,9 +717,9 @@ propcache==0.2.0 \
# via
# aiohttp
# yarl
pydantic==2.10.1 \
--hash=sha256:a4daca2dc0aa429555e0656d6bf94873a7dc5f54ee42b1f5873d666fb3f35560 \
--hash=sha256:a8d20db84de64cf4a7d59e899c2caf0fe9d660c7cfc482528e7020d7dd189a7e
pydantic==2.10.2 \
--hash=sha256:2bc2d7f17232e0841cbba4641e65ba1eb6fafb3a08de3a091ff3ce14a197c4fa \
--hash=sha256:cfb96e45951117c3024e6b67b25cdc33a3cb7b2fa62e239f7af1378358a1d99e
# via notifier (pyproject.toml)
pydantic-core==2.27.1 \
--hash=sha256:00e6424f4b26fe82d44577b4c842d7df97c20be6439e8e685d0d715feceb9fb9 \
Expand Down

0 comments on commit ec76a53

Please sign in to comment.