2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-14 19:15:41 +00:00

Chore: Bump python requirements (#7961)

* bump requirements

* lower bound on pydyf
This commit is contained in:
Matthias Mair
2024-08-24 01:03:31 +02:00
committed by GitHub
parent 8f4929d754
commit d647471588
6 changed files with 1283 additions and 1208 deletions

View File

@ -17,6 +17,7 @@ gunicorn>=22.0.0
# LDAP required packages
django-auth-ldap # Django integration for ldap auth
python-ldap # LDAP auth support
django<5.0 # Force lower to match main project
# Upgraded python package installer
uv