diff --git a/requirements/base.txt b/requirements/base.txt index b4dfed39..bcf99e01 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -4,9 +4,9 @@ configobj==5.0.8 # required by brewpi.py # numpy==1.18.4 --no-binary=numpy # The wheel for numpy also has issues (at least on Stretch) pytz==2023.3 # required by manage.py migrate -sentry-sdk==1.25.1 # used for debugging +sentry-sdk==1.30.0 # used for debugging django-constance[database] # for managing user-configured constants -GitPython==3.1.31 # for managing git integration +GitPython==3.1.34 # for managing git integration zeroconf==0.38.4 # for locating ESP8266 devices huey==2.4.5 # asynchronous task queue pid # for pid-file handling @@ -23,7 +23,7 @@ esptool==2.8 # for flashing ESP8266 devices redis==4.5.5 # for huey & gravity sensor support aioblescan==0.2.6 # Replacement for beacontools for Tilt support -django-environ==0.8.1 # https://github.com/joke2k/django-environ +django-environ==0.11.2 # https://github.com/joke2k/django-environ whitenoise==6.0.0 # https://github.com/evansd/whitenoise cryptography==36.0.2 # For the latest versions of esptool