diff --git a/python/requirements-dev.txt b/python/requirements-dev.txt index 3496e89..d45d7d5 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==48.0.1 +cryptography==50.0.0 # via stackit-core flake8==7.1.1 # via marketplace-reference-code (pyproject.toml) diff --git a/python/requirements.txt b/python/requirements.txt index 032640a..eea2f32 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==48.0.1 +cryptography==50.0.0 # via stackit-core idna==3.15 # via requests