File tree Expand file tree Collapse file tree 7 files changed +10
-6
lines changed
Expand file tree Collapse file tree 7 files changed +10
-6
lines changed Original file line number Diff line number Diff line change 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
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
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
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
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ black==25.1.0
44 # via -r tests/formatters.in
55click==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
99isort==6.0.1
1010 # via -r tests/formatters.in
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ click==8.1.7
1212 # via typer-slim
1313codeowners==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
1717cryptography==43.0.1
1818 # via pyjwt
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ charset-normalizer==3.4.1
5757 # via requests
5858click == 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
Original file line number Diff line number Diff line change 22# uv pip compile --universal --output-file tests/tag.txt tests/tag.in
33click==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
77gitdb==4.0.12
88 # via gitpython
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ click==8.1.8
1818 # typer-slim
1919codeowners==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
You can’t perform that action at this time.
0 commit comments