Skip to content

Commit

Permalink
fix bson
Browse files Browse the repository at this point in the history
  • Loading branch information
carlcsaposs-canonical committed Jan 4, 2024
1 parent 555c1e7 commit 2455ea5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 16 deletions.
16 changes: 1 addition & 15 deletions 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 pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ tenacity = "^8.1.0"
pymongo = "^4.3.3"
ops = "^2.4.1"
parameterized = "^0.9.0"
bson = "^0.5.10"

[tool.poetry.group.charm-libs.dependencies]
# data_platform_libs/v0/data_interfaces.py
Expand Down Expand Up @@ -44,6 +43,7 @@ pytest = "^7.4.3"
pytest-operator = "^0.28.0"
pytest-operator-cache = {git = "https://github.com/canonical/data-platform-workflows", tag = "v8.0.0", subdirectory = "python/pytest_plugins/pytest_operator_cache"}
pytest-operator-groups = {git = "https://github.com/canonical/data-platform-workflows", tag = "v8.0.0", subdirectory = "python/pytest_plugins/pytest_operator_groups"}
pymongo = "^4.3.3"

[build-system]
requires = ["poetry-core"]
Expand Down

0 comments on commit 2455ea5

Please sign in to comment.