Skip to content

Commit

Permalink
fix(deps): lock file maintenance python dependencies (#67)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 12, 2024
1 parent 4e06bb8 commit 359c06b
Show file tree
Hide file tree
Showing 2 changed files with 481 additions and 404 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dependencies = [
"cryptography",
"ops",
"opentelemetry-exporter-otlp-proto-http",
"rpds-py==0.18.0",
"rpds-py==0.22.3",
]

[dependency-groups]
Expand All @@ -17,7 +17,7 @@ test = [
"juju",
"pytest",
"pytest-operator",
"pytest-asyncio==0.21.2",
"pytest-asyncio==0.24.0",
"ops[testing]",
]
dev = [
Expand Down
Loading

0 comments on commit 359c06b

Please sign in to comment.