diff --git a/backend/requirements.txt b/backend/requirements.txt index 5f5a83d..227cfa3 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -1,6 +1,6 @@ # Django and core dependencies -Django==4.2.7 -djangorestframework==3.14.0 +Django==4.2.28 +djangorestframework==3.15.2 django-filter==25.1 psycopg2-binary==2.9.10 django-cors-headers==4.3.1 @@ -13,7 +13,7 @@ setuptools>=65.5.0 apify_client python-dotenv python-dateutil==2.9.0.post0 -requests==2.31.0 +requests==2.32.4 aiohttp>=3.9.0 beautifulsoup4 openai @@ -30,4 +30,4 @@ boto3==1.34.0 Pillow>=10.0.0 # Development and deployment -gunicorn==21.2.0 \ No newline at end of file +gunicorn==22.0.0 \ No newline at end of file