Skip to content

Commit

Permalink
Update marker
Browse files Browse the repository at this point in the history
  • Loading branch information
blueraft committed Aug 16, 2024
1 parent 0404c00 commit 7087bbc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/uv/tests/edit.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1771,7 +1771,7 @@ fn update() -> Result<()> {
requires-python = ">=3.12"
dependencies = [
"requests[security]==2.31.0",
"requests[socks,use-chardet-on-py3]>=2.31.0 ; python_version > '3.7'",
"requests[socks,use-chardet-on-py3]>=2.31.0 ; python_full_version >= '3.8'",
]
"###
);
Expand Down Expand Up @@ -2019,7 +2019,7 @@ fn update_marker() -> Result<()> {
requires-python = ">=3.8"
dependencies = [
"requests>=2.30; python_version >= '3.11'",
"requests>=2.0,<2.29 ; python_version < '3.11'",
"requests>=2.0,<2.29 ; python_full_version < '3.11'",
]
"###
);
Expand Down

0 comments on commit 7087bbc

Please sign in to comment.