diff --git a/requirements.txt b/requirements.txt index 8be5f4d..7eb2870 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,15 +1,15 @@ -amqp==5.0.9 +amqp==5.2.0 appdirs==1.4.4 argh==0.26.2 asgiref==3.6.0 attrs==22.2.0 Babel==2.9.1 -billiard==3.6.4.0 +billiard==4.2.0 black==24.3.0 -celery==5.2.3 +celery==5.4.0 certifi==2024.7.04 chardet==3.0.4 -click==8.0.3 +click==8.1.2 Django==4.2 django-cors-headers==3.4.0 django-environ==0.4.5 @@ -28,18 +28,18 @@ idna==3.7 importlib-metadata==1.7.0 iso6709==0.1.5 isort==5.13.2 -kombu==5.2.3 +kombu==5.4.0 Markdown==3.2.2 -mccabe +mccabe==0.7.0 numpy==1.26.4 pathspec==0.9.0 pathtools==0.1.2 phonenumbers==8.12.6 prometheus-client==0.8.0 psycopg2==2.9.9 -pycodestyle==2.6.0 +pycodestyle==2.12.1 pycountry==20.7.3 -pyflakes==2.2.0 +pyflakes==3.2.0 pytz==2021.3 PyYAML==5.4 rapidpro-python==2.6.1 @@ -53,7 +53,7 @@ sqlparse==0.5.0 toml==0.10.1 typed-ast==1.4.1 urllib3==1.26.19 -vine==5.0.0 +vine==5.1.0 watchdog==0.10.3 zipp==3.19.1 opencv-python-headless==4.5.2.54 diff --git a/setup.py b/setup.py index 2b17eee..0628b90 100755 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ "requests==2.32.0", "rapidpro-python==2.6.1", "django-import-export==4.1.1", - "setuptools", + "setuptools==72.1.0", ] try: