Skip to content

Commit

Permalink
compatible(pytest_plugins/microceph): Remove upper limit on pytest de…
Browse files Browse the repository at this point in the history
  • Loading branch information
carlcsaposs-canonical authored Apr 3, 2024
1 parent b662fd7 commit 8334cd8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/pytest_plugins/microceph/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ microceph = "pytest_microceph._plugin"

[tool.poetry.dependencies]
python = "^3.8"
pytest = "^7.4.4"
boto3 = "^1.34.16"
pytest = "*"
boto3 = "*"


[build-system]
Expand Down

0 comments on commit 8334cd8

Please sign in to comment.