From 8d461e1e78ac23a025277ccc9f64a1c406dcb958 Mon Sep 17 00:00:00 2001 From: Wes Date: Fri, 20 Oct 2023 10:00:39 -0400 Subject: [PATCH] Upgrade Django to 4.2.6, requests to 2.31. --- pyproject.toml | 4 ++-- requirements.txt | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index c6b4686..f596370 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "resigner" -version = "0.3.13" +version = "0.3.14" authors = [ {name = "Media Predict"}, {email = "engineering@mediapredict.com"} @@ -14,7 +14,7 @@ license = {text = "GPLv3"} keywords = ["django", "api", "signed"] urls = {homepage = "https://github.com/mediapredict/resigner"} requires-python = ">=3.8" -dependencies = ["django>=4.1.3", "requests>=2.5"] +dependencies = ["django>=4.2", "requests>=2.31"] classifiers = [ "Development Status :: 5 - Production/Stable", "License :: OSI Approved :: GNU General Public License (GPL)", diff --git a/requirements.txt b/requirements.txt index 7819103..3c57bd8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ -Django==4.1.3 -requests==2.27.1 \ No newline at end of file +Django==4.2.6 +requests==2.31.0