Skip to content

Commit

Permalink
Receptorctl: pip compile with python 3.11 (#1009)
Browse files Browse the repository at this point in the history
Co-authored-by: AaronH88 <[email protected]>
  • Loading branch information
oraNod and AaronH88 authored Apr 22, 2024
1 parent 6730442 commit 2062849
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion receptorctl/noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -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."""
Expand Down
2 changes: 1 addition & 1 deletion receptorctl/requirements/lint.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion receptorctl/requirements/pip-tools.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion receptorctl/requirements/tests.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 2062849

Please sign in to comment.