Skip to content

Commit

Permalink
Update Python dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 24, 2023
1 parent d69c4dc commit 02d3559
Show file tree
Hide file tree
Showing 2 changed files with 64 additions and 68 deletions.
122 changes: 59 additions & 63 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 @@ -18,26 +18,26 @@ python = "^3.10.6"
optional = true

[tool.poetry.group.format.dependencies]
black = "23.9.1"
ruff = "0.0.291"
black = "23.10.1"
ruff = "0.1.2"

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

[tool.poetry.group.lint.dependencies]
codespell = "2.2.5"
codespell = "2.2.6"

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

[tool.poetry.group.integration.dependencies]
pytest = "7.4.2"
pytest = "7.4.3"
pytest-operator = "0.29.0"
juju = "2.9.44.1" # Latest juju 2
tenacity = "8.2.3"
requests = "2.31.0"
mailmanclient = "3.3.5"
psycopg2 = {version = "2.9.8", extras = ["binary"]}
psycopg2 = {version = "2.9.9", extras = ["binary"]}

# Testing tools configuration
[tool.coverage.run]
Expand Down

0 comments on commit 02d3559

Please sign in to comment.