From 8e5898d7061608f1a8324974cc8f82dd20d08e5a Mon Sep 17 00:00:00 2001 From: rjdbcm Date: Mon, 5 Aug 2024 17:32:08 -0500 Subject: [PATCH 01/29] :pushpin: Flake8-pyproject~=1.2 Signed-off-by: rjdbcm --- ozi/lint/flake8/requirements.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ozi/lint/flake8/requirements.in b/ozi/lint/flake8/requirements.in index 30c87042..55a97ccf 100644 --- a/ozi/lint/flake8/requirements.in +++ b/ozi/lint/flake8/requirements.in @@ -1,4 +1,4 @@ -Flake8-pyproject +Flake8-pyproject~=1.2 flake8 flake8-quotes flake8-pytest-style From 31377521ee6d5e1b1814fdff59f05e72ea3794f7 Mon Sep 17 00:00:00 2001 From: rjdbcm Date: Mon, 5 Aug 2024 17:33:27 -0500 Subject: [PATCH 02/29] :pushpin: flake8~=7.1 Signed-off-by: rjdbcm --- ozi/lint/flake8/requirements.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ozi/lint/flake8/requirements.in b/ozi/lint/flake8/requirements.in index 55a97ccf..171c7ee4 100644 --- a/ozi/lint/flake8/requirements.in +++ b/ozi/lint/flake8/requirements.in @@ -1,5 +1,5 @@ Flake8-pyproject~=1.2 -flake8 +flake8~=7.1 flake8-quotes flake8-pytest-style flake8-type-checking From ea8b4009f6f863846593e17e9c082158aff0afe6 Mon Sep 17 00:00:00 2001 From: rjdbcm Date: Mon, 5 Aug 2024 17:34:16 -0500 Subject: [PATCH 03/29] :pushpin: flake8-quotes~=3.4 Signed-off-by: rjdbcm --- ozi/lint/flake8/requirements.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ozi/lint/flake8/requirements.in b/ozi/lint/flake8/requirements.in index 171c7ee4..e5c5cb2e 100644 --- a/ozi/lint/flake8/requirements.in +++ b/ozi/lint/flake8/requirements.in @@ -1,6 +1,6 @@ Flake8-pyproject~=1.2 flake8~=7.1 -flake8-quotes +flake8-quotes~=3.4 flake8-pytest-style flake8-type-checking flake8-annotations From 374fe90bbccff95970d9506a279929441de5d40d Mon Sep 17 00:00:00 2001 From: rjdbcm Date: Mon, 5 Aug 2024 17:34:46 -0500 Subject: [PATCH 04/29] :pushpin: bandit[toml]~=1.7 Signed-off-by: rjdbcm --- ozi/lint/bandit/requirements.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ozi/lint/bandit/requirements.in b/ozi/lint/bandit/requirements.in index 2f50cfe7..ad52598e 100644 --- a/ozi/lint/bandit/requirements.in +++ b/ozi/lint/bandit/requirements.in @@ -1 +1 @@ -bandit[toml] \ No newline at end of file +bandit[toml]~=1.7 \ No newline at end of file From 7160880e3bb5614a9a76ed24e2cd647f9acab1d4 Mon Sep 17 00:00:00 2001 From: rjdbcm Date: Mon, 5 Aug 2024 17:35:20 -0500 Subject: [PATCH 05/29] :arrow_up: black~=24.8.0 Signed-off-by: rjdbcm --- ozi/lint/black/requirements.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ozi/lint/black/requirements.in b/ozi/lint/black/requirements.in index f23bc955..74706f13 100644 --- a/ozi/lint/black/requirements.in +++ b/ozi/lint/black/requirements.in @@ -1 +1 @@ -black>=24.3.0 +black~=24.8.0 From 562e782923c68c1672bbeb1b5378cb8f30c6075a Mon Sep 17 00:00:00 2001 From: rjdbcm Date: Mon, 5 Aug 2024 17:36:39 -0500 Subject: [PATCH 06/29] :pushpin: flake8-pytest-style~=2.0 Signed-off-by: rjdbcm --- ozi/lint/flake8/requirements.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ozi/lint/flake8/requirements.in b/ozi/lint/flake8/requirements.in index e5c5cb2e..ad38f9c1 100644 --- a/ozi/lint/flake8/requirements.in +++ b/ozi/lint/flake8/requirements.in @@ -1,7 +1,7 @@ Flake8-pyproject~=1.2 flake8~=7.1 flake8-quotes~=3.4 -flake8-pytest-style +flake8-pytest-style~=2.0 flake8-type-checking flake8-annotations flake8-broken-line From 888de0fa698afb4437998188e869df97bd698983 Mon Sep 17 00:00:00 2001 From: rjdbcm Date: Mon, 5 Aug 2024 17:37:10 -0500 Subject: [PATCH 07/29] :pushpin: flake8-type-checking~=2.9 Signed-off-by: rjdbcm --- ozi/lint/flake8/requirements.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ozi/lint/flake8/requirements.in b/ozi/lint/flake8/requirements.in index ad38f9c1..a832d50c 100644 --- a/ozi/lint/flake8/requirements.in +++ b/ozi/lint/flake8/requirements.in @@ -2,7 +2,7 @@ Flake8-pyproject~=1.2 flake8~=7.1 flake8-quotes~=3.4 flake8-pytest-style~=2.0 -flake8-type-checking +flake8-type-checking~=2.9 flake8-annotations flake8-broken-line flake8-eradicate From 804c2cbf262abc75e9a4305bc3ce1dd48bc5e379 Mon Sep 17 00:00:00 2001 From: rjdbcm Date: Mon, 5 Aug 2024 17:37:34 -0500 Subject: [PATCH 08/29] :pushpin: flake8-annotations~=3.1 Signed-off-by: rjdbcm --- ozi/lint/flake8/requirements.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ozi/lint/flake8/requirements.in b/ozi/lint/flake8/requirements.in index a832d50c..14165e2c 100644 --- a/ozi/lint/flake8/requirements.in +++ b/ozi/lint/flake8/requirements.in @@ -3,7 +3,7 @@ flake8~=7.1 flake8-quotes~=3.4 flake8-pytest-style~=2.0 flake8-type-checking~=2.9 -flake8-annotations +flake8-annotations~=3.1 flake8-broken-line flake8-eradicate flake8-fixme From 37be826270bc8dfd6e300c5ef3219e0e450c4464 Mon Sep 17 00:00:00 2001 From: rjdbcm Date: Mon, 5 Aug 2024 17:38:05 -0500 Subject: [PATCH 09/29] :pushpin: flake8-broken-line~=1.0 Signed-off-by: rjdbcm --- ozi/lint/flake8/requirements.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ozi/lint/flake8/requirements.in b/ozi/lint/flake8/requirements.in index 14165e2c..19b39478 100644 --- a/ozi/lint/flake8/requirements.in +++ b/ozi/lint/flake8/requirements.in @@ -4,7 +4,7 @@ flake8-quotes~=3.4 flake8-pytest-style~=2.0 flake8-type-checking~=2.9 flake8-annotations~=3.1 -flake8-broken-line +flake8-broken-line~=1.0 flake8-eradicate flake8-fixme flake8-bugbear From d006831019459f89e9f264dd311546e63f38a009 Mon Sep 17 00:00:00 2001 From: rjdbcm Date: Mon, 5 Aug 2024 17:38:37 -0500 Subject: [PATCH 10/29] :pushpin: flake8-eradicate~=1.5 Signed-off-by: rjdbcm --- ozi/lint/flake8/requirements.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ozi/lint/flake8/requirements.in b/ozi/lint/flake8/requirements.in index 19b39478..a8a7a6b2 100644 --- a/ozi/lint/flake8/requirements.in +++ b/ozi/lint/flake8/requirements.in @@ -5,7 +5,7 @@ flake8-pytest-style~=2.0 flake8-type-checking~=2.9 flake8-annotations~=3.1 flake8-broken-line~=1.0 -flake8-eradicate +flake8-eradicate~=1.5 flake8-fixme flake8-bugbear flake8-datetimez From 1d5f40d0cc021d20c3e95c6de792f2bd1e9fd733 Mon Sep 17 00:00:00 2001 From: rjdbcm Date: Mon, 5 Aug 2024 17:39:22 -0500 Subject: [PATCH 11/29] :pushpin: flake8-fixme~=1.1 Signed-off-by: rjdbcm --- ozi/lint/flake8/requirements.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ozi/lint/flake8/requirements.in b/ozi/lint/flake8/requirements.in index a8a7a6b2..dfe23bb2 100644 --- a/ozi/lint/flake8/requirements.in +++ b/ozi/lint/flake8/requirements.in @@ -6,7 +6,7 @@ flake8-type-checking~=2.9 flake8-annotations~=3.1 flake8-broken-line~=1.0 flake8-eradicate~=1.5 -flake8-fixme +flake8-fixme~=1.1 flake8-bugbear flake8-datetimez flake8-no-pep420 From a6a2484b3818bceae1c7dba2db071451c129fdf5 Mon Sep 17 00:00:00 2001 From: rjdbcm Date: Mon, 5 Aug 2024 17:39:44 -0500 Subject: [PATCH 12/29] :pushpin: flake8-bugbear~=24.4 Signed-off-by: rjdbcm --- ozi/lint/flake8/requirements.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ozi/lint/flake8/requirements.in b/ozi/lint/flake8/requirements.in index dfe23bb2..18b7f395 100644 --- a/ozi/lint/flake8/requirements.in +++ b/ozi/lint/flake8/requirements.in @@ -7,7 +7,7 @@ flake8-annotations~=3.1 flake8-broken-line~=1.0 flake8-eradicate~=1.5 flake8-fixme~=1.1 -flake8-bugbear +flake8-bugbear~=24.4 flake8-datetimez flake8-no-pep420 flake8-comprehensions From b65325f09b7973131fdfb05a959b94e55ea0361b Mon Sep 17 00:00:00 2001 From: rjdbcm Date: Mon, 5 Aug 2024 17:40:50 -0500 Subject: [PATCH 13/29] :pushpin: flake8-datetimez~=20.10 Signed-off-by: rjdbcm --- ozi/lint/flake8/requirements.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ozi/lint/flake8/requirements.in b/ozi/lint/flake8/requirements.in index 18b7f395..de7b04a9 100644 --- a/ozi/lint/flake8/requirements.in +++ b/ozi/lint/flake8/requirements.in @@ -8,7 +8,7 @@ flake8-broken-line~=1.0 flake8-eradicate~=1.5 flake8-fixme~=1.1 flake8-bugbear~=24.4 -flake8-datetimez +flake8-datetimez~=20.10 flake8-no-pep420 flake8-comprehensions flake8-leading-blank-lines From d70e1a419e8795cd82a1a289c41c2a0676b00db4 Mon Sep 17 00:00:00 2001 From: rjdbcm Date: Mon, 5 Aug 2024 17:41:23 -0500 Subject: [PATCH 14/29] :pushpin: flake8-no-pep420~=2.7 Signed-off-by: rjdbcm --- ozi/lint/flake8/requirements.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ozi/lint/flake8/requirements.in b/ozi/lint/flake8/requirements.in index de7b04a9..0d19f251 100644 --- a/ozi/lint/flake8/requirements.in +++ b/ozi/lint/flake8/requirements.in @@ -9,7 +9,7 @@ flake8-eradicate~=1.5 flake8-fixme~=1.1 flake8-bugbear~=24.4 flake8-datetimez~=20.10 -flake8-no-pep420 +flake8-no-pep420~=2.7 flake8-comprehensions flake8-leading-blank-lines flake8-tidy-imports From 8df75ee1b05dd4bc5efc5175d32fff4743fa9c78 Mon Sep 17 00:00:00 2001 From: rjdbcm Date: Mon, 5 Aug 2024 17:41:48 -0500 Subject: [PATCH 15/29] :pushpin: flake8-comprehensions~=3.15 Signed-off-by: rjdbcm --- ozi/lint/flake8/requirements.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ozi/lint/flake8/requirements.in b/ozi/lint/flake8/requirements.in index 0d19f251..f81892ac 100644 --- a/ozi/lint/flake8/requirements.in +++ b/ozi/lint/flake8/requirements.in @@ -10,7 +10,7 @@ flake8-fixme~=1.1 flake8-bugbear~=24.4 flake8-datetimez~=20.10 flake8-no-pep420~=2.7 -flake8-comprehensions +flake8-comprehensions~=3.15 flake8-leading-blank-lines flake8-tidy-imports flake8-pyi \ No newline at end of file From b17ae4a102c5653ed016b5593259b5b9f0266ddf Mon Sep 17 00:00:00 2001 From: rjdbcm Date: Mon, 5 Aug 2024 17:42:26 -0500 Subject: [PATCH 16/29] :pushpin: flake8-leading-blank-lines~=1.0 Signed-off-by: rjdbcm --- ozi/lint/flake8/requirements.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ozi/lint/flake8/requirements.in b/ozi/lint/flake8/requirements.in index f81892ac..91c7276f 100644 --- a/ozi/lint/flake8/requirements.in +++ b/ozi/lint/flake8/requirements.in @@ -11,6 +11,6 @@ flake8-bugbear~=24.4 flake8-datetimez~=20.10 flake8-no-pep420~=2.7 flake8-comprehensions~=3.15 -flake8-leading-blank-lines +flake8-leading-blank-lines~=1.0 flake8-tidy-imports flake8-pyi \ No newline at end of file From 59b1e3741a8f989ee17517581034749b422baeef Mon Sep 17 00:00:00 2001 From: rjdbcm Date: Mon, 5 Aug 2024 17:43:04 -0500 Subject: [PATCH 17/29] :pushpin: flake8-tidy-imports~=4.10 Signed-off-by: rjdbcm --- ozi/lint/flake8/requirements.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ozi/lint/flake8/requirements.in b/ozi/lint/flake8/requirements.in index 91c7276f..c15eeadf 100644 --- a/ozi/lint/flake8/requirements.in +++ b/ozi/lint/flake8/requirements.in @@ -12,5 +12,5 @@ flake8-datetimez~=20.10 flake8-no-pep420~=2.7 flake8-comprehensions~=3.15 flake8-leading-blank-lines~=1.0 -flake8-tidy-imports +flake8-tidy-imports~=4.10 flake8-pyi \ No newline at end of file From a99849e5486da255003d5f59080957ff93889096 Mon Sep 17 00:00:00 2001 From: rjdbcm Date: Mon, 5 Aug 2024 17:43:23 -0500 Subject: [PATCH 18/29] :pushpin: flake8-pyi~=24.6 Signed-off-by: rjdbcm --- ozi/lint/flake8/requirements.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ozi/lint/flake8/requirements.in b/ozi/lint/flake8/requirements.in index c15eeadf..7650578d 100644 --- a/ozi/lint/flake8/requirements.in +++ b/ozi/lint/flake8/requirements.in @@ -13,4 +13,4 @@ flake8-no-pep420~=2.7 flake8-comprehensions~=3.15 flake8-leading-blank-lines~=1.0 flake8-tidy-imports~=4.10 -flake8-pyi \ No newline at end of file +flake8-pyi~=24.6 \ No newline at end of file From d44d07f8f051c3df97ca092f22c10112bbf406a9 Mon Sep 17 00:00:00 2001 From: rjdbcm Date: Mon, 5 Aug 2024 18:04:06 -0500 Subject: [PATCH 19/29] :pushpin: coverage[toml]~=7.6 Signed-off-by: rjdbcm --- ozi/test/coverage/requirements.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ozi/test/coverage/requirements.in b/ozi/test/coverage/requirements.in index bb49378a..66075ddc 100644 --- a/ozi/test/coverage/requirements.in +++ b/ozi/test/coverage/requirements.in @@ -1,4 +1,4 @@ # Part of the OZI Project, under the Apache License v2.0 with LLVM Exceptions. # See LICENSE.txt for license information. # SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception -coverage[toml] +coverage[toml]~=7.6 From 15035cb466b85d7ad27ea3eae359ce52af74de00 Mon Sep 17 00:00:00 2001 From: rjdbcm Date: Mon, 5 Aug 2024 18:04:26 -0500 Subject: [PATCH 20/29] :pushpin: python-semantic-release~=9.8 Signed-off-by: rjdbcm --- ozi/dist/semantic_release/requirements.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ozi/dist/semantic_release/requirements.in b/ozi/dist/semantic_release/requirements.in index 574ee8b5..4699640c 100644 --- a/ozi/dist/semantic_release/requirements.in +++ b/ozi/dist/semantic_release/requirements.in @@ -1 +1 @@ -python-semantic-release>=8 \ No newline at end of file +python-semantic-release~=9.8 \ No newline at end of file From 4365fb68b03c36d64306b64260751e79d12c0a06 Mon Sep 17 00:00:00 2001 From: rjdbcm Date: Mon, 5 Aug 2024 18:04:53 -0500 Subject: [PATCH 21/29] :pushpin: sigstore~=3.1 Signed-off-by: rjdbcm --- ozi/dist/sigstore/requirements.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ozi/dist/sigstore/requirements.in b/ozi/dist/sigstore/requirements.in index a8ee0db0..495565d1 100644 --- a/ozi/dist/sigstore/requirements.in +++ b/ozi/dist/sigstore/requirements.in @@ -1 +1 @@ -sigstore \ No newline at end of file +sigstore~=3.1 \ No newline at end of file From 8ec1e9f00aafda87872c5b60505a6705b53a2d69 Mon Sep 17 00:00:00 2001 From: rjdbcm Date: Mon, 5 Aug 2024 18:05:21 -0500 Subject: [PATCH 22/29] :pushpin: pytest~=8.3 Signed-off-by: rjdbcm --- ozi/test/pytest/requirements.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ozi/test/pytest/requirements.in b/ozi/test/pytest/requirements.in index 62423e14..0b1c20fd 100644 --- a/ozi/test/pytest/requirements.in +++ b/ozi/test/pytest/requirements.in @@ -1,4 +1,4 @@ -pytest +pytest~=8.3 pytest-asyncio pytest-cov pytest-randomly From a63cd1bdb6683466587053fe2c925920671b25b6 Mon Sep 17 00:00:00 2001 From: rjdbcm Date: Mon, 5 Aug 2024 18:05:58 -0500 Subject: [PATCH 23/29] :pushpin: pytest-asyncio>=0.23.8 Signed-off-by: rjdbcm --- ozi/test/pytest/requirements.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ozi/test/pytest/requirements.in b/ozi/test/pytest/requirements.in index 0b1c20fd..e812f884 100644 --- a/ozi/test/pytest/requirements.in +++ b/ozi/test/pytest/requirements.in @@ -1,5 +1,5 @@ pytest~=8.3 -pytest-asyncio +pytest-asyncio>=0.23.8 pytest-cov pytest-randomly pytest-tcpclient From a33aebe4297a3c0c26a06b3ab0b12d7f6f26cd4a Mon Sep 17 00:00:00 2001 From: rjdbcm Date: Mon, 5 Aug 2024 18:06:21 -0500 Subject: [PATCH 24/29] :pushpin: pytest-cov~=5.0 Signed-off-by: rjdbcm --- ozi/test/pytest/requirements.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ozi/test/pytest/requirements.in b/ozi/test/pytest/requirements.in index e812f884..0b0325c1 100644 --- a/ozi/test/pytest/requirements.in +++ b/ozi/test/pytest/requirements.in @@ -1,6 +1,6 @@ pytest~=8.3 pytest-asyncio>=0.23.8 -pytest-cov +pytest-cov~=5.0 pytest-randomly pytest-tcpclient pytest-xdist From 32dbfa5edaf81af8b060b46506b7d5f49dd12011 Mon Sep 17 00:00:00 2001 From: rjdbcm Date: Mon, 5 Aug 2024 18:06:41 -0500 Subject: [PATCH 25/29] :pushpin: pytest-randomly~=3.15 Signed-off-by: rjdbcm --- ozi/test/pytest/requirements.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ozi/test/pytest/requirements.in b/ozi/test/pytest/requirements.in index 0b0325c1..41189dff 100644 --- a/ozi/test/pytest/requirements.in +++ b/ozi/test/pytest/requirements.in @@ -1,7 +1,7 @@ pytest~=8.3 pytest-asyncio>=0.23.8 pytest-cov~=5.0 -pytest-randomly +pytest-randomly~=3.15 pytest-tcpclient pytest-xdist urllib3<2 From 9286a081a3d1dd7986f18d9da6f06f44aab7babb Mon Sep 17 00:00:00 2001 From: rjdbcm Date: Mon, 5 Aug 2024 18:07:09 -0500 Subject: [PATCH 26/29] :pushpin: pytest-tcpclient~=0.7 Signed-off-by: rjdbcm --- ozi/test/pytest/requirements.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ozi/test/pytest/requirements.in b/ozi/test/pytest/requirements.in index 41189dff..10f28d5b 100644 --- a/ozi/test/pytest/requirements.in +++ b/ozi/test/pytest/requirements.in @@ -2,7 +2,7 @@ pytest~=8.3 pytest-asyncio>=0.23.8 pytest-cov~=5.0 pytest-randomly~=3.15 -pytest-tcpclient +pytest-tcpclient~=0.7 pytest-xdist urllib3<2 hypothesis[all] \ No newline at end of file From 1dd1eed4949475f4ef0bfcb230ed187fc7ee5f46 Mon Sep 17 00:00:00 2001 From: rjdbcm Date: Mon, 5 Aug 2024 18:07:28 -0500 Subject: [PATCH 27/29] :pushpin: pytest-xdist~=3.6 Signed-off-by: rjdbcm --- ozi/test/pytest/requirements.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ozi/test/pytest/requirements.in b/ozi/test/pytest/requirements.in index 10f28d5b..930b9c0b 100644 --- a/ozi/test/pytest/requirements.in +++ b/ozi/test/pytest/requirements.in @@ -3,6 +3,6 @@ pytest-asyncio>=0.23.8 pytest-cov~=5.0 pytest-randomly~=3.15 pytest-tcpclient~=0.7 -pytest-xdist +pytest-xdist~=3.6 urllib3<2 hypothesis[all] \ No newline at end of file From 327de11e3072bc40098a31519b9138279b909051 Mon Sep 17 00:00:00 2001 From: rjdbcm Date: Mon, 5 Aug 2024 18:08:36 -0500 Subject: [PATCH 28/29] :pushpin: urllib3~=1.26 Signed-off-by: rjdbcm --- ozi/test/pytest/requirements.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ozi/test/pytest/requirements.in b/ozi/test/pytest/requirements.in index 930b9c0b..e4a47e72 100644 --- a/ozi/test/pytest/requirements.in +++ b/ozi/test/pytest/requirements.in @@ -4,5 +4,5 @@ pytest-cov~=5.0 pytest-randomly~=3.15 pytest-tcpclient~=0.7 pytest-xdist~=3.6 -urllib3<2 +urllib3~=1.26 hypothesis[all] \ No newline at end of file From 3858c0b85e3809b1a21e87481b7b364acf7cca49 Mon Sep 17 00:00:00 2001 From: rjdbcm Date: Mon, 5 Aug 2024 18:09:12 -0500 Subject: [PATCH 29/29] :pushpin: hypothesis[all]~=6.108 Signed-off-by: rjdbcm --- ozi/test/pytest/requirements.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ozi/test/pytest/requirements.in b/ozi/test/pytest/requirements.in index e4a47e72..19d1823a 100644 --- a/ozi/test/pytest/requirements.in +++ b/ozi/test/pytest/requirements.in @@ -5,4 +5,4 @@ pytest-randomly~=3.15 pytest-tcpclient~=0.7 pytest-xdist~=3.6 urllib3~=1.26 -hypothesis[all] \ No newline at end of file +hypothesis[all]~=6.108 \ No newline at end of file