From 65ecf79166961c9ac5e7f9aa1f9a2021cc559ed1 Mon Sep 17 00:00:00 2001 From: Inveracity Date: Wed, 26 Jul 2023 09:37:53 +0200 Subject: [PATCH] exceptiongroup as dev dependency --- Pipfile | 2 +- Pipfile.lock | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Pipfile b/Pipfile index 30ab9c9..0a45101 100644 --- a/Pipfile +++ b/Pipfile @@ -11,12 +11,12 @@ isort = "*" pytest = "*" pytest-cov = "*" pytest-server-fixtures = "*" +exceptiongroup = "*" [packages] future = "*" python-dateutil = "*" rethinkdb = ">=2.4.8" -exceptiongroup = "*" [requires] python_version = "3" diff --git a/Pipfile.lock b/Pipfile.lock index 5f06942..ce01398 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "0bc5cf4b1768bcf43c5d2d344cd94d76b4c46790760ab58cf552ca39300e4ae3" + "sha256": "dcc6105de6aa3e50a48bbc284b65cbb278a65b6f7a9efc53fd9d0b86f46a29a5" }, "pipfile-spec": 6, "requires": { @@ -16,14 +16,6 @@ ] }, "default": { - "exceptiongroup": { - "hashes": [ - "sha256:12c3e887d6485d16943a309616de20ae5582633e0a2eda17f4e10fd61c1e8af5", - "sha256:e346e69d186172ca7cf029c8c1d16235aa0e04035e5750b4b95039e65204328f" - ], - "index": "pypi", - "version": "==1.1.2" - }, "future": { "hashes": [ "sha256:34a17436ed1e96697a86f9de3d15a3b0be01d8bc8de9c1dffd59fb8234ed5307" @@ -239,6 +231,14 @@ "markers": "python_version >= '3.5'", "version": "==5.1.1" }, + "exceptiongroup": { + "hashes": [ + "sha256:12c3e887d6485d16943a309616de20ae5582633e0a2eda17f4e10fd61c1e8af5", + "sha256:e346e69d186172ca7cf029c8c1d16235aa0e04035e5750b4b95039e65204328f" + ], + "index": "pypi", + "version": "==1.1.2" + }, "execnet": { "hashes": [ "sha256:88256416ae766bc9e8895c76a87928c0012183da3cc4fc18016e6f050e025f41",