Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
6 changes: 3 additions & 3 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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