From 8392b26f9e85e4bda8935298132c2080c4226e21 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Sep 2024 00:18:16 +0000 Subject: [PATCH] Bump cryptography from 42.0.5 to 43.0.1 in /requirements Bumps [cryptography](https://github.com/pyca/cryptography) from 42.0.5 to 43.0.1. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/42.0.5...43.0.1) --- updated-dependencies: - dependency-name: cryptography dependency-type: indirect ... Signed-off-by: dependabot[bot] --- requirements/linting.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/requirements/linting.txt b/requirements/linting.txt index 873ee0c1..0f453ea1 100644 --- a/requirements/linting.txt +++ b/requirements/linting.txt @@ -6,23 +6,23 @@ # cffi==1.16.0 # via cryptography -cryptography==42.0.5 +cryptography==43.0.1 # via # types-pyopenssl # types-redis mypy==1.9.0 - # via -r requirements/linting.in + # via -r linting.in mypy-extensions==1.0.0 # via mypy pycparser==2.22 # via cffi ruff==0.3.4 - # via -r requirements/linting.in + # via -r linting.in types-pyopenssl==24.0.0.20240311 # via types-redis types-pytz==2024.1.0.20240203 - # via -r requirements/linting.in + # via -r linting.in types-redis==4.6.0.20240311 - # via -r requirements/linting.in + # via -r linting.in typing-extensions==4.10.0 # via mypy