From 206284941a3c829c7de5e9cafcbe56893d30353c Mon Sep 17 00:00:00 2001 From: Don Naro Date: Mon, 22 Apr 2024 11:16:08 +0100 Subject: [PATCH] Receptorctl: pip compile with python 3.11 (#1009) Co-authored-by: AaronH88 --- receptorctl/noxfile.py | 2 +- receptorctl/requirements/lint.txt | 2 +- receptorctl/requirements/pip-tools.txt | 2 +- receptorctl/requirements/tests.txt | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/receptorctl/noxfile.py b/receptorctl/noxfile.py index f5ba617e7..3c45be4ac 100644 --- a/receptorctl/noxfile.py +++ b/receptorctl/noxfile.py @@ -74,7 +74,7 @@ def lint(session: nox.Session): session.notify("check_format") -@nox.session(name="pip-compile", python=["3.12"]) +@nox.session(name="pip-compile", python=["3.11"]) @nox.parametrize(["req"], arg_values_list=requirements_files, ids=requirements_files) def pip_compile(session: nox.Session, req: str): """Generate lock files from input files or upgrade packages in lock files.""" diff --git a/receptorctl/requirements/lint.txt b/receptorctl/requirements/lint.txt index bbf5b6599..044b36d8f 100644 --- a/receptorctl/requirements/lint.txt +++ b/receptorctl/requirements/lint.txt @@ -1,5 +1,5 @@ # -# This file is autogenerated by pip-compile with Python 3.12 +# This file is autogenerated by pip-compile with Python 3.11 # by the following command: # # pip-compile --allow-unsafe --output-file=requirements/lint.txt --strip-extras requirements/lint.in diff --git a/receptorctl/requirements/pip-tools.txt b/receptorctl/requirements/pip-tools.txt index a59464ed4..0002de4b2 100644 --- a/receptorctl/requirements/pip-tools.txt +++ b/receptorctl/requirements/pip-tools.txt @@ -1,5 +1,5 @@ # -# This file is autogenerated by pip-compile with Python 3.12 +# This file is autogenerated by pip-compile with Python 3.11 # by the following command: # # pip-compile --allow-unsafe --output-file=requirements/pip-tools.txt --strip-extras requirements/pip-tools.in diff --git a/receptorctl/requirements/tests.txt b/receptorctl/requirements/tests.txt index 14ee4a075..19b324d85 100644 --- a/receptorctl/requirements/tests.txt +++ b/receptorctl/requirements/tests.txt @@ -1,5 +1,5 @@ # -# This file is autogenerated by pip-compile with Python 3.12 +# This file is autogenerated by pip-compile with Python 3.11 # by the following command: # # pip-compile --allow-unsafe --output-file=requirements/tests.txt --strip-extras requirements/tests.in