Bump dependencies (#841)

This commit is contained in:
Sascha Ißbrücker
2024-09-19 19:15:51 +02:00
committed by GitHub
parent 8544137a31
commit 3d8866c7bc
8 changed files with 42 additions and 44 deletions

View File

@@ -61,7 +61,7 @@ Small improvements, bugfixes and documentation improvements are always welcome.
The application is built using the Django web framework. You can get started by checking out the excellent [Django docs](https://docs.djangoproject.com/en/4.1/). The `bookmarks` folder contains the actual bookmark application, `siteroot` is the Django root application. Other than that the code should be self-explanatory / standard Django stuff 🙂.
### Prerequisites
- Python 3.10
- Python 3.12
- Node.js
### Setup
@@ -105,7 +105,7 @@ The frontend is now available under http://localhost:8000
Run all tests with pytest:
```
pytest
make test
```
### Formatting