diff --git a/docs/usage.rst b/docs/usage.rst index 85710a04..516a3520 100644 --- a/docs/usage.rst +++ b/docs/usage.rst @@ -86,7 +86,7 @@ The full documentation can be issued by running with ``environment --help``: --sv , --spec-version Which version of CycloneDX to use. {choices: 1.6, 1.5, 1.4, 1.3, 1.2, 1.1, 1.0} - (default: 1.5) + (default: 1.6) --output-reproducible Whether to go the extra mile and make the output reproducible. This might result in loss of time- and random-based-values. @@ -260,7 +260,7 @@ The full documentation can be issued by running with ``pipenv --help``: --sv , --spec-version Which version of CycloneDX to use. {choices: 1.6, 1.5, 1.4, 1.3, 1.2, 1.1, 1.0} - (default: 1.5) + (default: 1.6) --output-reproducible Whether to go the extra mile and make the output reproducible. This might result in loss of time- and random-based-values. @@ -338,7 +338,7 @@ The full documentation can be issued by running with ``poetry --help``: --sv , --spec-version Which version of CycloneDX to use. {choices: 1.6, 1.5, 1.4, 1.3, 1.2, 1.1, 1.0} - (default: 1.5) + (default: 1.6) --output-reproducible Whether to go the extra mile and make the output reproducible. This might result in loss of time- and random-based-values. @@ -412,7 +412,7 @@ The full documentation can be issued by running with ``requirements --help``: --sv , --spec-version Which version of CycloneDX to use. {choices: 1.6, 1.5, 1.4, 1.3, 1.2, 1.1, 1.0} - (default: 1.5) + (default: 1.6) --output-reproducible Whether to go the extra mile and make the output reproducible. This might result in loss of time- and random-based-values. diff --git a/pyproject.toml b/pyproject.toml index b27883e0..0d7489df 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -86,8 +86,8 @@ flake8-copyright-validator = "^0.0.1" flake8-isort = "6.1.2" flake8-quotes = "3.4.0" flake8-use-fstring = "1.4" -pep8-naming = "0.14.1" -flake8-logging = "1.6.0" +pep8-naming = "0.15.0" +flake8-logging = "1.7.0" isort = "6.0.1" autopep8 = "2.3.2" mypy = "1.15.0" @@ -105,7 +105,7 @@ pip = ">=23.0" pipenv = ">=2023.11.5" poetry = "^1.7" pdm = "^2.11" -uv = "0.6.14" # keep pinned to exact version, until a v1.0.0 is released +uv = "0.7.2" # keep pinned to exact version, until a v1.0.0 is released