CI: Pin `inventory` to `0.3.4` in MSRV job

This commit is contained in:
messense 2023-03-28 13:09:34 +08:00
parent ebedcfb8b2
commit 368664c731
No known key found for this signature in database
GPG Key ID: BB41A8A2C716CCA9
1 changed files with 1 additions and 0 deletions

View File

@ -424,6 +424,7 @@ def set_minimal_package_versions(session: nox.Session, venv_backend="none"):
min_pkg_versions = {
"csv": "1.1.6",
"indexmap": "1.6.2",
"inventory": "0.3.4",
"hashbrown": "0.9.1",
"plotters": "0.3.1",
"plotters-svg": "0.3.1",