diff --git a/requirements.txt b/requirements.txt index 446ec46..e9e73bf 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.38.0 +bigframes==2.23.0 # Data processing and validation -pandas==2.3.1 -pandera==0.25.0 +pandas==2.3.3 +pandera==0.26.1 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,17 +27,17 @@ 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 -pytest==8.4.1 +pytest==8.4.2 pytest-cov==6.2.1 -pytest-mock==3.14.1 +pytest-mock==3.15.1 pytest-snapshot==0.9.0 -mypy==1.17.1 +mypy==1.18.2 types-pytz==2025.2.0.20250516 types-requests==2.32.4.20250611 # Linting and formatting -ruff==0.12.7 +ruff==0.13.3