Skip to content

Commit

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

---
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 22, 2024
1 parent 943dae3 commit f648b6b
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 @@ -15,7 +15,7 @@ dependencies = [
optional-dependencies.dev = [
"coverage==7.6.7",
"mongomock==4.3.0",
"pydantic==2.10.0", # Needed for importing the data model in the tests from the shared code component
"pydantic==2.10.1", # 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.0 \
--hash=sha256:0aca0f045ff6e2f097f1fe89521115335f15049eeb8a7bef3dafe4b19a74e289 \
--hash=sha256:5e7807ba9201bdf61b1b58aa6eb690916c40a47acfb114b1b4fef3e7fd5b30fc
pydantic==2.10.1 \
--hash=sha256:a4daca2dc0aa429555e0656d6bf94873a7dc5f54ee42b1f5873d666fb3f35560 \
--hash=sha256:a8d20db84de64cf4a7d59e899c2caf0fe9d660c7cfc482528e7020d7dd189a7e
# via notifier (pyproject.toml)
pydantic-core==2.27.0 \
--hash=sha256:0aa4d1b2eba9a325897308b3124014a142cdccb9f3e016f31d3ebee6b5ea5e75 \
Expand Down

0 comments on commit f648b6b

Please sign in to comment.