Skip to content

Commit

Permalink
chore(deps): update dependency pydantic to v2.9.1 (#286)
Browse files Browse the repository at this point in the history
* chore(deps): update dependency pydantic to v2.9.1

* Pin pg charm revision

* Pin pg charm revision

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: arturo-seijas <102022572+arturo-seijas@users.noreply.github.com>
Co-authored-by: Arturo Seijas <arturo.seijas@canonical.com>
  • Loading branch information
3 people authored Sep 13, 2024
1 parent 8175cc2 commit 366e6e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
ops==2.16.1
pydantic==2.9.0
pydantic==2.9.1
1 change: 1 addition & 0 deletions tests/integration/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ async def app_fixture(
"postgresql-k8s",
channel="14/stable",
series="jammy",
revision=300,
trust=True,
config={"profile": "testing"},
)
Expand Down

0 comments on commit 366e6e4

Please sign in to comment.