1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36
|
#
# This file is autogenerated by pip-compile with Python 3.10
# by the following command:
#
# ./build.sh upgrade-requirements
#
exceptiongroup==1.3.1 ; python_version < "3.11"
# via
# hypothesis (hypothesis-python/pyproject.toml)
# pytest
execnet==2.1.2
# via pytest-xdist
iniconfig==2.3.0
# via pytest
packaging==25.0
# via pytest
pexpect==4.9.0
# via -r requirements/test.in
pluggy==1.6.0
# via pytest
ptyprocess==0.7.0
# via pexpect
pygments==2.19.2
# via pytest
pytest==9.0.1
# via
# -r requirements/test.in
# pytest-xdist
pytest-xdist==3.8.0
# via -r requirements/test.in
sortedcontainers==2.4.0
# via hypothesis (hypothesis-python/pyproject.toml)
tomli==2.3.0
# via pytest
typing-extensions==4.15.0
# via exceptiongroup
|