From 5cec62cd036098b82f87bc1243faafd88ab322b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 May 2025 21:41:38 +0000 Subject: [PATCH] build(deps): bump the dependencies group across 1 directory with 2 updates Bumps the dependencies group with 2 updates in the / directory: [cryptography](https://github.com/pyca/cryptography) and [ruff](https://github.com/astral-sh/ruff). Updates `cryptography` from 44.0.3 to 45.0.2 - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/44.0.3...45.0.2) Updates `ruff` from 0.11.9 to 0.11.10 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/0.11.9...0.11.10) --- updated-dependencies: - dependency-name: cryptography dependency-version: 45.0.2 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: ruff dependency-version: 0.11.10 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- requirements/lint.txt | 2 +- requirements/pinned.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements/lint.txt b/requirements/lint.txt index 5fbc2e9b93..5cc8858cb1 100644 --- a/requirements/lint.txt +++ b/requirements/lint.txt @@ -6,7 +6,7 @@ # Lint tools # (We are not so interested in the specific versions of the tools: the versions # are pinned to prevent unexpected linting failures when tools update) -ruff==0.11.9 +ruff==0.11.10 mypy==1.15.0 zizmor==1.7.0 diff --git a/requirements/pinned.txt b/requirements/pinned.txt index 4be725daf5..38375f0496 100644 --- a/requirements/pinned.txt +++ b/requirements/pinned.txt @@ -6,7 +6,7 @@ # cffi==1.17.1 # via cryptography -cryptography==44.0.3 +cryptography==45.0.2 # via securesystemslib pycparser==2.22 # via cffi