chore: update dependencies

Was a chore, but also fixes a FontAwesome warning in Firefox.

Closes #77
This commit is contained in:
2024-02-27 22:58:23 +01:00
parent 749546867a
commit ff3171022a
2 changed files with 226 additions and 312 deletions

View File

@ -1,6 +1,6 @@
[tool.poetry]
name = "marietje"
version = "4.1.0"
version = "4.1.1"
description = "A music player for the south canteen of the Huygens building"
authors = [
"Jim Driessen <jim@driessen.li>",
@ -21,7 +21,7 @@ python = "^3.9"
Django = "^4.2.5"
django-oauth-toolkit = "^2.3.0"
django-bootstrap5 = "^23.3"
fontawesomefree = "^6.4.2"
fontawesomefree = "^6.5.1"
djangorestframework = "^3.14.0"
mysqlclient = "^2.2.0"
prometheus-client = "^0.17.1"