From 3eda35c6082c294041316e4e60a0af5aa7397960 Mon Sep 17 00:00:00 2001 From: Charlie Marsh Date: Sun, 7 Jul 2024 15:37:40 -0500 Subject: [PATCH] Upgrade twine version (#1199) Closes https://github.com/astral-sh/rye/issues/1180. --- rye/src/bootstrap.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rye/src/bootstrap.rs b/rye/src/bootstrap.rs index ecde15da95..6acf2fa505 100644 --- a/rye/src/bootstrap.rs +++ b/rye/src/bootstrap.rs @@ -33,7 +33,7 @@ pub const SELF_PYTHON_TARGET_VERSION: PythonVersionRequest = PythonVersionReques suffix: None, }; -const SELF_VERSION: u64 = 19; +const SELF_VERSION: u64 = 20; const SELF_REQUIREMENTS: &str = r#" build==1.2.1 @@ -48,7 +48,7 @@ platformdirs==4.0.0 pyproject_hooks==1.0.0 requests==2.31.0 tomli==2.0.1 -twine==4.0.2 +twine==5.1.1 unearth==0.14.0 urllib3==2.0.7 virtualenv==20.25.0