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

chore: bump pydantic from 2.6.3 to 2.6.4 #16

Merged
merged 1 commit into from
Mar 13, 2024
Merged
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 requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ markupsafe==2.1.5
# via jinja2
ops==2.11.0
# via -r requirements.in
pydantic==2.6.3
pydantic==2.6.4
# via -r requirements.in
pydantic-core==2.16.3
# via pydantic
Expand Down
29 changes: 7 additions & 22 deletions test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@
# pip-compile --constraint=requirements.txt test-requirements.in
#
annotated-types==0.6.0
# via
# -c requirements.txt
# pydantic
# via pydantic
asttokens==2.4.1
# via stack-data
bcrypt==4.1.2
Expand Down Expand Up @@ -53,9 +51,7 @@ ipython==8.22.2
jedi==0.19.1
# via ipython
jinja2==3.1.3
# via
# -c requirements.txt
# pytest-operator
# via pytest-operator
juju==3.3.1.1
# via
# -r test-requirements.in
Expand All @@ -65,9 +61,7 @@ kubernetes==29.0.0
macaroonbakery==1.3.4
# via juju
markupsafe==2.1.5
# via
# -c requirements.txt
# jinja2
# via jinja2
matplotlib-inline==0.1.6
# via ipython
mypy-extensions==1.0.0
Expand All @@ -79,9 +73,7 @@ oauthlib==3.2.2
# kubernetes
# requests-oauthlib
ops==2.11.0
# via
# -c requirements.txt
# ops-scenario
# via ops-scenario
ops-scenario==6.0.2
# via pytest-interface-tester
packaging==24.0
Expand Down Expand Up @@ -113,14 +105,10 @@ pyasn1-modules==0.3.0
# via google-auth
pycparser==2.21
# via cffi
pydantic==2.6.3
# via
# -c requirements.txt
# pytest-interface-tester
pydantic==2.6.4
# via pytest-interface-tester
pydantic-core==2.16.3
# via
# -c requirements.txt
# pydantic
# via pydantic
pygments==2.17.2
# via ipython
pymacaroons==0.13.0
Expand Down Expand Up @@ -154,7 +142,6 @@ pytz==2024.1
# via pyrfc3339
pyyaml==6.0.1
# via
# -c requirements.txt
# juju
# kubernetes
# ops
Expand Down Expand Up @@ -191,7 +178,6 @@ typer==0.7.0
# via pytest-interface-tester
typing-extensions==4.10.0
# via
# -c requirements.txt
# pydantic
# pydantic-core
# typing-inspect
Expand All @@ -205,7 +191,6 @@ wcwidth==0.2.13
# via prompt-toolkit
websocket-client==1.7.0
# via
# -c requirements.txt
# kubernetes
# ops
websockets==12.0
Expand Down
Loading