Skip to content

Commit

Permalink
No use cache
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomperez98 committed Feb 16, 2024
1 parent ea8cbf0 commit 5d4ace8
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 9 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down
1 change: 1 addition & 0 deletions pyrgo/cmds/lock.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ def _complete_cmd(

cmd.add_args(
args=[
"--no-cache",
"-o",
config.requirements.joinpath(f"{env}.txt")
.relative_to(config.cwd)
Expand Down
8 changes: 4 additions & 4 deletions requirements/core.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
8 changes: 4 additions & 4 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 5d4ace8

Please sign in to comment.