This is an automated email from the ASF dual-hosted git repository.

fokko pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iceberg-python.git


The following commit(s) were added to refs/heads/main by this push:
     new bb1f3ef2 Build: Bump cachetools from 6.2.5 to 7.0.0 (#3001)
bb1f3ef2 is described below

commit bb1f3ef29e639bd1e0cfaf2c19318ab0815eedc7
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sat Feb 7 20:24:15 2026 +0100

    Build: Bump cachetools from 6.2.5 to 7.0.0 (#3001)
---
 pyproject.toml | 2 +-
 uv.lock        | 8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/pyproject.toml b/pyproject.toml
index cfc5fc20..a0e7f12e 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -41,7 +41,7 @@ dependencies = [
     "pyparsing>=3.1.0,<4.0.0",
     "tenacity>=8.2.3,<10.0.0",
     "pyroaring>=1.0.0,<2.0.0",
-    "cachetools>=5.5,<7.0",
+    "cachetools>=5.5,<8.0",
     "zstandard>=0.13.0,<1.0.0"
 ]
 
diff --git a/uv.lock b/uv.lock
index 33a4df60..bec534da 100644
--- a/uv.lock
+++ b/uv.lock
@@ -592,11 +592,11 @@ virtualenv = [
 
 [[package]]
 name = "cachetools"
-version = "6.2.5"
+version = "7.0.0"
 source = { registry = "https://pypi.org/simple"; }
-sdist = { url = 
"https://files.pythonhosted.org/packages/86/e7/18ea2907d2ca91e9c0697596b8e60cd485b091152eb4109fad1e468e457d/cachetools-6.2.5.tar.gz";,
 hash = 
"sha256:6d8bfbba1ba94412fb9d9196c4da7a87e9d4928fffc5e93542965dca4740c77f", size 
= 32168, upload-time = "2026-01-25T14:57:40.349Z" }
+sdist = { url = 
"https://files.pythonhosted.org/packages/98/af/df70e9b65bc77a1cbe0768c0aa4617147f30f8306ded98c1744bcdc0ae1e/cachetools-7.0.0.tar.gz";,
 hash = 
"sha256:a9abf18ff3b86c7d05b27ead412e235e16ae045925e531fae38d5fada5ed5b08", size 
= 35796, upload-time = "2026-02-01T18:59:47.411Z" }
 wheels = [
-    { url = 
"https://files.pythonhosted.org/packages/e3/a6/24169d70ec5264b65ba54ba49b3d10f46d6b1ad97e185c94556539b3dfc8/cachetools-6.2.5-py3-none-any.whl";,
 hash = 
"sha256:db3ae5465e90befb7c74720dd9308d77a09b7cf13433570e07caa0845c30d5fe", size 
= 11553, upload-time = "2026-01-25T14:57:39.112Z" },
+    { url = 
"https://files.pythonhosted.org/packages/28/df/2dd32cce20cbcf6f2ec456b58d44368161ad28320729f64e5e1d5d7bd0ae/cachetools-7.0.0-py3-none-any.whl";,
 hash = 
"sha256:d52fef60e6e964a1969cfb61ccf6242a801b432790fe520d78720d757c81cbd2", size 
= 13487, upload-time = "2026-02-01T18:59:45.981Z" },
 ]
 
 [[package]]
@@ -4504,7 +4504,7 @@ requires-dist = [
     { name = "boto3", marker = "extra == 'dynamodb'", specifier = ">=1.24.59" 
},
     { name = "boto3", marker = "extra == 'glue'", specifier = ">=1.24.59" },
     { name = "boto3", marker = "extra == 'rest-sigv4'", specifier = 
">=1.24.59" },
-    { name = "cachetools", specifier = ">=5.5,<7.0" },
+    { name = "cachetools", specifier = ">=5.5,<8.0" },
     { name = "click", specifier = ">=7.1.1,<9.0.0" },
     { name = "daft", marker = "extra == 'daft'", specifier = ">=0.5.0" },
     { name = "datafusion", marker = "extra == 'datafusion'", specifier = 
">=51,<52" },

Reply via email to