Skip to content
Closed
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.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
certifi==2026.2.25
cryptography==46.0.7
defusedxml==0.7.1
Django==5.2.13
Django==6.0.4
django-appconf==1.2.0
django-compressor==4.6.0
django-countries==8.2.0
Expand Down
2 changes: 1 addition & 1 deletion weblate_web/tests_e2e/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ pytest weblate_web/tests_e2e/ --screenshot=only-on-failure

## Test Structure

```
```text
weblate_web/tests_e2e/
β”œβ”€β”€ __init__.py
β”œβ”€β”€ conftest.py # Pytest fixtures and configuration
Expand Down
Loading