Skip to content

Commit

Permalink
Lock file maintenance Python dependencies (#74)
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 Jun 4, 2024
1 parent 1ab7ecf commit ee207b7
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 41 deletions.
74 changes: 37 additions & 37 deletions poetry.lock

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

8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ python = "^3.10.6"
optional = true

[tool.poetry.group.format.dependencies]
ruff = "^0.4.6"
ruff = "^0.4.7"

[tool.poetry.group.lint]
optional = true
Expand All @@ -30,15 +30,15 @@ codespell = "^2.3.0"
optional = true

[tool.poetry.group.integration.dependencies]
pytest = "^8.2.1"
pytest = "^8.2.2"
pytest-github-secrets = {git = "https://github.com/canonical/data-platform-workflows", tag = "v13.3.0", subdirectory = "python/pytest_plugins/github_secrets"}
pytest-operator = "^0.35.0"
pytest-operator-cache = {git = "https://github.com/canonical/data-platform-workflows", tag = "v13.3.0", subdirectory = "python/pytest_plugins/pytest_operator_cache"}
pytest-operator-groups = {git = "https://github.com/canonical/data-platform-workflows", tag = "v13.3.0", subdirectory = "python/pytest_plugins/pytest_operator_groups"}
# renovate caret doesn't work: https://github.com/renovatebot/renovate/issues/26940
juju = "<=3.4.0.0"
juju = "<=3.5.0.0"
tenacity = "^8.3.0"
requests = "^2.32.2"
requests = "^2.32.3"
mailmanclient = "^3.3.5"
psycopg2 = {version = "^2.9.9", extras = ["binary"]}
allure-pytest = "^2.13.5"
Expand Down

0 comments on commit ee207b7

Please sign in to comment.