From df3d5f3cbeb93aa49ce2233edf105b6f43354798 Mon Sep 17 00:00:00 2001
From: Brandon Rodriguez <brodriguez8774@gmail.com>
Date: Wed, 5 Jul 2023 13:30:52 -0400
Subject: [PATCH] Minorly update project PipFiles

---
 django_v2/Pipfile | 5 ++++-
 django_v3/Pipfile | 2 +-
 django_v4/Pipfile | 2 +-
 3 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/django_v2/Pipfile b/django_v2/Pipfile
index 1dd2c17..484820d 100644
--- a/django_v2/Pipfile
+++ b/django_v2/Pipfile
@@ -12,7 +12,7 @@ verify_ssl = true
  # Python version declaration.
  ##
 [requires]
-python_version = "3.9"
+python_version = "3.11"
 
 
 ###
@@ -28,7 +28,9 @@ django-localflavor = "*"        # Easy implementation of localization info, such
  ##
 [dev-packages]
 # General dev dependencies.
+# django-adminlte2-pdq = "*"      # Adds framework for easily styling site like adminlte2.
 django-debug-toolbar = "*"      # Displays helpful debug-toolbar on side of browser window.
+# django-dump-die = "*"           # Dump-and-die debugging tool.
 
 # Syntax-checking dependencies.
 autopep8 = "*"                  # Auto-formats files for pep8 recommendations. See `setup.cfg` for our exceptions.
@@ -39,6 +41,7 @@ pylint-plugin-utils = "*"       # Additional pylint functionality for things lik
 
 # Testing/Pytest dependencies.
 coverage = "*"                  # Outputs testing coverage data.
+django-expanded-test-cases = "*"    # Utilities for easier testing.
 freezegun = "*"                 # Allows "freezing" tests to specific datetimes, for consistent checking and output.
 pytest = "*"                    # Base Pytest package. Current preferred testing method.
 pytest-django = "*"             # Additional Pytest logic for Django support.
diff --git a/django_v3/Pipfile b/django_v3/Pipfile
index b12b9d4..f1acfa9 100644
--- a/django_v3/Pipfile
+++ b/django_v3/Pipfile
@@ -12,7 +12,7 @@ verify_ssl = true
  # Python version declaration.
  ##
 [requires]
-python_version = "3.9"
+python_version = "3.11"
 
 
 ###
diff --git a/django_v4/Pipfile b/django_v4/Pipfile
index 05f931d..4c49fac 100644
--- a/django_v4/Pipfile
+++ b/django_v4/Pipfile
@@ -12,7 +12,7 @@ verify_ssl = true
  # Python version declaration.
  ##
 [requires]
-python_version = "3.9"
+python_version = "3.11"
 
 
 ###
-- 
GitLab