From 5169181196bb58f376db4d7d072c40b4c098858b Mon Sep 17 00:00:00 2001 From: Mischan Toosarani-Hausberger Date: Wed, 3 Jun 2026 12:21:57 +0200 Subject: [PATCH] ref: bump symbolic to 13.1.1 --- pyproject.toml | 2 +- uv.lock | 11 +++++------ 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 9ec5cb0a1f07..81075b516a01 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -107,7 +107,7 @@ dependencies = [ "sqlparse>=0.5.0", "statsd>=3.3.0", "structlog>=22.1.0", - "symbolic>=12.14.1", + "symbolic>=13.1.1", "taskbroker-client>=0.18.0", "tiktoken>=0.8.0", "tokenizers>=0.22.0", diff --git a/uv.lock b/uv.lock index 9fde919c2ae6..a93f7099d36b 100644 --- a/uv.lock +++ b/uv.lock @@ -2438,7 +2438,7 @@ requires-dist = [ { name = "statsd", specifier = ">=3.3.0" }, { name = "stripe", specifier = ">=6.7.0" }, { name = "structlog", specifier = ">=22.1.0" }, - { name = "symbolic", specifier = ">=12.14.1" }, + { name = "symbolic", specifier = ">=13.1.1" }, { name = "taskbroker-client", specifier = ">=0.18.0" }, { name = "tiktoken", specifier = ">=0.8.0" }, { name = "tldextract", specifier = ">=5.1.2" }, @@ -2819,16 +2819,15 @@ wheels = [ [[package]] name = "symbolic" -version = "12.14.1" +version = "13.1.1" source = { registry = "https://pypi.devinfra.sentry.io/simple" } dependencies = [ { name = "milksnake", marker = "sys_platform == 'darwin' or sys_platform == 'linux'" }, ] wheels = [ - { url = "https://pypi.devinfra.sentry.io/wheels/symbolic-12.14.1-py2.py3-none-macosx_10_15_x86_64.whl", hash = "sha256:8500320a80d8138026db3ff28a11d697eb0922fc51b1e50c8a206e79f4b39745" }, - { url = "https://pypi.devinfra.sentry.io/wheels/symbolic-12.14.1-py2.py3-none-macosx_11_0_arm64.whl", hash = "sha256:0b2816167383d4fcb11a2224459edaacfe092aa885168bd7e81e0564c7bf5829" }, - { url = "https://pypi.devinfra.sentry.io/wheels/symbolic-12.14.1-py2.py3-none-manylinux_2_28_aarch64.whl", hash = "sha256:6b5242319206d9f8165123990984f9300a3a1f75ccaee8b7da0ef28da4d99258" }, - { url = "https://pypi.devinfra.sentry.io/wheels/symbolic-12.14.1-py2.py3-none-manylinux_2_28_x86_64.whl", hash = "sha256:f13625d3923db47c464db12f3b78d40d6ff9d2be07d1e099d881d00be343b234" }, + { url = "https://pypi.devinfra.sentry.io/wheels/symbolic-13.1.1-py2.py3-none-macosx_11_0_arm64.whl", hash = "sha256:fac90575bcb24db4f8cfcbd0fd39402c61efe79c929e30f8d8c922c56c3f7565" }, + { url = "https://pypi.devinfra.sentry.io/wheels/symbolic-13.1.1-py2.py3-none-manylinux_2_28_aarch64.whl", hash = "sha256:8b5d749d3fe0860547cefcf1e6b2909a328cb3c05a2ad33b58bba8075b71c0ca" }, + { url = "https://pypi.devinfra.sentry.io/wheels/symbolic-13.1.1-py2.py3-none-manylinux_2_28_x86_64.whl", hash = "sha256:d93c4e6f9ec40ab5454230e5e9fe59b6f53f1662cb3ba06b02e4ad0882f5f829" }, ] [[package]]