From 246828cdc25d8482a12cd7bc2dff3f3a8f83017d Mon Sep 17 00:00:00 2001 From: Raphael Bialon <raphael.bialon@hhu.de> Date: Thu, 10 Nov 2022 15:23:03 +0100 Subject: [PATCH] Update Python version in Pipfile --- Pipfile | 2 +- Pipfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Pipfile b/Pipfile index 2ebc5cd..8025be3 100644 --- a/Pipfile +++ b/Pipfile @@ -10,4 +10,4 @@ beautifulsoup4 = "*" [dev-packages] [requires] -python_version = "3.10" +python_version = "3.11" diff --git a/Pipfile.lock b/Pipfile.lock index 336588c..916a2a6 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,11 +1,11 @@ { "_meta": { "hash": { - "sha256": "73352366ebbba8a1b3952ae48124bd44d7414d5f62dd76c10b00d5772e972461" + "sha256": "28024121c2e3794457e803b88ff2b35095700a3b9daebb01ad327cbdd0c93d00" }, "pipfile-spec": 6, "requires": { - "python_version": "3.10" + "python_version": "3.11" }, "sources": [ { -- GitLab