Skip to content

Commit 90cf439

Browse files
authored
Bump black, ipython in poetry verification test resources (#1666)
1 parent 4274ac7 commit 90cf439

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

test/Microsoft.ComponentDetection.VerificationTests/resources/poetry/poetry.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

test/Microsoft.ComponentDetection.VerificationTests/resources/poetry/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ colorama = {version = "^0.4.3", optional = true}
1010
setuptools = {version = "*", optional = true}
1111

1212
[tool.poetry.dev-dependencies]
13-
black = {version = "^21.10b0", allow-prereleases = true}
13+
black = {version = "^24.3.0", allow-prereleases = true}
1414
coverage = {version = "^6.0b1", allow-prereleases = true}
1515
mypy = "^0.902"
16-
ipython = "^7.7"
16+
ipython = "^8.10"
1717
pytest = "^6.0"
1818
pytest-cov = "^2.7"
1919
pytest-mock = "^1.10"

0 commit comments

Comments
 (0)