diff --git a/docs/requirements.txt b/docs/requirements.txt index ccb0ddc2..adebf1f6 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,6 +1,6 @@ -Sphinx==4.4.0 +Sphinx==7.0.1 pyperclip==1.8.2 -sphinx_rtd_theme==1.0.0 +sphinx_rtd_theme==1.2.2 secretum_sphinx_theme==2022.2 -myst_parser -sphinx-notfound-page +myst_parser==2.0.0 +sphinx-notfound-page==0.8.3 diff --git a/requirements/tests.txt b/requirements/tests.txt index f516509a..d81a2df4 100644 --- a/requirements/tests.txt +++ b/requirements/tests.txt @@ -1,8 +1,8 @@ -attrs==21.4.0 -iniconfig==1.1.1 -packaging==21.3 -pluggy==1.0.0 +attrs==23.1.0 +iniconfig==2.0.0 +packaging==23.1 +pluggy==1.2.0 py==1.11.0 -pyparsing==3.0.7 -pytest==7.0.1 +pyparsing==3.1.0 +pytest==7.4.0 toml==0.10.2