File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -10,34 +10,34 @@ pytz==2025.2
10
10
tenacity == 9.1.2
11
11
12
12
# Google Cloud BigQuery for data processing
13
- google-cloud-bigquery == 3.34.0
14
- bigframes == 2.8 .0
13
+ google-cloud-bigquery == 3.35.1
14
+ bigframes == 2.13 .0
15
15
16
16
# Data processing and validation
17
- pandas == 2.2.3
18
- pandera == 0.20.4
17
+ pandas == 2.3.1
18
+ pandera == 0.25.0
19
19
numpy == 2.3.1
20
20
21
21
# Blockchain integration - Latest compatible versions
22
- web3 == 7.12.0
22
+ web3 == 7.12.1
23
23
eth-account == 0.13.7
24
24
eth-typing == 5.2.1
25
25
26
26
# GraphQL and subgraph integration (for future subgraph functionality)
27
- gql == 3.5.2
27
+ gql == 3.5.3
28
28
29
29
# HTTP and API
30
- requests == 2.32.3
31
- aiohttp == 3.12.13
30
+ requests == 2.32.4
31
+ aiohttp == 3.12.15
32
32
33
33
# Development/Testing
34
34
pytest == 8.4.1
35
35
pytest-cov == 6.2.1
36
36
pytest-mock == 3.14.1
37
37
pytest-snapshot == 0.9.0
38
- mypy == 1.16 .1
38
+ mypy == 1.17 .1
39
39
types-pytz == 2025.2.0.20250516
40
40
types-requests == 2.32.4.20250611
41
41
42
42
# Linting and formatting
43
- ruff == 0.12.0
43
+ ruff == 0.12.7
You can’t perform that action at this time.
0 commit comments