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

mmodzelewski pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/iggy.git


The following commit(s) were added to refs/heads/master by this push:
     new 0604cca7b chore(deps): Update testcontainers requirement from 
<5.0,>=3.7.0 to >=4.15.0,<5.0 in /bdd/python (#3826)
0604cca7b is described below

commit 0604cca7b49a60fe62004a31466551b8034b2c2a
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Aug 6 08:21:18 2026 +0200

    chore(deps): Update testcontainers requirement from <5.0,>=3.7.0 to 
>=4.15.0,<5.0 in /bdd/python (#3826)
---
 bdd/python/uv.lock            |  6 +++---
 examples/python/uv.lock       |  4 ++--
 foreign/python/pyproject.toml |  4 ++--
 foreign/python/uv.lock        | 12 ++++++------
 4 files changed, 13 insertions(+), 13 deletions(-)

diff --git a/bdd/python/uv.lock b/bdd/python/uv.lock
index 6792069fe..b88cd86d5 100644
--- a/bdd/python/uv.lock
+++ b/bdd/python/uv.lock
@@ -29,8 +29,8 @@ requires-dist = [
     { name = "pytest-xdist", marker = "extra == 'testing'", specifier = 
">=3.0,<4.0" },
     { name = "ruff", marker = "extra == 'all'", specifier = ">=0.1.0,<1.0" },
     { name = "ruff", marker = "extra == 'dev'", specifier = ">=0.1.0,<1.0" },
-    { name = "testcontainers", marker = "extra == 'all'", specifier = 
">=3.7.0,<5.0" },
-    { name = "testcontainers", marker = "extra == 'testing-docker'", specifier 
= ">=3.7.0,<5.0" },
+    { name = "testcontainers", marker = "extra == 'all'", specifier = 
">=4.15.0,<5.0" },
+    { name = "testcontainers", marker = "extra == 'testing-docker'", specifier 
= ">=4.15.0,<5.0" },
 ]
 provides-extras = ["testing", "testing-docker", "dev", "all"]
 
@@ -200,7 +200,7 @@ name = "exceptiongroup"
 version = "1.3.1"
 source = { registry = "https://pypi.org/simple"; }
 dependencies = [
-    { name = "typing-extensions", marker = "python_full_version < '3.13'" },
+    { name = "typing-extensions" },
 ]
 sdist = { url = 
"https://files.pythonhosted.org/packages/50/79/66800aadf48771f6b62f7eb014e352e5d06856655206165d775e675a02c9/exceptiongroup-1.3.1.tar.gz";,
 hash = 
"sha256:8b412432c6055b0b7d14c310000ae93352ed6754f70fa8f7c34141f91c4e3219", size 
= 30371, upload-time = "2025-11-21T23:01:54.787Z" }
 wheels = [
diff --git a/examples/python/uv.lock b/examples/python/uv.lock
index 6d4c07bee..45dc80ef6 100644
--- a/examples/python/uv.lock
+++ b/examples/python/uv.lock
@@ -29,8 +29,8 @@ requires-dist = [
     { name = "pytest-xdist", marker = "extra == 'testing'", specifier = 
">=3.0,<4.0" },
     { name = "ruff", marker = "extra == 'all'", specifier = ">=0.1.0,<1.0" },
     { name = "ruff", marker = "extra == 'dev'", specifier = ">=0.1.0,<1.0" },
-    { name = "testcontainers", marker = "extra == 'all'", specifier = 
">=3.7.0,<5.0" },
-    { name = "testcontainers", marker = "extra == 'testing-docker'", specifier 
= ">=3.7.0,<5.0" },
+    { name = "testcontainers", marker = "extra == 'all'", specifier = 
">=4.15.0,<5.0" },
+    { name = "testcontainers", marker = "extra == 'testing-docker'", specifier 
= ">=4.15.0,<5.0" },
 ]
 provides-extras = ["testing", "testing-docker", "dev", "all"]
 
diff --git a/foreign/python/pyproject.toml b/foreign/python/pyproject.toml
index df75ea9f0..ef2e5d51d 100644
--- a/foreign/python/pyproject.toml
+++ b/foreign/python/pyproject.toml
@@ -107,7 +107,7 @@ testing = [
 ]
 
 # For containerized testing (CI/CD)
-testing-docker = ["testcontainers>=3.7.0,<5.0"]
+testing-docker = ["testcontainers>=4.15.0,<5.0"]
 
 # Development tools
 dev = [
@@ -126,7 +126,7 @@ all = [
     "pytest-xdist>=3.0,<4.0",
     "pytest-timeout>=2.0,<3.0",
     "ruff>=0.1.0,<1.0",
-    "testcontainers>=3.7.0,<5.0",
+    "testcontainers>=4.15.0,<5.0",
 ]
 
 [tool.pytest.ini_options]
diff --git a/foreign/python/uv.lock b/foreign/python/uv.lock
index e6f5c8e76..83e1c98a4 100644
--- a/foreign/python/uv.lock
+++ b/foreign/python/uv.lock
@@ -61,8 +61,8 @@ requires-dist = [
     { name = "pytest-xdist", marker = "extra == 'testing'", specifier = 
">=3.0,<4.0" },
     { name = "ruff", marker = "extra == 'all'", specifier = ">=0.1.0,<1.0" },
     { name = "ruff", marker = "extra == 'dev'", specifier = ">=0.1.0,<1.0" },
-    { name = "testcontainers", marker = "extra == 'all'", specifier = 
">=3.7.0,<5.0" },
-    { name = "testcontainers", marker = "extra == 'testing-docker'", specifier 
= ">=3.7.0,<5.0" },
+    { name = "testcontainers", marker = "extra == 'all'", specifier = 
">=4.15.0,<5.0" },
+    { name = "testcontainers", marker = "extra == 'testing-docker'", specifier 
= ">=4.15.0,<5.0" },
 ]
 provides-extras = ["testing", "testing-docker", "dev", "all"]
 
@@ -335,7 +335,7 @@ name = "exceptiongroup"
 version = "1.3.1"
 source = { registry = "https://pypi.org/simple"; }
 dependencies = [
-    { name = "typing-extensions", marker = "python_full_version < '3.13'" },
+    { name = "typing-extensions" },
 ]
 sdist = { url = 
"https://files.pythonhosted.org/packages/50/79/66800aadf48771f6b62f7eb014e352e5d06856655206165d775e675a02c9/exceptiongroup-1.3.1.tar.gz";,
 hash = 
"sha256:8b412432c6055b0b7d14c310000ae93352ed6754f70fa8f7c34141f91c4e3219", size 
= 30371, upload-time = "2025-11-21T23:01:54.787Z" }
 wheels = [
@@ -583,7 +583,7 @@ wheels = [
 
 [[package]]
 name = "testcontainers"
-version = "4.14.2"
+version = "4.15.0"
 source = { registry = "https://pypi.org/simple"; }
 dependencies = [
     { name = "docker" },
@@ -592,9 +592,9 @@ dependencies = [
     { name = "urllib3" },
     { name = "wrapt" },
 ]
-sdist = { url = 
"https://files.pythonhosted.org/packages/ca/ac/a597c3a0e02b26cbed6dd07df68be1e57684766fd1c381dee9b170a99690/testcontainers-4.14.2.tar.gz";,
 hash = 
"sha256:1340ccf16fe3acd9389a6c9e1d9ab21d9fe99a8afdf8165f89c3e69c1967d239", size 
= 166841, upload-time = "2026-03-18T05:19:16.696Z" }
+sdist = { url = 
"https://files.pythonhosted.org/packages/4b/13/2cc466bddf26d0085f30a2b2bd56b7f8708b54a54db833eec97c5c69129b/testcontainers-4.15.0.tar.gz";,
 hash = 
"sha256:085cde086337632e19002719460b7b80bbab2bdd51bb3ea04f77d0de96504706", size 
= 95340, upload-time = "2026-07-24T23:08:01.731Z" }
 wheels = [
-    { url = 
"https://files.pythonhosted.org/packages/13/2d/26b8b30067d94339afee62c3edc9b803a6eb9332f521ba77d8aaab5de873/testcontainers-4.14.2-py3-none-any.whl";,
 hash = 
"sha256:0d0522c3cd8f8d9627cda41f7a6b51b639fa57bdc492923c045117933c668d68", size 
= 125712, upload-time = "2026-03-18T05:19:15.29Z" },
+    { url = 
"https://files.pythonhosted.org/packages/00/7e/424aac8b355597835deb333e757a0e94b5ccf38ad00f07fe6ed1f4e17c88/testcontainers-4.15.0-py3-none-any.whl";,
 hash = 
"sha256:8796c14e76604031ad39cf0ed3b8e9806283a1fbf5270965c2b1c594caa31b74", size 
= 160771, upload-time = "2026-07-24T23:08:00.13Z" },
 ]
 
 [[package]]

Reply via email to