diff --git a/requirements.txt b/requirements.txt index 446ec46..229b0f3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,16 +10,16 @@ pytz==2025.2 tenacity==9.1.2 # Google Cloud BigQuery for data processing -google-cloud-bigquery==3.35.1 -bigframes==2.13.0 +google-cloud-bigquery==3.36.0 +bigframes==2.16.0 # Data processing and validation -pandas==2.3.1 -pandera==0.25.0 +pandas==2.3.2 +pandera==0.26.0 numpy==2.3.1 # Blockchain integration - Latest compatible versions -web3==7.12.1 +web3==7.13.0 eth-account==0.13.7 eth-typing==5.2.1 @@ -27,7 +27,7 @@ eth-typing==5.2.1 gql==3.5.3 # HTTP and API -requests==2.32.4 +requests==2.32.5 aiohttp==3.12.15 # Development/Testing @@ -40,4 +40,4 @@ types-pytz==2025.2.0.20250516 types-requests==2.32.4.20250611 # Linting and formatting -ruff==0.12.7 +ruff==0.12.10