diff --git a/requirements/common.txt b/requirements/common.txt index 8ebdce0..2cd151f 100644 --- a/requirements/common.txt +++ b/requirements/common.txt @@ -1,5 +1,5 @@ celery -Django==3.2.18 +Django==3.2.25 django-admin-list-filters django-appconf django-assets @@ -8,7 +8,7 @@ django-celery-results django-crispy-forms==2.* django-extensions django-filter -django-import-export>=3.0 +django-import-export>=3.0,<4.0 django-jsonify django-structlog>=6.0 django-timezone-field diff --git a/t/Dockerfile b/t/Dockerfile index 692a665..2812afb 100644 --- a/t/Dockerfile +++ b/t/Dockerfile @@ -5,12 +5,12 @@ FROM docker.mgm.sipwise.com/sipwise-bookworm:latest # is updated with the current date. It will force refresh of all # of the base images and things like `apt-get update` won't be using # old cached versions when the Dockerfile is built. -ENV REFRESHED_AT 2024-03-11 +ENV REFRESHED_AT 2025-04-29 RUN apt-get update && apt-get install --assume-yes python3 python3-dev \ python3-pytest python3-pytest-pep8 \ python3-pytest-pylint python3-pytest-cov python3-junitxml \ - python3-pip python3-venv sqlite3 git tmux \ + python3-pip python3-venv sqlite3 git tmux iproute2 \ && apt-get clean # Get pip to download and install requirements: