From 1abb146702e3cfcbc6948b0302e1f8625546b2f1 Mon Sep 17 00:00:00 2001 From: Emma Date: Tue, 19 Dec 2023 11:20:10 -0500 Subject: [PATCH 1/5] update pipfile --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index 1164b4f..3c03119 100644 --- a/Pipfile +++ b/Pipfile @@ -14,4 +14,4 @@ coverage = "*" pytest = "*" [requires] - +python_version = "3.12" From 8df1399a8c3baab45cece43b04e21041d1bc5220 Mon Sep 17 00:00:00 2001 From: Emma Date: Tue, 19 Dec 2023 11:30:58 -0500 Subject: [PATCH 2/5] Update Pipfile --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index 3c03119..a30ece4 100644 --- a/Pipfile +++ b/Pipfile @@ -14,4 +14,4 @@ coverage = "*" pytest = "*" [requires] -python_version = "3.12" +python_version = "3.11.5" From 85f8fef27ba75c204d7873e0abb2a2edc4e81a24 Mon Sep 17 00:00:00 2001 From: Emma Date: Tue, 19 Dec 2023 11:31:22 -0500 Subject: [PATCH 3/5] Update Pipfile.lock --- Pipfile.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Pipfile.lock b/Pipfile.lock index 7a7fa93..2ca0705 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,11 +1,11 @@ { "_meta": { "hash": { - "sha256": "631f3daf248e433efca1123546aba4826db5a8a4ee0752ed562ce539d55df0af" + "sha256": "0b8bae934a7b3fa73e8aa3302adc9fdbe2226842f78c41a1fc85b3a7c05d4da6" }, "pipfile-spec": 6, "requires": { - "python_version": "3.12" + "python_version": "3.11.5" }, "sources": [ { From c49479d658fdc879775aa372e221180f476ec468 Mon Sep 17 00:00:00 2001 From: Emma Date: Tue, 19 Dec 2023 11:55:57 -0500 Subject: [PATCH 4/5] pipfile add --- Pipfile | 2 +- Pipfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Pipfile b/Pipfile index a30ece4..c542a4e 100644 --- a/Pipfile +++ b/Pipfile @@ -14,4 +14,4 @@ coverage = "*" pytest = "*" [requires] -python_version = "3.11.5" +python = "3.12" diff --git a/Pipfile.lock b/Pipfile.lock index 2ca0705..13f21f9 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,11 +1,11 @@ { "_meta": { "hash": { - "sha256": "0b8bae934a7b3fa73e8aa3302adc9fdbe2226842f78c41a1fc85b3a7c05d4da6" + "sha256": "6c143f8524999bc51b34b8ac4ec030a8f3c53b5de69a98e34685acdb6803c7b9" }, "pipfile-spec": 6, "requires": { - "python_version": "3.11.5" + "python": "3.12" }, "sources": [ { From e28108f2192402981be59280e78c4a2a44067b75 Mon Sep 17 00:00:00 2001 From: Emma Date: Tue, 19 Dec 2023 11:58:23 -0500 Subject: [PATCH 5/5] fix pipfile --- Pipfile | 1 + Pipfile.lock | 11 ++++++++++- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index c542a4e..d5776f2 100644 --- a/Pipfile +++ b/Pipfile @@ -9,6 +9,7 @@ requests = "*" pymongo = "*" flask-pymongo = "*" coverage = "*" +exceptiongroup = "*" [dev-packages] pytest = "*" diff --git a/Pipfile.lock b/Pipfile.lock index 13f21f9..9bfb780 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "6c143f8524999bc51b34b8ac4ec030a8f3c53b5de69a98e34685acdb6803c7b9" + "sha256": "d8c91efbf17e4d411e01866a93cb9920dc413bc566c7ad48d1857a1216f458e3" }, "pipfile-spec": 6, "requires": { @@ -203,6 +203,15 @@ "markers": "python_version >= '3.8' and python_version < '4.0'", "version": "==2.4.2" }, + "exceptiongroup": { + "hashes": [ + "sha256:4bfd3996ac73b41e9b9628b04e079f193850720ea5945fc96a08633c66912f14", + "sha256:91f5c769735f051a4290d52edd0858999b57e5876e9f85937691bd4c9fa3ed68" + ], + "index": "pypi", + "markers": "python_version >= '3.7'", + "version": "==1.2.0" + }, "flask": { "hashes": [ "sha256:21128f47e4e3b9d597a3e8521a329bf56909b690fcc3fa3e477725aa81367638",