Skip to content

Commit

Permalink
Fix requirements sorting
Browse files Browse the repository at this point in the history
  • Loading branch information
trottomv committed Jan 12, 2024
1 parent 7049e13 commit e77750b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 9 deletions.
4 changes: 2 additions & 2 deletions requirements/common.in
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
click~=8.1.0
cookiecutter~=2.5.0
pydantic~=1.10.0
pip-tools~=7.3.0
pydantic~=1.10.0
python-slugify~=8.0.0
validators~=0.20.0
ruff~=0.1.0
validators~=0.20.0
4 changes: 1 addition & 3 deletions requirements/local.txt
Original file line number Diff line number Diff line change
Expand Up @@ -545,9 +545,7 @@ ruff==0.1.12 \
--hash=sha256:d41e9f100b50526d80b076fc9c103c729387ff3f10f63606ed1038c30a372a40 \
--hash=sha256:f193f460e231e63af5fc7516897cf5ab257cbda72ae83cf9a654f1c80c3b758a \
--hash=sha256:fbb1c002eeacb60161e51d77b2274c968656599477a1c8c65066953276e8ee2b
# via
# -r requirements/common.in
# -r requirements/test.in
# via -r requirements/common.in
six==1.16.0 \
--hash=sha256:1e61c37477a1626458e36f7b1d82aa5c9b094fa4802892072e49de9c60c4c926 \
--hash=sha256:8abb2f1d86890a2dfb989f9a77cfcfd3e47c2a354b01111771326f8aa26e0254
Expand Down
1 change: 0 additions & 1 deletion requirements/test.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
-r common.in
coverage[toml]~=7.4.0
mypy~=1.8.0
ruff~=0.1.0
time-machine~=2.13.0
4 changes: 1 addition & 3 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -436,9 +436,7 @@ ruff==0.1.12 \
--hash=sha256:d41e9f100b50526d80b076fc9c103c729387ff3f10f63606ed1038c30a372a40 \
--hash=sha256:f193f460e231e63af5fc7516897cf5ab257cbda72ae83cf9a654f1c80c3b758a \
--hash=sha256:fbb1c002eeacb60161e51d77b2274c968656599477a1c8c65066953276e8ee2b
# via
# -r requirements/common.in
# -r requirements/test.in
# via -r requirements/common.in
six==1.16.0 \
--hash=sha256:1e61c37477a1626458e36f7b1d82aa5c9b094fa4802892072e49de9c60c4c926 \
--hash=sha256:8abb2f1d86890a2dfb989f9a77cfcfd3e47c2a354b01111771326f8aa26e0254
Expand Down

0 comments on commit e77750b

Please sign in to comment.