Skip to content

Commit

Permalink
Merge pull request #986 from OZI-Project/patch/pin-utility-requirements
Browse files Browse the repository at this point in the history
Patch/pin-utility-requirements
  • Loading branch information
rjdbcm authored Aug 5, 2024
2 parents a681b74 + 3858c0b commit 97a2a05
Show file tree
Hide file tree
Showing 7 changed files with 29 additions and 29 deletions.
2 changes: 1 addition & 1 deletion ozi/dist/semantic_release/requirements.in
Original file line number Diff line number Diff line change
@@ -1 +1 @@
python-semantic-release>=8
python-semantic-release~=9.8
2 changes: 1 addition & 1 deletion ozi/dist/sigstore/requirements.in
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sigstore
sigstore~=3.1
2 changes: 1 addition & 1 deletion ozi/lint/bandit/requirements.in
Original file line number Diff line number Diff line change
@@ -1 +1 @@
bandit[toml]
bandit[toml]~=1.7
2 changes: 1 addition & 1 deletion ozi/lint/black/requirements.in
Original file line number Diff line number Diff line change
@@ -1 +1 @@
black>=24.3.0
black~=24.8.0
32 changes: 16 additions & 16 deletions ozi/lint/flake8/requirements.in
Original file line number Diff line number Diff line change
@@ -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
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
2 changes: 1 addition & 1 deletion ozi/test/coverage/requirements.in
Original file line number Diff line number Diff line change
@@ -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
16 changes: 8 additions & 8 deletions ozi/test/pytest/requirements.in
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
pytest
pytest-asyncio
pytest-cov
pytest-randomly
pytest-tcpclient
pytest-xdist
urllib3<2
hypothesis[all]
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

0 comments on commit 97a2a05

Please sign in to comment.