From 641f29a10ddd0075b31eadabbd2c75527c064467 Mon Sep 17 00:00:00 2001 From: Ethan Nguyen Date: Mon, 10 Apr 2023 23:16:21 -0500 Subject: [PATCH] build(deps): bump dependencies --- Pipfile | 4 ++-- Pipfile.lock | 22 +++++++++++++++------- 2 files changed, 17 insertions(+), 9 deletions(-) diff --git a/Pipfile b/Pipfile index 6e56262..46de5bd 100644 --- a/Pipfile +++ b/Pipfile @@ -7,10 +7,10 @@ name = "pypi" crispy-bootstrap5 = "~=0.7" django = "~=3.2.18" django-bootstrap-pagination = "~=1.7.1" -django-crispy-forms = "~=1.14.0" +django-crispy-forms = "~=2.0" django-extensions = "~=3.2.1" gunicorn = "~=20.1.0" -ipython = "~=8.10.0" +ipython = "~=8.12.0" mistune = "~=2.0.5" psycopg2 = "~=2.9.5" pygments = "~=2.14.0" diff --git a/Pipfile.lock b/Pipfile.lock index 9b5ab22..0716590 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "c24074d89a6eb31bde3d392d5b0eba7217af21db60babd72e20faca9c4cca2de" + "sha256": "19bc5651835946f1e4fe7e7834590b4a0f861cbd6d820ade3e92a8bb929eb002" }, "pipfile-spec": 6, "requires": { @@ -263,11 +263,11 @@ }, "django-crispy-forms": { "hashes": [ - "sha256:35887b8851a931374dd697207a8f56c57a9c5cb9dbf0b9fa54314da5666cea5b", - "sha256:bc4d2037f6de602d39c0bc452ac3029d1f5d65e88458872cc4dbc01c3a400604" + "sha256:90193b068bf948d9c68449bc8260afed1a8e2afe11ee0bac8c4ebfaeb175b322", + "sha256:d1d4e585929058a9ab3b797666ea5b69320b9ba7937f9d146d32173246a6fd13" ], "index": "pypi", - "version": "==1.14.0" + "version": "==2.0" }, "django-extensions": { "hashes": [ @@ -302,11 +302,11 @@ }, "ipython": { "hashes": [ - "sha256:b13a1d6c1f5818bd388db53b7107d17454129a70de2b87481d555daede5eb49e", - "sha256:b38c31e8fc7eff642fc7c597061fff462537cf2314e3225a19c906b7b0d8a345" + "sha256:1c183bf61b148b00bcebfa5d9b39312733ae97f6dad90d7e9b4d86c8647f498c", + "sha256:a950236df04ad75b5bc7f816f9af3d74dc118fd42f2ff7e80e8e60ca1f182e2d" ], "index": "pypi", - "version": "==8.10.0" + "version": "==8.12.0" }, "jedi": { "hashes": [ @@ -512,6 +512,14 @@ "markers": "python_version >= '3.7'", "version": "==5.9.0" }, + "typing-extensions": { + "hashes": [ + "sha256:5cb5f4a79139d699607b3ef622a1dedafa84e115ab0024e0d9c044a9479ca7cb", + "sha256:fb33085c39dd998ac16d1431ebc293a8b3eedd00fd4a32de0ff79002c19511b4" + ], + "markers": "python_version < '3.10'", + "version": "==4.5.0" + }, "urllib3": { "hashes": [ "sha256:8a388717b9476f934a21484e8c8e61875ab60644d29b9b39e11e4b9dc1c6b305",