Skip to content

Commit

Permalink
chore: bump pep crates (#661)
Browse files Browse the repository at this point in the history
Need for uv update in pixi.

---------

Co-authored-by: Bas Zalmstra <[email protected]>
  • Loading branch information
tdejager and baszalmstra authored May 14, 2024
1 parent ff642f9 commit 660ce27
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 11 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,8 @@ once_cell = "1.19.0"
ouroboros = "0.18.3"
parking_lot = "0.12.1"
pathdiff = "0.2.1"
pep440_rs = { version = "0.5.0" }
pep508_rs = { version = "0.4.2" }
pep440_rs = { version = "0.6.0" }
pep508_rs = { version = "0.6.0" }
percent-encoding = "2.3.1"
pin-project-lite = "0.2.14"
plist = "1"
Expand Down
1 change: 1 addition & 0 deletions crates/rattler_lock/src/utils/serde/pep440_map_or_vec.rs
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ impl<'de> DeserializeAs<'de, Vec<Requirement>> for Pep440MapOrVec {
Some(VersionOrUrl::VersionSpecifier(spec))
},
marker: None,
origin: None,
})
})
.collect::<Result<Vec<_>, _>>()
Expand Down
16 changes: 8 additions & 8 deletions py-rattler/Cargo.lock

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

2 changes: 1 addition & 1 deletion py-rattler/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ thiserror = "1.0.58"
url = "2.5.0"

openssl = { version = "0.10", optional = true }
pep508_rs = "0.4.2"
pep508_rs = "0.6.0"

[build-dependencies]
pyo3-build-config = "0.21"
Expand Down

0 comments on commit 660ce27

Please sign in to comment.