PyO3 / pyproject-toml-rs

pyproject.toml parser in Rust
MIT License
19 stars 8 forks source link

update all dependencies #18

Closed wolfv closed 7 months ago

wolfv commented 7 months ago

We're trying to use the latest versions of the pep* crates in rip (https://github.com/prefix-dev/rip) but there are unfortunate conflicts when resolving different versions of pep508_rs.

tdejager commented 7 months ago

Would be great to merge this, so we can do a release :)

messense commented 7 months ago

Thanks for the PR, I've upgrade pep503_rs in 58c676bb870f5d3bfb337441178ac3fab1757be4 to avoid updating unrelated/unnecessary dependency versions.

wolfv commented 7 months ago

Thanks!