Skip to content

Commit

Permalink
deps: upgrade minimum pkginfo dependency
Browse files Browse the repository at this point in the history
This change ensures that Poetry can handle metadata version
2.3 when interrogating distributions.
  • Loading branch information
abn committed Mar 8, 2024
1 parent f820f6a commit 83d4a0e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 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 @@ -45,7 +45,7 @@ keyring = "^24.0.0"
# packaging uses calver, so version is unclamped
packaging = ">=23.1"
pexpect = "^4.7.0"
pkginfo = "^1.9.4"
pkginfo = "^1.10"
platformdirs = ">=3.0.0,<5"
pyproject-hooks = "^1.0.0"
requests = "^2.26"
Expand Down

0 comments on commit 83d4a0e

Please sign in to comment.