diff --git a/requirements/docs.txt b/requirements/docs.txt index 25d4b92..768e265 100644 --- a/requirements/docs.txt +++ b/requirements/docs.txt @@ -8,7 +8,7 @@ sphinx==9.1.0 sphinx-rtd-theme==3.1.0 sphinx-autodoc-typehints==3.10.2 -myst-parser==5.0.0 # Markdown support +myst-parser==5.1.0 # Markdown support # API documentation sphinx-openapi==1.0.10 \ No newline at end of file diff --git a/requirements/test.txt b/requirements/test.txt index 1b83f32..eb4a70a 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -13,18 +13,18 @@ pytest-xdist==3.8.0 # Parallel testing # Test data factories factory-boy==3.3.3 -faker==40.15.0 +faker==40.18.0 # HTTP testing responses==0.26.0 httpretty==1.1.4 # Code coverage -coverage==7.13.5 +coverage==7.14.0 # Performance testing pytest-benchmark==5.2.3 -locust==2.43.4 # Load testing +locust==2.44.0 # Load testing # Test reporting pytest-html==4.2.0 \ No newline at end of file