From 03d8425bbd28888270af7eed98b9bb9249ec3395 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Aug 2026 19:50:02 +0000 Subject: [PATCH 1/3] chore(deps-dev): bump setuptools from 80.10.2 to 83.0.0 Bumps [setuptools](https://github.com/pypa/setuptools) from 80.10.2 to 83.0.0. - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst) - [Commits](https://github.com/pypa/setuptools/compare/v80.10.2...v83.0.0) --- updated-dependencies: - dependency-name: setuptools dependency-version: 83.0.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- uv.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/uv.lock b/uv.lock index 1d07e9a..42cc60c 100644 --- a/uv.lock +++ b/uv.lock @@ -401,10 +401,10 @@ wheels = [ [[package]] name = "setuptools" -version = "80.10.2" +version = "83.0.0" source = { registry = "https://pypi.devinfra.sentry.io/simple" } wheels = [ - { url = "https://pypi.devinfra.sentry.io/wheels/setuptools-80.10.2-py3-none-any.whl", hash = "sha256:95b30ddfb717250edb492926c92b5221f7ef3fbcc2b07579bcd4a27da21d0173" }, + { url = "https://pypi.devinfra.sentry.io/wheels/setuptools-83.0.0-py3-none-any.whl", hash = "sha256:29b23c360f22f414dc7336bb39178cc7bcbf6021ed2733cde173f09dba19abb3" }, ] [[package]] From f5d503f054a072a79dbba0945152bbc8fbc47fa8 Mon Sep 17 00:00:00 2001 From: Joshua Li Date: Tue, 25 Aug 2026 13:13:01 -0700 Subject: [PATCH 2/3] tmp --- pyproject.toml | 11 ++++++++++- uv.lock | 12 +++++------- 2 files changed, 15 insertions(+), 8 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index afe2bd8..75ca2bc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,8 @@ dependencies = [ "sentry-devenv", "sentry-sdk", "packaging", - "supervisor", + # Supervisor 4.3.0 removes its runtime pkg_resources dependency. + "supervisor>=4.3.0", ] [dependency-groups] @@ -46,6 +47,14 @@ markers = [ [[tool.uv.index]] url = "https://pypi.devinfra.sentry.io/simple" +# The internal mirror currently publishes Supervisor only through 4.2.5. +[[tool.uv.index]] +name = "pypi" +url = "https://pypi.org/simple" + +[tool.uv.sources] +supervisor = { index = "pypi" } + [tool.mypy] python_version = "3.13" strict = true diff --git a/uv.lock b/uv.lock index 42cc60c..fc9b149 100644 --- a/uv.lock +++ b/uv.lock @@ -100,7 +100,7 @@ requires-dist = [ { name = "pyyaml" }, { name = "sentry-devenv" }, { name = "sentry-sdk" }, - { name = "supervisor" }, + { name = "supervisor", specifier = ">=4.3.0", index = "https://pypi.org/simple" }, ] [package.metadata.requires-dev] @@ -429,13 +429,11 @@ wheels = [ [[package]] name = "supervisor" -version = "4.2.5" -source = { registry = "https://pypi.devinfra.sentry.io/simple" } -dependencies = [ - { name = "setuptools" }, -] +version = "4.3.0" +source = { registry = "https://pypi.org/simple" } +sdist = { url = "https://files.pythonhosted.org/packages/a9/b5/37e7a3706de436a8a2d75334711dad1afb4ddffab09f25e31d89e467542f/supervisor-4.3.0.tar.gz", hash = "sha256:4a2bf149adf42997e1bb44b70c43b613275ec9852c3edacca86a9166b27e945e", size = 468912, upload-time = "2025-08-23T18:25:02.418Z" } wheels = [ - { url = "https://pypi.devinfra.sentry.io/wheels/supervisor-4.2.5-py2.py3-none-any.whl", hash = "sha256:2ecaede32fc25af814696374b79e42644ecaba5c09494c51016ffda9602d0f08" }, + { url = "https://files.pythonhosted.org/packages/0e/65/5e726c372da8a5e35022a94388b12252710aad0c2351699c3d76ae8dba78/supervisor-4.3.0-py2.py3-none-any.whl", hash = "sha256:0bcb763fddafba410f35cbde226aa7f8514b9fb82eb05a0c85f6588d1c13f8db", size = 320736, upload-time = "2025-08-23T18:25:00.767Z" }, ] [[package]] From 629b14d3143a80bc6518030ce5356dd066ef8018 Mon Sep 17 00:00:00 2001 From: Joshua Li Date: Tue, 25 Aug 2026 13:20:07 -0700 Subject: [PATCH 3/3] up --- pyproject.toml | 9 --------- uv.lock | 19 +++++++++---------- 2 files changed, 9 insertions(+), 19 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 75ca2bc..4b8d09a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,6 @@ dependencies = [ "sentry-devenv", "sentry-sdk", "packaging", - # Supervisor 4.3.0 removes its runtime pkg_resources dependency. "supervisor>=4.3.0", ] @@ -47,14 +46,6 @@ markers = [ [[tool.uv.index]] url = "https://pypi.devinfra.sentry.io/simple" -# The internal mirror currently publishes Supervisor only through 4.2.5. -[[tool.uv.index]] -name = "pypi" -url = "https://pypi.org/simple" - -[tool.uv.sources] -supervisor = { index = "pypi" } - [tool.mypy] python_version = "3.13" strict = true diff --git a/uv.lock b/uv.lock index fc9b149..e474621 100644 --- a/uv.lock +++ b/uv.lock @@ -100,7 +100,7 @@ requires-dist = [ { name = "pyyaml" }, { name = "sentry-devenv" }, { name = "sentry-sdk" }, - { name = "supervisor", specifier = ">=4.3.0", index = "https://pypi.org/simple" }, + { name = "supervisor", specifier = ">=4.3.0" }, ] [package.metadata.requires-dev] @@ -410,13 +410,13 @@ wheels = [ [[package]] name = "shellcheck-py" version = "0.11.0.1" -source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/df/55/455b097417b3df3d330eff029c72c32f08b25739e3010acb30ad06d268ef/shellcheck_py-0.11.0.1.tar.gz", hash = "sha256:5c620c88901e8f1d3be5934b31ea99e3310065e1245253741eafd0a275c8c9cc", size = 3139, upload-time = "2025-08-09T17:53:42.492Z" } +source = { registry = "https://sfw.security.sentry.io/pypi/simple" } +sdist = { url = "https://sfw.security.sentry.io/pypi/packages/df/55/455b097417b3df3d330eff029c72c32f08b25739e3010acb30ad06d268ef/shellcheck_py-0.11.0.1.tar.gz", hash = "sha256:5c620c88901e8f1d3be5934b31ea99e3310065e1245253741eafd0a275c8c9cc", size = 3139, upload-time = "2025-08-09T17:53:42.492Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/54/27/d75b03e5458cefdb6d3b674566cd20476c3e4d3fe6cc9d68b7e3b854b296/shellcheck_py-0.11.0.1-py2.py3-none-macosx_10_9_x86_64.whl", hash = "sha256:b6a3fee28efda2e16e38d6e6d59faf7224300256456639727370d404730849e8", size = 6774472, upload-time = "2025-08-09T17:53:34.573Z" }, - { url = "https://files.pythonhosted.org/packages/61/ac/2a84c37171c0cf5a10ea4b0a27d43eb0a1d29bd98b49c2c5ffe17ad24bbe/shellcheck_py-0.11.0.1-py2.py3-none-macosx_11_0_arm64.whl", hash = "sha256:6b88d0a244c82ed07e06a53e444da841f69330ca59ae15d4a66c391655dae7a0", size = 11381835, upload-time = "2025-08-09T17:53:36.852Z" }, - { url = "https://files.pythonhosted.org/packages/96/55/250e0e3367613a5c22bd82e33b16b889287d81ab0f7dda67e6514a4cccf4/shellcheck_py-0.11.0.1-py2.py3-none-manylinux1_x86_64.manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_5_x86_64.whl", hash = "sha256:1b274df81de5b000ff78db433e7328b87e52e3c38481c60f8e488c3095beef05", size = 3800600, upload-time = "2025-08-09T17:53:38.643Z" }, - { url = "https://files.pythonhosted.org/packages/15/5b/bb14c0a7474463b1aa3c09e866cb172dffc66ed2993b7ea8f1db581e86ee/shellcheck_py-0.11.0.1-py2.py3-none-win_amd64.whl", hash = "sha256:784156289ecb17e91c692cd783ab5152333309588cabb10032a047331c63e759", size = 8027541, upload-time = "2025-08-09T17:53:40.889Z" }, + { url = "https://sfw.security.sentry.io/pypi/packages/54/27/d75b03e5458cefdb6d3b674566cd20476c3e4d3fe6cc9d68b7e3b854b296/shellcheck_py-0.11.0.1-py2.py3-none-macosx_10_9_x86_64.whl", hash = "sha256:b6a3fee28efda2e16e38d6e6d59faf7224300256456639727370d404730849e8", size = 6774472, upload-time = "2025-08-09T17:53:34.573Z" }, + { url = "https://sfw.security.sentry.io/pypi/packages/61/ac/2a84c37171c0cf5a10ea4b0a27d43eb0a1d29bd98b49c2c5ffe17ad24bbe/shellcheck_py-0.11.0.1-py2.py3-none-macosx_11_0_arm64.whl", hash = "sha256:6b88d0a244c82ed07e06a53e444da841f69330ca59ae15d4a66c391655dae7a0", size = 11381835, upload-time = "2025-08-09T17:53:36.852Z" }, + { url = "https://sfw.security.sentry.io/pypi/packages/96/55/250e0e3367613a5c22bd82e33b16b889287d81ab0f7dda67e6514a4cccf4/shellcheck_py-0.11.0.1-py2.py3-none-manylinux1_x86_64.manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_5_x86_64.whl", hash = "sha256:1b274df81de5b000ff78db433e7328b87e52e3c38481c60f8e488c3095beef05", size = 3800600, upload-time = "2025-08-09T17:53:38.643Z" }, + { url = "https://sfw.security.sentry.io/pypi/packages/15/5b/bb14c0a7474463b1aa3c09e866cb172dffc66ed2993b7ea8f1db581e86ee/shellcheck_py-0.11.0.1-py2.py3-none-win_amd64.whl", hash = "sha256:784156289ecb17e91c692cd783ab5152333309588cabb10032a047331c63e759", size = 8027541, upload-time = "2025-08-09T17:53:40.889Z" }, ] [[package]] @@ -430,10 +430,9 @@ wheels = [ [[package]] name = "supervisor" version = "4.3.0" -source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/a9/b5/37e7a3706de436a8a2d75334711dad1afb4ddffab09f25e31d89e467542f/supervisor-4.3.0.tar.gz", hash = "sha256:4a2bf149adf42997e1bb44b70c43b613275ec9852c3edacca86a9166b27e945e", size = 468912, upload-time = "2025-08-23T18:25:02.418Z" } +source = { registry = "https://pypi.devinfra.sentry.io/simple" } wheels = [ - { url = "https://files.pythonhosted.org/packages/0e/65/5e726c372da8a5e35022a94388b12252710aad0c2351699c3d76ae8dba78/supervisor-4.3.0-py2.py3-none-any.whl", hash = "sha256:0bcb763fddafba410f35cbde226aa7f8514b9fb82eb05a0c85f6588d1c13f8db", size = 320736, upload-time = "2025-08-23T18:25:00.767Z" }, + { url = "https://pypi.devinfra.sentry.io/wheels/supervisor-4.3.0-py2.py3-none-any.whl", hash = "sha256:0bcb763fddafba410f35cbde226aa7f8514b9fb82eb05a0c85f6588d1c13f8db" }, ] [[package]]