Skip to content

Commit

Permalink
Lock file maintenance Python dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 16, 2024
1 parent 8cfa5f9 commit 8c78db2
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ authors = []

[tool.poetry.dependencies]
python = "^3.10"
tenacity = "^8.4.2"
tenacity = "^8.5.0"
pure-sasl = "^0.6.2"
cosl = "^0.0.12"
pydantic = "^1.10.17"
pyyaml = "^6.0.1"
cosl = "^0.0.33"
pydantic = "^1.10.18"
pyyaml = "^6.0.2"
poetry-plugin-export = "^1.8.0"

# TODO: clean any of the notes below and their deps.
Expand All @@ -60,7 +60,7 @@ optional = true


[tool.poetry.group.fmt.dependencies]
black = "^24.4.2"
black = "^24.8.0"
isort = "^5.13.2"


Expand All @@ -69,35 +69,35 @@ optional = true


[tool.poetry.group.lint.dependencies]
black = "^24.4.2"
black = "^24.8.0"
isort = "^5.13.2"
flake8 = "^7.0.0"
flake8 = "^7.1.1"
flake8-docstrings = "^1.7.0"
flake8-copyright = "^0.2.4"
flake8-builtins = "^2.5.0"
pyproject-flake8 = "^7.0.0"
pep8-naming = "^0.14.1"
codespell = "^2.2.6"
pyright = "^1.1.318"
typing-extensions = "^4.9.0"
codespell = "^2.3.0"
pyright = "^1.1.380"
typing-extensions = "^4.12.2"
requests = "^2.32.3"
ops = "^2.13.0"
ops = "^2.16.1"

[tool.poetry.group.unit]
optional = true

[tool.poetry.group.unit.dependencies]
pytest = "^8.2.2"
coverage = {extras = ["toml"], version = "^7.5.1"}
pytest-mock = "^3.11.1"
pyyaml = "^6.0.1"
pytest = "^8.3.3"
coverage = {extras = ["toml"], version = "^7.6.1"}
pytest-mock = "^3.14.0"
pyyaml = "^6.0.2"
responses = "^0.25.3"

[tool.poetry.group.integration.dependencies]
pytest = "^8.2.2"
pytest = "^8.3.3"
# should not be updated unless https://github.com/juju/python-libjuju/issues/1093 is fixed
juju = "~3.5.0"
tenacity = "^8.4.2"
tenacity = "^8.5.0"
coverage = {extras = ["toml"], version = ">7.0"}
pytest-operator = ">0.20"
pytest-operator-cache = {git = "https://github.com/canonical/data-platform-workflows", tag = "v16.7.0", subdirectory = "python/pytest_plugins/pytest_operator_cache"}
Expand Down

0 comments on commit 8c78db2

Please sign in to comment.