diff --git a/requirements/docs.txt b/requirements/docs.txt index 25d4b92..ec52de8 100644 --- a/requirements/docs.txt +++ b/requirements/docs.txt @@ -7,8 +7,8 @@ # Documentation sphinx==9.1.0 sphinx-rtd-theme==3.1.0 -sphinx-autodoc-typehints==3.10.2 -myst-parser==5.0.0 # Markdown support +sphinx-autodoc-typehints==3.10.4 +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..4e4cbb8 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -8,23 +8,23 @@ pytest==9.0.3 pytest-cov==7.1.0 pytest-mock==3.15.1 -pytest-asyncio==1.3.0 +pytest-asyncio==1.4.0 pytest-xdist==3.8.0 # Parallel testing # Test data factories factory-boy==3.3.3 -faker==40.15.0 +faker==40.20.0 # HTTP testing -responses==0.26.0 +responses==0.26.1 httpretty==1.1.4 # Code coverage -coverage==7.13.5 +coverage==7.14.1 # Performance testing pytest-benchmark==5.2.3 -locust==2.43.4 # Load testing +locust==2.44.1 # Load testing # Test reporting pytest-html==4.2.0 \ No newline at end of file