From aed656416ff4460bf5a0cfe31131a186b562cd0c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 May 2025 21:47:49 +0000 Subject: [PATCH] build(deps): bump the dependencies group with 3 updates Bumps the dependencies group with 3 updates: [cryptography](https://github.com/pyca/cryptography), [coverage[toml]](https://github.com/nedbat/coveragepy) and [freezegun](https://github.com/spulec/freezegun). Updates `cryptography` from 45.0.2 to 45.0.3 - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/45.0.2...45.0.3) Updates `coverage[toml]` from 7.8.0 to 7.8.2 - [Release notes](https://github.com/nedbat/coveragepy/releases) - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst) - [Commits](https://github.com/nedbat/coveragepy/compare/7.8.0...7.8.2) Updates `freezegun` from 1.5.1 to 1.5.2 - [Release notes](https://github.com/spulec/freezegun/releases) - [Changelog](https://github.com/spulec/freezegun/blob/master/CHANGELOG) - [Commits](https://github.com/spulec/freezegun/compare/1.5.1...1.5.2) --- updated-dependencies: - dependency-name: cryptography dependency-version: 45.0.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: coverage[toml] dependency-version: 7.8.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: freezegun dependency-version: 1.5.2 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 +- requirements/test.txt | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements/lint.txt b/requirements/lint.txt index 5cc8858cb1..6065be9d65 100644 --- a/requirements/lint.txt +++ b/requirements/lint.txt @@ -11,4 +11,4 @@ mypy==1.15.0 zizmor==1.7.0 # Required for type stubs -freezegun==1.5.1 +freezegun==1.5.2 diff --git a/requirements/pinned.txt b/requirements/pinned.txt index 38375f0496..464dd5c641 100644 --- a/requirements/pinned.txt +++ b/requirements/pinned.txt @@ -6,7 +6,7 @@ # cffi==1.17.1 # via cryptography -cryptography==45.0.2 +cryptography==45.0.3 # via securesystemslib pycparser==2.22 # via cffi diff --git a/requirements/test.txt b/requirements/test.txt index c58b6c4210..7a299e5a75 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -4,5 +4,5 @@ -r pinned.txt # coverage measurement -coverage[toml]==7.8.0 -freezegun==1.5.1 +coverage[toml]==7.8.2 +freezegun==1.5.2