diff options
-rw-r--r-- | doc_requirements.txt | 2 | ||||
-rw-r--r-- | test_requirements.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc_requirements.txt b/doc_requirements.txt index ba9d3028e..526d5cfba 100644 --- a/doc_requirements.txt +++ b/doc_requirements.txt @@ -4,4 +4,4 @@ ipython scipy matplotlib pandas -pydata-sphinx-theme==0.5.0 +pydata-sphinx-theme==0.5.2 diff --git a/test_requirements.txt b/test_requirements.txt index 0762d5acf..ab73b2d35 100644 --- a/test_requirements.txt +++ b/test_requirements.txt @@ -1,7 +1,7 @@ cython==0.29.22 wheel<0.36.3 setuptools<49.2.0 -hypothesis==6.8.1 +hypothesis==6.8.3 pytest==6.2.2 pytz==2021.1 pytest-cov==2.11.1 |