diff --git a/docs/requirements.txt b/docs/requirements.txt index 300c4fe..66b8a58 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -38,7 +38,7 @@ contextlib2==21.6.0 # via schema contourpy==1.1.0 # via matplotlib -cryptography==41.0.3 +cryptography==41.0.6 # via autobahn cycler==0.11.0 # via matplotlib diff --git a/requirements_dev.txt b/requirements_dev.txt index 19c4e53..0a98147 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -6,6 +6,6 @@ flake8==2.6.0 tox==2.3.1 coverage==4.1 Sphinx==1.4.8 -cryptography==41.0.2 +cryptography==41.0.6 PyYAML==5.4 pytest==2.9.2