Skip to content

Commit

Permalink
Add support for PEP 735 dependency-groups (#16)
Browse files Browse the repository at this point in the history
Co-authored-by: Bernát Gábor <[email protected]>
  • Loading branch information
browniebroke and gaborbernat authored Oct 30, 2024
1 parent 764b465 commit 3451bca
Show file tree
Hide file tree
Showing 19 changed files with 493 additions and 187 deletions.
85 changes: 36 additions & 49 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 1 addition & 3 deletions common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,7 @@ edition = "2021"

[dependencies]
taplo = { version = "0.13.2" } # formatter
pep508_rs = { version = "0.6.1" }
pep440_rs = { version = "0.6.5" } # align up with pep508_rs for now https://github.com/konstin/pep508_rs/issues/19
lexical-sort = { version = "0.3.1" }
pep508_rs = { version = "0.8.1" }

[dev-dependencies]
rstest = { version = "0.23.0" } # parametrized tests
Expand Down
Loading

0 comments on commit 3451bca

Please sign in to comment.