Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump pydantic from 2.7.4 to 2.8.0 in /components/collector #9125

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion components/collector/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ optional-dependencies.dev = [
"pip==24.1.1",
"pip-tools==7.4.1", # To add hashes to requirements
"pipx==1.6.0",
"pydantic==2.7.4", # Needed for importing the data model in the tests from the shared code component
"pydantic==2.8.0", # Needed for importing the data model in the tests from the shared code component
"types-beautifulsoup4==4.12.0.20240511",
"types-python-dateutil==2.9.0.20240316",
"unittest-xml-reporting==3.2.0", # Needed to generate JUnit XML output for Sonarcloud.io
Expand Down
6 changes: 3 additions & 3 deletions components/collector/requirements/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -527,9 +527,9 @@ platformdirs==4.2.2 \
--hash=sha256:2d7a1657e36a80ea911db832a8a6ece5ee53d8de21edd5cc5879af6530b1bfee \
--hash=sha256:38b7b51f512eed9e84a22788b4bce1de17c0adb134d6becb09836e37d8654cd3
# via pipx
pydantic==2.7.4 \
--hash=sha256:0c84efd9548d545f63ac0060c1e4d39bb9b14db8b3c0652338aecc07b5adec52 \
--hash=sha256:ee8538d41ccb9c0a9ad3e0e5f07bf15ed8015b481ced539a1759d8cc89ae90d0
pydantic==2.8.0 \
--hash=sha256:d970ffb9d030b710795878940bd0489842c638e7252fc4a19c3ae2f7da4d6141 \
--hash=sha256:ead4f3a1e92386a734ca1411cb25d94147cf8778ed5be6b56749047676d6364e
# via collector (pyproject.toml)
pydantic-core==2.18.4 \
--hash=sha256:01dd777215e2aa86dfd664daed5957704b769e726626393438f9c87690ce78c3 \
Expand Down
Loading