diff --git a/examples/integrations/airflow_batch_monitoring/requirements-dev.txt b/examples/integrations/airflow_batch_monitoring/requirements-dev.txt index d628cddd1b..4ff751a7c2 100644 --- a/examples/integrations/airflow_batch_monitoring/requirements-dev.txt +++ b/examples/integrations/airflow_batch_monitoring/requirements-dev.txt @@ -5,4 +5,4 @@ pytest==6.2.5 types-PyYAML==6.0.1 types-requests==2.26.0 types-dataclasses==0.6 -black==22.8.0 +black==26.3.1 diff --git a/examples/integrations/airflow_batch_monitoring/requirements.txt b/examples/integrations/airflow_batch_monitoring/requirements.txt index cef56d4abc..9b8463d2d7 100644 --- a/examples/integrations/airflow_batch_monitoring/requirements.txt +++ b/examples/integrations/airflow_batch_monitoring/requirements.txt @@ -3,9 +3,9 @@ fastparquet==2023.2.0 numpy==1.24.2 pendulum pandas==1.5.3 -pyarrow==11.0.0 -requests==2.28.2 -scikit-learn==1.2.2 +pyarrow==23.0.1 +requests==2.32.4 +scikit-learn==1.5.0 psycopg2-binary==2.9.6 sqlalchemy tqdm diff --git a/examples/integrations/fastapi_monitoring/requirements-dev.txt b/examples/integrations/fastapi_monitoring/requirements-dev.txt index dbecc35535..9e6912e272 100644 --- a/examples/integrations/fastapi_monitoring/requirements-dev.txt +++ b/examples/integrations/fastapi_monitoring/requirements-dev.txt @@ -6,20 +6,20 @@ httpx==0.23.3 pandas==1.5.3 pendulum==2.1.2 python-dotenv>=0.5.1 -pyarrow==11.0.0 -requests==2.30.0 -scikit-learn==1.2.2 +pyarrow==23.0.1 +requests==2.32.4 +scikit-learn==1.5.0 sqlalchemy==2.0.12 -tqdm==4.65.0 +tqdm==4.66.3 # linters & formatters wheel==0.35.1 -setuptools==50.3.2 +setuptools==78.1.1 flake8==4.0.1 mypy==0.920 types-PyYAML==6.0.1 types-requests==2.26.0 types-dataclasses==0.6 -black==22.8.0 +black==26.3.1 isort==5.10.1 diff --git a/examples/integrations/fastapi_monitoring/requirements.txt b/examples/integrations/fastapi_monitoring/requirements.txt index 68e1669368..79a49938a7 100644 --- a/examples/integrations/fastapi_monitoring/requirements.txt +++ b/examples/integrations/fastapi_monitoring/requirements.txt @@ -7,8 +7,8 @@ pandas==1.5.3 pendulum==2.1.2 python-dotenv>=0.5.1 psycopg2==2.9.5 -pyarrow==11.0.0 -requests==2.30.0 -scikit-learn==1.2.2 +pyarrow==23.0.1 +requests==2.32.4 +scikit-learn==1.5.0 sqlalchemy==2.0.12 -tqdm==4.65.0 +tqdm==4.66.3 diff --git a/examples/integrations/fastapi_monitoring/streamlit_app/requirements.txt b/examples/integrations/fastapi_monitoring/streamlit_app/requirements.txt index 3f27b86938..c98d17aab8 100644 --- a/examples/integrations/fastapi_monitoring/streamlit_app/requirements.txt +++ b/examples/integrations/fastapi_monitoring/streamlit_app/requirements.txt @@ -1,2 +1,2 @@ -requests==2.30.0 -streamlit==1.22.0 +requests==2.32.4 +streamlit==1.37.0 diff --git a/examples/integrations/mlflow_monitoring/requirements-dev.txt b/examples/integrations/mlflow_monitoring/requirements-dev.txt index 9027e72620..33abf860e6 100644 --- a/examples/integrations/mlflow_monitoring/requirements-dev.txt +++ b/examples/integrations/mlflow_monitoring/requirements-dev.txt @@ -1,11 +1,11 @@ # linters & formatters wheel==0.35.1 -setuptools==50.3.2 +setuptools==78.1.1 flake8==4.0.1 mypy==0.920 types-PyYAML==6.0.1 types-requests==2.26.0 types-dataclasses==0.6 -black==22.8.0 +black==26.3.1 isort==5.10.1 diff --git a/examples/integrations/mlflow_monitoring/requirements.txt b/examples/integrations/mlflow_monitoring/requirements.txt index 9599fc7021..977888738a 100644 --- a/examples/integrations/mlflow_monitoring/requirements.txt +++ b/examples/integrations/mlflow_monitoring/requirements.txt @@ -4,12 +4,12 @@ joblib==1.2.0 jupyter==1.0.0 jupyter_contrib_nbextensions==0.7.0 joblib -mlflow==2.4.2 +mlflow==3.8.0rc0 pandas==1.5.3 pendulum==2.1.2 plotly python-dotenv>=0.5.1 -scikit-learn==1.3.0 +scikit-learn==1.5.0 sqlalchemy==2.0.12 -tqdm==4.65.0 +tqdm==4.66.3 diff --git a/examples/integrations/postgres_grafana_batch_monitoring/requirements.txt b/examples/integrations/postgres_grafana_batch_monitoring/requirements.txt index ee42adf6e7..005fac41f4 100644 --- a/examples/integrations/postgres_grafana_batch_monitoring/requirements.txt +++ b/examples/integrations/postgres_grafana_batch_monitoring/requirements.txt @@ -4,9 +4,9 @@ fastparquet==2023.2.0 httpx==0.23.3 pandas==1.5.3 python-dotenv>=0.5.1 -prefect==2.9.0 +prefect==2.20.17 psycopg2-binary==2.9.5 -pyarrow==11.0.0 -scikit-learn==1.2.2 +pyarrow==23.0.1 +scikit-learn==1.5.0 sqlalchemy tqdm \ No newline at end of file diff --git a/examples/integrations/prefect_evidently_ui/requirements.txt b/examples/integrations/prefect_evidently_ui/requirements.txt index ebed58417a..de7a49cdd0 100644 --- a/examples/integrations/prefect_evidently_ui/requirements.txt +++ b/examples/integrations/prefect_evidently_ui/requirements.txt @@ -4,7 +4,7 @@ fastparquet==2023.8.0 numpy==1.25.2 pandas==2.1.0 python-dotenv==1.0.0 -prefect==2.12.0 -pyarrow==13.0.0 -scikit-learn==1.3.0 +prefect==2.20.17 +pyarrow==23.0.1 +scikit-learn==1.5.0 tqdm diff --git a/examples/integrations/streamlit_dashboard/requirements.txt b/examples/integrations/streamlit_dashboard/requirements.txt index 8172aa12d7..31c693255a 100644 --- a/examples/integrations/streamlit_dashboard/requirements.txt +++ b/examples/integrations/streamlit_dashboard/requirements.txt @@ -5,12 +5,12 @@ jupyter_contrib_nbextensions==0.7.0 matplotlib==3.7.0 numpy==1.24.2 pandas==1.5.3 -pyarrow==11.0.0 +pyarrow==23.0.1 python-box==5.4.1 -requests==2.28.2 -streamlit==1.19.0 -pyyaml==5.1 -scikit-learn==1.2.1 +requests==2.32.4 +streamlit==1.37.0 +pyyaml==6.0.3 +scikit-learn==1.5.0 scipy==1.10.1 seaborn==0.12.2 altair==4.0 \ No newline at end of file diff --git a/requirements.dev.txt b/requirements.dev.txt index dc0589f754..409168460c 100644 --- a/requirements.dev.txt +++ b/requirements.dev.txt @@ -1,7 +1,7 @@ # keep in sync with setup.py extra_require block. wheel==0.38.1 setuptools==65.5.1; python_version < '3.12' -setuptools==68.2.2; python_version >= '3.12' +setuptools==78.1.1; python_version >= '3.12' jupyter==1.0.0 mypy==1.1.1 pandas-stubs @@ -12,7 +12,7 @@ types-requests==2.26.0 types-dataclasses==0.6 types-python-dateutil==2.8.19 types-ujson==5.4.0 -pillow==10.3.0 +pillow==12.1.1 pip-audit pyspark ruff==0.3.7 diff --git a/requirements.min.txt b/requirements.min.txt index e7a5d12f28..c759cba9c7 100644 --- a/requirements.min.txt +++ b/requirements.min.txt @@ -1,15 +1,15 @@ # keep in sync with setup.py install_require block (but there should be set as lower bound). plotly==5.10.0 statsmodels==0.12.2 -scikit-learn==1.0.1 +scikit-learn==1.5.0 pandas[parquet]==1.3.5 numpy==1.22.0 -nltk==3.6.7 +nltk==3.9.3 scipy==1.10.0 -requests==2.32.0 -PyYAML==5.4 +requests==2.32.4 +PyYAML==6.0.3 pydantic==1.10.13 -litestar==2.8.3 +litestar==2.18.0 typing-inspect==0.9.0 uvicorn==0.22.0 watchdog==3.0.0 @@ -17,15 +17,15 @@ typer==0.3 rich==13 iterative-telemetry==0.0.5 dynaconf==3.2.4 -pyarrow==14.0.1 +pyarrow==23.0.1 pyspark==3.4.0 fsspec==2024.6.1 certifi==2024.7.4 -urllib3==1.26.19 -ujson==5.4.0 +urllib3==2.6.3 +ujson==5.12.0 deprecation==2.1.0 uuid6==2024.7.10 -cryptography==43.0.1 +cryptography==46.0.5 openai==1.16.2 evaluate==0.4.1 diff --git a/setup.py b/setup.py index d5df8514e0..0c848a5b7c 100644 --- a/setup.py +++ b/setup.py @@ -82,7 +82,7 @@ "pip-audit>=2.7.2", "wheel==0.38.1", "setuptools==65.5.1; python_version < '3.12'", - "setuptools==68.2.2; python_version >= '3.12'", + "setuptools==78.1.1; python_version >= '3.12'", "jupyter==1.0.0", "mypy==1.1.1", "pandas-stubs>=1.3.5", @@ -92,7 +92,7 @@ "types-dataclasses==0.6", "types-python-dateutil==2.8.19", "types-ujson>=5.4.0", - "pillow==10.3.0", + "pillow==12.1.1", "httpx==0.27.0", "ruff==0.3.7", "pre-commit==3.5.0",