Skip to content

Commit

Permalink
Fix lock
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner committed Dec 5, 2022
1 parent 2c3393f commit 720bf0c
Show file tree
Hide file tree
Showing 4 changed files with 56 additions and 77 deletions.
35 changes: 15 additions & 20 deletions example-project/poetry.lock

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

2 changes: 1 addition & 1 deletion example-project/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ include = ["project/py.typed"]
python = ">=3.10,<3.11"

[tool.poetry.dev-dependencies]
prospector = { version = "1.8.2", extras = ["with_bandit", "with_mypy", "with_pyroma"] }
prospector = { version = "1.7.7", extras = ["with_bandit", "with_mypy", "with_pyroma"] }

[build-system]
requires = [
Expand Down
94 changes: 39 additions & 55 deletions poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ publish_plugins = []
pr_checks = ["codespell"]

[tool.poetry.dev-dependencies]
prospector = { version = "1.8.2", extras = ["with_bandit", "with_mypy", "with_pyroma"] }
prospector = { version = "1.7.7", extras = ["with_bandit", "with_mypy", "with_pyroma"] }
types-requests = "2.28.11.5"
types-pyyaml = "6.0.12.2"
types-setuptools = "65.6.0.1"
Expand Down

0 comments on commit 720bf0c

Please sign in to comment.