diff --git a/requirements.txt b/requirements.txt index 06792b6..87e24fe 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ Django==5.0.6 openai==1.30.3 -djangorestframework==3.15.1 +djangorestframework==3.15.2 python-dotenv==1.0.1 sphinx==7.3.7 \ No newline at end of file diff --git a/setup.py b/setup.py index df3766f..6ba1cbf 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ install_requires=[ 'Django==5.0.6', 'openai==1.30.3', - 'djangorestframework==3.15.1', + 'djangorestframework==3.15.2', 'python-dotenv==1.0.1', 'sphinx==7.3.7' ], diff --git a/smart_resume_job_matcher.egg-info/requires.txt b/smart_resume_job_matcher.egg-info/requires.txt index eec0cfe..6ebab68 100644 --- a/smart_resume_job_matcher.egg-info/requires.txt +++ b/smart_resume_job_matcher.egg-info/requires.txt @@ -1,5 +1,5 @@ Django==5.0.6 openai==1.30.3 -djangorestframework==3.15.1 +djangorestframework==3.15.2 python-dotenv==1.0.1 sphinx==7.3.7