diff --git a/pyproject.toml b/pyproject.toml index c8470b308a83..cbb0064b127d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -227,7 +227,7 @@ geospatial = [ dev = [ "ruff>=0.7.1", "codespell[hard-encoding-detection,toml]>=2.2.6,<3", - "google-cloud-storage>=2.7.0,<3", + "google-cloud-storage>=2.7.0,<4", "ipython>=8.7.0,<9", "pre-commit>=4,<5", "pyinstrument>=4.5.1,<6", diff --git a/uv.lock b/uv.lock index 752c876ca419..e12ddd7a283c 100644 --- a/uv.lock +++ b/uv.lock @@ -1739,7 +1739,7 @@ wheels = [ [[package]] name = "google-cloud-storage" -version = "2.19.0" +version = "3.0.0" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "google-api-core" }, @@ -1749,9 +1749,9 @@ dependencies = [ { name = "google-resumable-media" }, { name = "requests" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/36/76/4d965702e96bb67976e755bed9828fa50306dca003dbee08b67f41dd265e/google_cloud_storage-2.19.0.tar.gz", hash = "sha256:cd05e9e7191ba6cb68934d8eb76054d9be4562aa89dbc4236feee4d7d51342b2", size = 5535488 } +sdist = { url = "https://files.pythonhosted.org/packages/7f/d7/dfa74049c4faa3b4d68fa1a10a7eab5a76c57d0788b47c27f927bedc606d/google_cloud_storage-3.0.0.tar.gz", hash = "sha256:2accb3e828e584888beff1165e5f3ac61aa9088965eb0165794a82d8c7f95297", size = 7665253 } wheels = [ - { url = "https://files.pythonhosted.org/packages/d5/94/6db383d8ee1adf45dc6c73477152b82731fa4c4a46d9c1932cc8757e0fd4/google_cloud_storage-2.19.0-py2.py3-none-any.whl", hash = "sha256:aeb971b5c29cf8ab98445082cbfe7b161a1f48ed275822f59ed3f1524ea54fba", size = 131787 }, + { url = "https://files.pythonhosted.org/packages/9a/ae/1a50f07161301e40a30b2e40744a7b85ffab7add16e044417925eccf9bbf/google_cloud_storage-3.0.0-py2.py3-none-any.whl", hash = "sha256:f85fd059650d2dbb0ac158a9a6b304b66143b35ed2419afec2905ca522eb2c6a", size = 173860 }, ] [[package]] @@ -2403,7 +2403,7 @@ dev = [ { name = "aws-sso-util", specifier = ">=4.33,<5" }, { name = "codespell", extras = ["hard-encoding-detection", "toml"], specifier = ">=2.2.6,<3" }, { name = "dunamai", specifier = ">=1.22.0" }, - { name = "google-cloud-storage", specifier = ">=2.7.0,<3" }, + { name = "google-cloud-storage", specifier = ">=2.7.0,<4" }, { name = "ipython", specifier = ">=8.7.0,<9" }, { name = "pre-commit", specifier = ">=4,<5" }, { name = "pyinstrument", specifier = ">=4.5.1,<6" },