Skip to content

Commit

Permalink
Lock file maintenance Python dependencies (canonical#694)
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 Sep 13, 2024
1 parent 7775b4f commit edf014b
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 35 deletions.
60 changes: 30 additions & 30 deletions poetry.lock

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

10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ package-mode = false
python = "^3.10"
ops = "^2.16.1"
cryptography = "^43.0.1"
boto3 = "^1.35.15"
boto3 = "^1.35.18"
pgconnstr = "^1.0.1"
requests = "^2.32.3"
tenacity = "^9.0.0"
cosl = "^0.0.31"
cosl = "^0.0.32"
pydantic = "^1.10.18"
poetry-core = "^1.9.0"
jsonschema = "^4.23.0"
Expand Down Expand Up @@ -53,7 +53,7 @@ optional = true
[tool.poetry.group.unit.dependencies]
coverage = {extras = ["toml"], version = "^7.6.1"}
pydantic = "^1.10.18"
pytest = "^8.3.2"
pytest = "^8.3.3"
pytest-mock = "^3.14.0"
pytest-asyncio = "*"
parameterized = "^0.9.0"
Expand All @@ -63,7 +63,7 @@ optional = true

[tool.poetry.group.integration.dependencies]
lightkube = "^0.15.4"
pytest = "^8.3.2"
pytest = "^8.3.3"
pytest-github-secrets = {git = "https://github.com/canonical/data-platform-workflows", tag = "v21.0.1", subdirectory = "python/pytest_plugins/github_secrets"}
pytest-operator = "^0.36.0"
pytest-operator-cache = {git = "https://github.com/canonical/data-platform-workflows", tag = "v21.0.1", subdirectory = "python/pytest_plugins/pytest_operator_cache"}
Expand All @@ -72,7 +72,7 @@ allure-pytest-collection-report = {git = "https://github.com/canonical/data-plat
# renovate caret doesn't work: https://github.com/renovatebot/renovate/issues/26940
juju = "<=3.5.2.0"
psycopg2-binary = "^2.9.9"
boto3 = "^1.35.15"
boto3 = "^1.35.18"
tenacity = "^9.0.0"
allure-pytest = "^2.13.5"

Expand Down

0 comments on commit edf014b

Please sign in to comment.