From 38e25a203dda59751f09c4cfe536556e6f890285 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 20 Jun 2026 12:31:05 +0000 Subject: [PATCH] Bump cryptography from 48.0.0 to 48.0.1 Bumps [cryptography](https://github.com/pyca/cryptography) from 48.0.0 to 48.0.1. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/48.0.0...48.0.1) --- updated-dependencies: - dependency-name: cryptography dependency-version: 48.0.1 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- dev-requirements.txt | 17 +---------------- 1 file changed, 1 insertion(+), 16 deletions(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index d7b0086..34e8637 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -1,5 +1,3 @@ -backports-tarfile==1.2.0 - # via jaraco-context cachetools==7.1.1 # via tox certifi==2026.4.22 @@ -12,7 +10,7 @@ charset-normalizer==3.4.7 # via requests colorama==0.4.6 # via tox -cryptography==48.0.0 +cryptography==48.0.1 # via secretstorage distlib==0.4.0 # via virtualenv @@ -27,8 +25,6 @@ id==1.6.1 # via twine idna==3.15 # via requests -importlib-metadata==9.0.0 - # via keyring jaraco-classes==3.4.0 # via keyring jaraco-context==6.1.2 @@ -87,19 +83,10 @@ rich==15.0.0 # via twine secretstorage==3.5.0 # via keyring -tomli==2.4.1 - # via - # pyproject-api - # tox tox==4.34.1 # via -r dev-requirements.in twine==6.2.0 # via -r dev-requirements.in -typing-extensions==4.15.0 - # via - # cryptography - # tox - # virtualenv urllib3==2.7.0 # via # id @@ -107,5 +94,3 @@ urllib3==2.7.0 # twine virtualenv==21.3.3 # via tox -zipp==3.23.1 - # via importlib-metadata