Skip to content

Commit

Permalink
chore: reordered deps & updated poetry lock
Browse files Browse the repository at this point in the history
Merge pull request #90 from CycloneDX/update-poetry-lock
  • Loading branch information
jkowalleck authored Dec 9, 2021
2 parents 1a907ea + 91b97be commit d8c7ee2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion 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 @@ -53,11 +53,11 @@ types-setuptools = ">= 57.0.0, < 57.5"
types-toml = "^0.10.0"

[tool.poetry.dev-dependencies]
pdoc3 = "^0.10.0"
tox = "^3.24.3"
coverage = "^6.2"
flake8 = "^3.9.2"
pdoc3 = "^0.10.0"
mypy = "^0.910"
flake8 = "^3.9.2"
flake8-annotations = "^2.0"
flake8-bugbear = "^21.11.29"

Expand Down

0 comments on commit d8c7ee2

Please sign in to comment.