Skip to content

Commit d1a809e

Browse files
authored
Merge pull request #2498 from ansible/pip-compile-dev-update
ci: add missing pip-compile lockfile to pip-compile-dev workflow
2 parents c7e1aa9 + 3742c97 commit d1a809e

File tree

7 files changed

+10
-6
lines changed

7 files changed

+10
-6
lines changed

.github/workflows/pip-compile-dev.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
'pip-compile(static)'
2828
'pip-compile(spelling)'
2929
'pip-compile(tag)'
30+
'pip-compile(pip-compile)'
3031
python-versions: "3.11"
3132
- base-branch: stable-2.18
3233
pr-branch: pip-compile/stable-2.18/dev
@@ -35,6 +36,7 @@ jobs:
3536
'pip-compile(typing)'
3637
'pip-compile(static)'
3738
'pip-compile(spelling)'
39+
'pip-compile(pip-compile)'
3840
python-versions: "3.11"
3941
- base-branch: stable-2.17
4042
pr-branch: pip-compile/stable-2.17/dev
@@ -43,6 +45,7 @@ jobs:
4345
'pip-compile(typing)'
4446
'pip-compile(static)'
4547
'pip-compile(spelling)'
48+
'pip-compile(pip-compile)'
4649
python-versions: "3.10"
4750
- base-branch: stable-2.16
4851
pr-branch: pip-compile/stable-2.16/dev
@@ -51,6 +54,7 @@ jobs:
5154
'pip-compile(typing)'
5255
'pip-compile(static)'
5356
'pip-compile(spelling)'
57+
'pip-compile(pip-compile)'
5458
python-versions: "3.10"
5559
name: "Refresh dev dependencies"
5660
uses: ./.github/workflows/reusable-pip-compile.yml

tests/formatters.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ black==25.1.0
44
# via -r tests/formatters.in
55
click==8.1.8
66
# via black
7-
colorama==0.4.6 ; platform_system == 'Windows'
7+
colorama==0.4.6 ; sys_platform == 'win32'
88
# via click
99
isort==6.0.1
1010
# via -r tests/formatters.in

tests/pip-compile.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# This file was autogenerated by uv via the following command:
22
# uv pip compile --universal --output-file tests/pip-compile.txt tests/pip-compile.in
3-
uv==0.4.28
3+
uv==0.6.12
44
# via -r tests/pip-compile.in

tests/pr_labeler.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ click==8.1.7
1212
# via typer-slim
1313
codeowners==0.7.0
1414
# via -r tests/pr_labeler.in
15-
colorama==0.4.6 ; platform_system == 'Windows'
15+
colorama==0.4.6 ; sys_platform == 'win32'
1616
# via click
1717
cryptography==43.0.1
1818
# via pyjwt

tests/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ charset-normalizer==3.4.1
5757
# via requests
5858
click==8.1.8
5959
# via sphinx-intl
60-
colorama==0.4.6 ; (platform_system != 'Windows' and sys_platform == 'win32') or platform_system == 'Windows' or os_name == 'nt'
60+
colorama==0.4.6 ; os_name == 'nt' or sys_platform == 'win32'
6161
# via
6262
# build
6363
# click

tests/tag.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# uv pip compile --universal --output-file tests/tag.txt tests/tag.in
33
click==8.1.8
44
# via typer
5-
colorama==0.4.6 ; platform_system == 'Windows'
5+
colorama==0.4.6 ; sys_platform == 'win32'
66
# via click
77
gitdb==4.0.12
88
# via gitpython

tests/typing.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ click==8.1.8
1818
# typer-slim
1919
codeowners==0.7.0
2020
# via -r tests/../hacking/pr_labeler/requirements.txt
21-
colorama==0.4.6 ; sys_platform == 'win32' or platform_system == 'Windows'
21+
colorama==0.4.6 ; sys_platform == 'win32'
2222
# via
2323
# click
2424
# colorlog

0 commit comments

Comments
 (0)