From 2837476fa2230bb9e9733e513c6934ac86885c3b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Jun 2024 19:32:39 +0000 Subject: [PATCH] Bump djangorestframework from 3.15.1 to 3.15.2 Bumps [djangorestframework](https://github.com/encode/django-rest-framework) from 3.15.1 to 3.15.2. - [Release notes](https://github.com/encode/django-rest-framework/releases) - [Commits](https://github.com/encode/django-rest-framework/compare/3.15.1...3.15.2) --- updated-dependencies: - dependency-name: djangorestframework dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- smart_resume_job_matcher.egg-info/requires.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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