Skip to content

Commit 5a67082

Browse files
authored
feat: Update symbolic to 10 (#40192)
The updated symbolic can now recognize uploaded Portable PDB files. It also updates the JS parser used for SourceMapCaches.
1 parent c1d14b5 commit 5a67082

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

requirements-base.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ snuba-sdk>=1.0.1
6161
simplejson>=3.17.6
6262
statsd>=3.3
6363
structlog>=21.1.0
64-
symbolic>=9.2.0
64+
symbolic>=10.0.0
6565
toronado>=0.1.0
6666
typing-extensions>=3.10.0.2
6767
ua-parser>=0.10.0

requirements-dev-frozen.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ soupsieve==2.3.2.post1
159159
sqlparse==0.3.0
160160
statsd==3.3
161161
structlog==21.1.0
162-
symbolic==9.2.0
162+
symbolic==10.0.0
163163
tokenize-rt==4.2.1
164164
toml==0.10.2
165165
tomli==2.0.1

requirements-frozen.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ soupsieve==2.3.2.post1
110110
sqlparse==0.3.0
111111
statsd==3.3
112112
structlog==21.1.0
113-
symbolic==9.2.0
113+
symbolic==10.0.0
114114
toronado==0.1.0
115115
trio==0.21.0
116116
trio-websocket==0.9.2

0 commit comments

Comments
 (0)