Skip to content

Commit

Permalink
[python ci] Update Python CI dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 15, 2024
1 parent 3091be5 commit 448ad63
Show file tree
Hide file tree
Showing 2 changed files with 58 additions and 58 deletions.
108 changes: 54 additions & 54 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 @@ -54,8 +54,8 @@ codespell = "^2.2.6"
optional = true

[tool.poetry.group.unit.dependencies]
coverage = {extras = ["toml"], version = "^7.4.3"}
pytest = "^8.0.2"
coverage = {extras = ["toml"], version = "^7.4.4"}
pytest = "^8.1.1"
pytest-asyncio = "*"
parameterized = "^0.9.0"
jsonschema = "^4.21.1"
Expand All @@ -65,7 +65,7 @@ jinja2 = "^3.1.3"
optional = true

[tool.poetry.group.integration.dependencies]
pytest = "^8.0.2"
pytest = "^8.1.1"
pytest-github-secrets = {git = "https://github.com/canonical/data-platform-workflows", tag = "v12.6.2", subdirectory = "python/pytest_plugins/github_secrets"}
pytest-operator = "^0.34.0"
pytest-operator-cache = {git = "https://github.com/canonical/data-platform-workflows", tag = "v12.6.2", subdirectory = "python/pytest_plugins/pytest_operator_cache"}
Expand All @@ -76,7 +76,7 @@ tenacity = "*"
landscape-api-py3 = "^0.9.0"
mailmanclient = "^3.3.5"
psycopg2-binary = "^2.9.9"
allure-pytest = "^2.13.2"
allure-pytest = "^2.13.3"

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

0 comments on commit 448ad63

Please sign in to comment.