Skip to content

Commit

Permalink
chore: bump pydantic from 2.5.3 to 2.6.3 (#102)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Bartlomiej Gmerek <[email protected]>
  • Loading branch information
dependabot[bot] and Gmerold authored Feb 29, 2024
1 parent 54096fb commit 2b917c4
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ juju==3.3.1.1
lightkube
lightkube-models
macaddress
pydantic==2.5.3
pydantic==2.6.3
pydantic_extra_types
pytest-interface-tester
PyYAML>=6.0.1
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -101,12 +101,12 @@ pyasn1-modules==0.3.0
# via google-auth
pycparser==2.21
# via cffi
pydantic==2.5.3
pydantic==2.6.3
# via
# -r requirements.in
# pydantic-extra-types
# pytest-interface-tester
pydantic-core==2.14.6
pydantic-core==2.16.3
# via pydantic
pydantic-extra-types==2.5.0
# via -r requirements.in
Expand Down
2 changes: 1 addition & 1 deletion test-requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ pyproject-flake8
pytest
pytest-asyncio==0.21.1
pytest-interface-tester
pydantic==2.5.3
pydantic==2.6.3
pytest-operator
types-PyYAML
types-setuptools
Expand Down
4 changes: 2 additions & 2 deletions test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -135,11 +135,11 @@ pycodestyle==2.11.1
# via flake8
pycparser==2.21
# via cffi
pydantic==2.5.3
pydantic==2.6.3
# via
# -r test-requirements.in
# pytest-interface-tester
pydantic-core==2.14.6
pydantic-core==2.16.3
# via pydantic
pydocstyle==6.3.0
# via flake8-docstrings
Expand Down

0 comments on commit 2b917c4

Please sign in to comment.