Updated dependencies

This commit is contained in:
Julian Müller (ChaoticByte) 2024-02-13 17:28:39 +01:00
parent b48a1c1888
commit 1e20fd9549
2 changed files with 4 additions and 4 deletions

View file

@ -2,6 +2,6 @@
<footer class="footer-container">
<div class="flex flex-row flex-center flex-wrap footer">
<div>Version {{ app_version }}</div>
<div>Copyright (C) 2021, Julian Müller (ChaoticByte)</div>
<div>Copyright (C) 2021-2024, Julian Müller (ChaoticByte)</div>
</div>
</footer>

View file

@ -1,4 +1,4 @@
Django~=4.1
psycopg2~=2.9.5
uvicorn~=0.20.0
Django~=4.2
psycopg2~=2.9
uvicorn[standard]~=0.27
PyYAML~=6.0