Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit 4bb82b4

Browse files
committed
Add dependency on tomli
1 parent 0aa18a2 commit 4bb82b4

File tree

2 files changed

+30
-3
lines changed

2 files changed

+30
-3
lines changed

poetry.lock

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

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -352,6 +352,9 @@ twine = "*"
352352
# Towncrier min version comes from #3425. Rationale unclear.
353353
towncrier = ">=18.6.0rc1"
354354

355+
# Used for checking the Poetry lockfile
356+
tomli = ">=1.2.3"
357+
355358
[build-system]
356359
# The upper bounds here are defensive, intended to prevent situations like
357360
# #13849 and #14079 where we see buildtime or runtime errors caused by build

0 commit comments

Comments
 (0)