Skip to content

Commit fd090e9

Browse files
author
Michael Brewer
committed
chore: sync up the pyproject.toml changes
1 parent 5ba548f commit fd090e9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Diff for: poetry.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: pyproject.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ pydantic = {version = "^1.8.2", optional = true }
2929
email-validator = {version = "*", optional = true }
3030

3131
[tool.poetry.dev-dependencies]
32-
coverage = {extras = ["toml"], version = "^6.1"}
32+
coverage = {extras = ["toml"], version = "^6.2"}
3333
pytest = "^6.2.5"
3434
black = "^21.11b1"
3535
flake8 = "^4.0.1"
@@ -45,11 +45,11 @@ pytest-cov = "^3.0.0"
4545
pytest-mock = "^3.5.1"
4646
pdoc3 = "^0.10.0"
4747
pytest-asyncio = "^0.16.0"
48-
bandit = "^1.7.0"
48+
bandit = "^1.7.1"
4949
radon = "^5.1.0"
5050
xenon = "^0.8.0"
5151
flake8-eradicate = "^1.2.0"
52-
flake8-bugbear = "^21.9.2"
52+
flake8-bugbear = "^21.11.29"
5353
mkdocs-material = "^7.3.6"
5454
mkdocs-git-revision-date-plugin = "^0.3.1"
5555
mike = "^0.6.0"

0 commit comments

Comments
 (0)