diff --git a/tests/formatters.txt b/tests/formatters.txt index 7d5ecae2b9a..6aa9a7aeed4 100644 --- a/tests/formatters.txt +++ b/tests/formatters.txt @@ -4,7 +4,7 @@ # # pip-compile --allow-unsafe --output-file=tests/formatters.txt --strip-extras tests/formatters.in # -black==23.9.1 +black==23.10.0 # via -r tests/formatters.in click==8.1.7 # via black diff --git a/tests/static.txt b/tests/static.txt index bfa81aff1ee..cde7dc0519a 100644 --- a/tests/static.txt +++ b/tests/static.txt @@ -4,5 +4,5 @@ # # pip-compile --allow-unsafe --output-file=tests/static.txt --strip-extras tests/static.in # -ruff==0.0.292 +ruff==0.1.0 # via -r tests/static.in diff --git a/tests/typing.txt b/tests/typing.txt index f4586466ced..88e52c7fc35 100644 --- a/tests/typing.txt +++ b/tests/typing.txt @@ -49,7 +49,9 @@ pycparser==2.21 pygithub==2.1.1 # via -r tests/../hacking/pr_labeler/requirements.txt pyjwt==2.8.0 - # via pygithub + # via + # pygithub + # pyjwt pynacl==1.5.0 # via pygithub python-dateutil==2.8.2 @@ -68,7 +70,7 @@ typing-extensions==4.8.0 # mypy # pygithub # typer -urllib3==2.0.6 +urllib3==2.0.7 # via # pygithub # requests