diff --git a/python/requirements-dev.txt b/python/requirements-dev.txt index 28c26bb..0c3b38c 100644 --- a/python/requirements-dev.txt +++ b/python/requirements-dev.txt @@ -16,7 +16,7 @@ charset-normalizer==3.4.1 # via requests click==8.1.8 # via black -cryptography==44.0.1 +cryptography==46.0.5 # via stackit-core flake8==7.1.1 # via marketplace-reference-code (pyproject.toml) diff --git a/python/requirements.txt b/python/requirements.txt index 2d363cb..21bd443 100644 --- a/python/requirements.txt +++ b/python/requirements.txt @@ -12,7 +12,7 @@ cffi==1.17.1 # via cryptography charset-normalizer==3.4.1 # via requests -cryptography==44.0.1 +cryptography==46.0.5 # via stackit-core idna==3.10 # via requests