From 8e0395010225c27909dd4321908da74a23542e6a Mon Sep 17 00:00:00 2001 From: root Date: Sun, 26 Mar 2023 02:17:04 -0700 Subject: [PATCH] Bump python version --- .python-version | 2 +- Pipfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.python-version b/.python-version index c84ccce..d5cd4cc 100644 --- a/.python-version +++ b/.python-version @@ -1 +1 @@ -3.10.5 +3.10.10 diff --git a/Pipfile b/Pipfile index b854e47..06e2586 100644 --- a/Pipfile +++ b/Pipfile @@ -9,6 +9,6 @@ pyyaml = ">=5.4" [dev-packages] [requires] -python_version = "3.10.5" +python_version = "3.10.10"