From 5d4ace8d8ef2b343621271e3cc8fdcfcfd22c28e Mon Sep 17 00:00:00 2001 From: Tomperez98 Date: Thu, 15 Feb 2024 22:16:07 -0500 Subject: [PATCH] No use cache --- pyproject.toml | 2 +- pyrgo/cmds/lock.py | 1 + requirements/core.txt | 8 ++++---- requirements/dev.txt | 8 ++++---- 4 files changed, 10 insertions(+), 9 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 67a5fd7..2d9f5cf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "pyrgo" -version = "2.2.7" +version = "2.2.8" readme = "README.md" requires-python = ">=3.9" classifiers = [ diff --git a/pyrgo/cmds/lock.py b/pyrgo/cmds/lock.py index 3d49d47..62c9a3f 100644 --- a/pyrgo/cmds/lock.py +++ b/pyrgo/cmds/lock.py @@ -45,6 +45,7 @@ def _complete_cmd( cmd.add_args( args=[ + "--no-cache", "-o", config.requirements.joinpath(f"{env}.txt") .relative_to(config.cwd) diff --git a/requirements/core.txt b/requirements/core.txt index f70cf4a..2aefeb6 100644 --- a/requirements/core.txt +++ b/requirements/core.txt @@ -1,5 +1,5 @@ -# This file was autogenerated by uv v0.1.0 via the following command: -# uv pip compile --upgrade -o requirements/core.txt pyproject.toml +# This file was autogenerated by uv v0.1.1 via the following command: +# uv pip compile --upgrade --no-cache -o requirements/core.txt pyproject.toml boolean-py==4.0 # via license-expression build==1.0.3 @@ -57,7 +57,7 @@ packaging==23.2 pdoc==14.4.0 pip==24.0 # via pip-api -pip-api==0.0.30 +pip-api==0.0.33 # via pip-audit pip-audit==2.7.1 pip-requirements-parser==32.0.1 @@ -107,7 +107,7 @@ typing-extensions==4.9.0 # result urllib3==2.2.0 # via requests -uv==0.1.0 +uv==0.1.1 vulture==2.11 webencodings==0.5.1 # via html5lib diff --git a/requirements/dev.txt b/requirements/dev.txt index 62abb21..d098a0d 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -1,5 +1,5 @@ -# This file was autogenerated by uv v0.1.0 via the following command: -# uv pip compile --upgrade --extra dev -o requirements/dev.txt pyproject.toml +# This file was autogenerated by uv v0.1.1 via the following command: +# uv pip compile --upgrade --extra dev --no-cache -o requirements/dev.txt pyproject.toml boolean-py==4.0 # via license-expression build==1.0.3 @@ -59,7 +59,7 @@ packaging==23.2 pdoc==14.4.0 pip==24.0 # via pip-api -pip-api==0.0.30 +pip-api==0.0.33 # via pip-audit pip-audit==2.7.1 pip-requirements-parser==32.0.1 @@ -113,7 +113,7 @@ typing-extensions==4.9.0 # result urllib3==2.2.0 # via requests -uv==0.1.0 +uv==0.1.1 vulture==2.11 webencodings==0.5.1 # via html5lib