Skip to content

Commit f6a549a

Browse files
authored
pr_labeler: update constraints (#2510)
This updates the dependency lockfile used by the labeler workflow. I did some basic testing locally.
1 parent 7388168 commit f6a549a

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

tests/pr_labeler.txt

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,49 +1,49 @@
11
# This file was autogenerated by uv via the following command:
22
# uv pip compile --universal --output-file tests/pr_labeler.txt tests/pr_labeler.in
3-
certifi==2024.8.30
3+
certifi==2025.1.31
44
# via requests
55
cffi==1.17.1
66
# via
77
# cryptography
88
# pynacl
9-
charset-normalizer==3.3.2
9+
charset-normalizer==3.4.1
1010
# via requests
11-
click==8.1.7
11+
click==8.1.8
1212
# via typer-slim
1313
codeowners==0.7.0
1414
# via -r tests/pr_labeler.in
1515
colorama==0.4.6 ; sys_platform == 'win32'
1616
# via click
17-
cryptography==43.0.1
17+
cryptography==44.0.2
1818
# via pyjwt
19-
deprecated==1.2.14
19+
deprecated==1.2.18
2020
# via pygithub
21-
idna==3.8
21+
idna==3.10
2222
# via requests
23-
jinja2==3.1.4
23+
jinja2==3.1.6
2424
# via -r tests/pr_labeler.in
25-
markupsafe==2.1.5
25+
markupsafe==3.0.2
2626
# via jinja2
2727
pycparser==2.22
2828
# via cffi
29-
pygithub==2.4.0
29+
pygithub==2.6.1
3030
# via -r tests/pr_labeler.in
31-
pyjwt==2.9.0
31+
pyjwt==2.10.1
3232
# via pygithub
3333
pynacl==1.5.0
3434
# via pygithub
3535
requests==2.32.3
3636
# via pygithub
37-
typer-slim==0.12.5
37+
typer-slim==0.15.2
3838
# via -r tests/pr_labeler.in
39-
typing-extensions==4.12.2
39+
typing-extensions==4.13.1
4040
# via
4141
# codeowners
4242
# pygithub
4343
# typer-slim
44-
urllib3==2.2.3
44+
urllib3==2.3.0
4545
# via
4646
# pygithub
4747
# requests
48-
wrapt==1.16.0
48+
wrapt==1.17.2
4949
# via deprecated

0 commit comments

Comments
 (0)