Skip to content

Commit

Permalink
chore: bump pydantic from 1.10.14 to 2.6.2
Browse files Browse the repository at this point in the history
Bumps [pydantic](https://github.com/pydantic/pydantic) from 1.10.14 to 2.6.2.
- [Release notes](https://github.com/pydantic/pydantic/releases)
- [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md)
- [Commits](pydantic/pydantic@v1.10.14...v2.6.2)

---
updated-dependencies:
- dependency-name: pydantic
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Feb 26, 2024
1 parent c36895a commit 1d0ce68
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.in
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
jinja2
juju==3.3.1.1
ops
pydantic<2.0
pydantic<3.0
pytest-interface-tester
jsonschema
cryptography
7 changes: 6 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
#
# pip-compile requirements.in
#
annotated-types==0.6.0
# via pydantic
attrs==23.2.0
# via
# jsonschema
Expand Down Expand Up @@ -81,10 +83,12 @@ pyasn1-modules==0.3.0
# via google-auth
pycparser==2.21
# via cffi
pydantic==1.10.14
pydantic==2.6.2
# via
# -r requirements.in
# pytest-interface-tester
pydantic-core==2.16.3
# via pydantic
pymacaroons==0.13.0
# via macaroonbakery
pynacl==1.5.0
Expand Down Expand Up @@ -141,6 +145,7 @@ typer==0.7.0
typing-extensions==4.10.0
# via
# pydantic
# pydantic-core
# typing-inspect
typing-inspect==0.9.0
# via juju
Expand Down

0 comments on commit 1d0ce68

Please sign in to comment.