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 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 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 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 diff --git a/ozi/lint/flake8/requirements.in b/ozi/lint/flake8/requirements.in index 30c87042..7650578d 100644 --- a/ozi/lint/flake8/requirements.in +++ b/ozi/lint/flake8/requirements.in @@ -1,16 +1,16 @@ -Flake8-pyproject -flake8 -flake8-quotes -flake8-pytest-style -flake8-type-checking -flake8-annotations -flake8-broken-line -flake8-eradicate -flake8-fixme -flake8-bugbear -flake8-datetimez -flake8-no-pep420 -flake8-comprehensions -flake8-leading-blank-lines -flake8-tidy-imports -flake8-pyi \ No newline at end of file +Flake8-pyproject~=1.2 +flake8~=7.1 +flake8-quotes~=3.4 +flake8-pytest-style~=2.0 +flake8-type-checking~=2.9 +flake8-annotations~=3.1 +flake8-broken-line~=1.0 +flake8-eradicate~=1.5 +flake8-fixme~=1.1 +flake8-bugbear~=24.4 +flake8-datetimez~=20.10 +flake8-no-pep420~=2.7 +flake8-comprehensions~=3.15 +flake8-leading-blank-lines~=1.0 +flake8-tidy-imports~=4.10 +flake8-pyi~=24.6 \ No newline at end of file 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 diff --git a/ozi/test/pytest/requirements.in b/ozi/test/pytest/requirements.in index 62423e14..19d1823a 100644 --- a/ozi/test/pytest/requirements.in +++ b/ozi/test/pytest/requirements.in @@ -1,8 +1,8 @@ -pytest -pytest-asyncio -pytest-cov -pytest-randomly -pytest-tcpclient -pytest-xdist -urllib3<2 -hypothesis[all] \ No newline at end of file +pytest~=8.3 +pytest-asyncio>=0.23.8 +pytest-cov~=5.0 +pytest-randomly~=3.15 +pytest-tcpclient~=0.7 +pytest-xdist~=3.6 +urllib3~=1.26 +hypothesis[all]~=6.108 \ No newline at end of file