From 2f290fec4b9cd303e64df1270c3d2e995649d334 Mon Sep 17 00:00:00 2001 From: Sep Dehpour Date: Fri, 6 Dec 2024 11:53:28 -0800 Subject: [PATCH] upgrading dependencies --- requirements-dev.txt | 14 +++++++------- requirements.txt | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 3a0f0834..fce48a55 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -2,22 +2,22 @@ -r requirements-cli.txt bump2version==1.0.1 jsonpickle==4.0.0 -coverage==7.6.4 +coverage==7.6.9 ipdb==0.13.13 numpy==2.1.3 -pytest==8.3.3 +pytest==8.3.4 pytest-cov==6.0.0 python-dotenv==1.0.1 -Sphinx==6.2.1 # We use the html style that is not supported in Sphinx 7 anymore. +Sphinx==6.2.1 # We use the html style that is not supported in Sphinx 7 anymore. sphinx-sitemap==2.6.0 sphinxemoji==0.3.1 flake8==7.1.1 python-dateutil==2.9.0.post0 orjson==3.10.12 -wheel==0.45.0 -tomli==2.1.0 +wheel==0.45.1 +tomli==2.2.1 tomli-w==1.1.0 -pydantic==2.9.2 +pydantic==2.10.3 pytest-benchmark==5.1.0 pandas==2.2.3 -polars==1.13.1 +polars==1.16.0 diff --git a/requirements.txt b/requirements.txt index 53ac539e..8270bf8e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1 @@ -orderly-set>=5.2.3,<6 \ No newline at end of file +orderly-set>=5.2.3,<6