aboutsummaryrefslogtreecommitdiff
path: root/ci-constraints-requirements.txt
blob: b61efa28b0510b7508f0b1c1983fb131a71792fd (plain)
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
# This is named ambigiously, but it's a pip constraints file, named like a
# requirements file so dependabot will update the pins.
# It was originally generated with;
#    pip-compile --extra=docs --extra=docstest --extra=pep8test --extra=test --extra=test-randomorder --extra=nox --extra=sdist --resolver=backtracking --strip-extras --unsafe-package=cffi --unsafe-package=pycparser --unsafe-package=setuptools pyproject.toml
# and then manually massaged to add version specifiers to packages whose
# versions vary by Python version

alabaster==0.7.16
    # via sphinx
argcomplete==3.4.0; python_version >= "3.8"
    # via nox
babel==2.15.0
    # via sphinx
build==1.2.1
    # via
    #   check-sdist
    #   cryptography (pyproject.toml)
certifi==2024.6.2
    # via requests
charset-normalizer==3.3.2
    # via requests
check-sdist==0.1.3
    # via cryptography (pyproject.toml)
click==8.1.7
    # via cryptography (pyproject.toml)
colorlog==6.8.2
    # via nox
coverage==7.5.4; python_version >= "3.8"
    # via
    #   coverage
    #   pytest-cov
distlib==0.3.8
    # via virtualenv
docutils==0.20.1
    # via
    #   readme-renderer
    #   sphinx
    #   sphinx-rtd-theme
exceptiongroup==1.2.1
    # via pytest
execnet==2.1.1; python_version >= "3.8"
    # via pytest-xdist
filelock==3.15.4; python_version >= "3.8"
    # via virtualenv
idna==3.7
    # via requests
imagesize==1.4.1
    # via sphinx
iniconfig==2.0.0
    # via pytest
jinja2==3.1.4
    # via sphinx
markupsafe==2.1.5
    # via jinja2
mypy==1.10.0
    # via cryptography (pyproject.toml)
mypy-extensions==1.0.0
    # via mypy
nh3==0.2.17
    # via readme-renderer
nox==2024.4.15
    # via cryptography (pyproject.toml)
packaging==24.1; python_version >= "3.8"
    # via
    #   build
    #   nox
    #   pytest
    #   sphinx
pathspec==0.12.1
    # via check-sdist
platformdirs==4.2.2; python_version >= "3.8"
    # via virtualenv
pluggy==1.5.0; python_version >= "3.8"
    # via pytest
pretend==1.0.9
    # via cryptography (pyproject.toml)
py-cpuinfo==9.0.0
    # via pytest-benchmark
pyenchant==3.2.2
    # via
    #   cryptography (pyproject.toml)
    #   sphinxcontrib-spelling
pygments==2.18.0
    # via
    #   readme-renderer
    #   sphinx
pyproject-hooks==1.1.0
    # via build
pytest==8.2.2; python_version >= "3.8"
    # via
    #   cryptography (pyproject.toml)
    #   pytest-benchmark
    #   pytest-cov
    #   pytest-randomly
    #   pytest-xdist
pytest-benchmark==4.0.0
    # via cryptography (pyproject.toml)
pytest-cov==5.0.0; python_version >= "3.8"
    # via cryptography (pyproject.toml)
pytest-randomly==3.15.0
    # via cryptography (pyproject.toml)
pytest-xdist==3.6.1; python_version >= "3.8"
    # via cryptography (pyproject.toml)
readme-renderer==43.0
    # via cryptography (pyproject.toml)
requests==2.32.3
    # via sphinx
ruff==0.4.10
    # via cryptography (pyproject.toml)
snowballstemmer==2.2.0
    # via sphinx
sphinx==7.3.7
    # via
    #   cryptography (pyproject.toml)
    #   sphinx-rtd-theme
    #   sphinxcontrib-applehelp
    #   sphinxcontrib-devhelp
    #   sphinxcontrib-htmlhelp
    #   sphinxcontrib-jquery
    #   sphinxcontrib-qthelp
    #   sphinxcontrib-serializinghtml
    #   sphinxcontrib-spelling
sphinx-rtd-theme==2.0.0
    # via cryptography (pyproject.toml)
sphinxcontrib-applehelp==1.0.8
    # via sphinx
sphinxcontrib-devhelp==1.0.6
    # via sphinx
sphinxcontrib-htmlhelp==2.0.5
    # via sphinx
sphinxcontrib-jquery==4.1
    # via sphinx-rtd-theme
sphinxcontrib-jsmath==1.0.1
    # via sphinx
sphinxcontrib-qthelp==1.0.7
    # via sphinx
sphinxcontrib-serializinghtml==1.1.10
    # via sphinx
sphinxcontrib-spelling==8.0.0
    # via cryptography (pyproject.toml)
tomli==2.0.1
    # via
    #   build
    #   check-manifest
    #   coverage
    #   mypy
    #   pyproject-hooks
    #   pytest
typing-extensions==4.12.2; python_version >= "3.8"
    # via mypy
urllib3==2.2.2
    # via requests
virtualenv==20.26.3
    # via nox

# The following packages are considered to be unsafe in a requirements file:
# cffi
# pycparser