diff --git a/pyproject.toml b/pyproject.toml index c3bb44c0a2a6b2..033b022c43329e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -119,7 +119,7 @@ dependencies = [ # note: we cannot resolve urllib3[brotli] but brotli is installed # and will be used "urllib3>=2.7.0", - "vroomrs>=0.1.20", + "vroomrs>=0.1.21", "xmlsec>=1.3.17", "zstandard>=0.18.0", # [begin] getsentry diff --git a/uv.lock b/uv.lock index 8959b61b5d3a22..2e3e77faeca363 100644 --- a/uv.lock +++ b/uv.lock @@ -2448,7 +2448,7 @@ requires-dist = [ { name = "ua-parser", specifier = ">=0.10.0" }, { name = "unidiff", specifier = ">=0.7.4" }, { name = "urllib3", specifier = ">=2.7.0" }, - { name = "vroomrs", specifier = ">=0.1.20" }, + { name = "vroomrs", specifier = ">=0.1.21" }, { name = "xmlsec", specifier = ">=1.3.17" }, { name = "zstandard", specifier = ">=0.18.0" }, ] @@ -3182,12 +3182,12 @@ wheels = [ [[package]] name = "vroomrs" -version = "0.1.20" +version = "0.1.21" source = { registry = "https://pypi.devinfra.sentry.io/simple" } wheels = [ - { url = "https://pypi.devinfra.sentry.io/wheels/vroomrs-0.1.20-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:fb6f71f91e39978c8b8b3ee3dbe4c146f836a127b330039a1ae77be15e516251" }, - { url = "https://pypi.devinfra.sentry.io/wheels/vroomrs-0.1.20-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:cf8cdfbf2769efc9acaaf2945474401837fbe52b164057392aa4ad0dc7aac00d" }, - { url = "https://pypi.devinfra.sentry.io/wheels/vroomrs-0.1.20-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:3432a73809c03558cf1138cbf5dc92043fea933a6f266f1959bd0f30d26ec32a" }, + { url = "https://pypi.devinfra.sentry.io/wheels/vroomrs-0.1.21-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:0240c7adc48b80a765af7a45b542b5371081fe96903422339756233a54f4754e" }, + { url = "https://pypi.devinfra.sentry.io/wheels/vroomrs-0.1.21-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:5081dc76f0ff95cb63a1d170ebfb6f1a2cd3fc756a19817768451c86976d8971" }, + { url = "https://pypi.devinfra.sentry.io/wheels/vroomrs-0.1.21-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:4fa0eb43a0eb708e7c0aadf49a6a33eefb073ab07644c1ddaad82d197b38d0cf" }, ] [[package]]