Skip to content
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
16 changes: 8 additions & 8 deletions tests/charms/postgresql_k8s_test_charm/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tests/charms/postgresql_k8s_test_charm/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ charmlibs-snap = "^1.0.1"
charmlibs-interfaces-tls-certificates = "^1.8.3"
charm-refresh = "^3.1.1.2"
charmlibs-pathops = "^1.3.0"
data-platform-helpers = "^0.1.7"
data-platform-helpers = "^1.1.0"

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are we ready here?

@dragomirp dragomirp Jul 3, 2026

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think those locks are used ATM. The VM charm is already pulling this version as a dependency, while K8s doesn't seem to be pulling it at all K8s also pulls this version. Either way, merging to keep the locks up to date.


[tool.poetry.group.charm-libs.dependencies]
# data_platform_libs/v0/data_interfaces.py
Expand Down
16 changes: 8 additions & 8 deletions tests/charms/postgresql_vm_test_charm/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tests/charms/postgresql_vm_test_charm/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ charm-refresh = "^3.1.0.2"
charmlibs-snap = "^1.0.1"
charmlibs-interfaces-tls-certificates = "^1.8.3"
charmlibs-pathops = "^1.3.0"
data-platform-helpers = "^0.1.7"
data-platform-helpers = "^1.1.0"

[tool.poetry.group.charm-libs.dependencies]
# data_platform_libs/v0/data_interfaces.py
Expand Down