Skip to content

Commit

Permalink
Upper limit ops-scenario, downgrade flake8, & poetry lock
Browse files Browse the repository at this point in the history
  • Loading branch information
carlcsaposs-canonical committed Jul 8, 2024
1 parent 47c1575 commit 2171b43
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 73 deletions.
121 changes: 50 additions & 71 deletions poetry.lock

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

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ optional = true
[tool.poetry.group.lint.dependencies]
black = "^24.4.2"
isort = "^5.13.2"
flake8 = "^7.1.0"
flake8 = "^7.0.0"
flake8-docstrings = "^1.7.0"
flake8-copyright = "^0.2.4"
flake8-builtins = "^2.5.0"
Expand All @@ -57,7 +57,7 @@ pytest = "^8.2.2"
pytest-xdist = "^3.6.1"
pytest-forked = "^1.6.0" # Workaround to deal with memory leaks in scenario tests
pytest-cov = "^5.0.0"
ops-scenario = "^6.1.1"
ops-scenario = "^6.0.5, <6.1" # 6.1 requires ops >= 2.10
ops = "^2.9.0"

[tool.poetry.group.integration.dependencies]
Expand Down

0 comments on commit 2171b43

Please sign in to comment.