From fadd8d38ee2dae12c7815e5f8e6e78be4b1a2da2 Mon Sep 17 00:00:00 2001 From: Israel Fruchter Date: Thu, 21 Nov 2024 11:35:47 +0200 Subject: [PATCH] fix(dependabot): fix the python version to use in dependabot dependabot now default to python 3.12, hence with some of our requirements it can use pip/pip-tools, so we should be pinning the version down using .python-version file Ref: https://github.com/dependabot/dependabot-core/issues/1455 --- .python-version | 1 + 1 file changed, 1 insertion(+) create mode 100644 .python-version diff --git a/.python-version b/.python-version new file mode 100644 index 0000000000..c8cfe39591 --- /dev/null +++ b/.python-version @@ -0,0 +1 @@ +3.10