11# This is named ambigiously, but it's a pip constraints file, named like a
22# requirements file so dependabot will update the pins.
33# It was originally generated with;
4- # pip-compile --extra=docs --extra=docstest --extra=pep8test --extra=test --extra=test-randomorder --extra=tox --resolver=backtracking --strip-extras --unsafe-package=cffi --unsafe-package=pycparser --unsafe-package=setuptools setup.cfg
4+ # pip-compile --extra=docs --extra=docstest --extra=pep8test --extra=test --extra=test-randomorder --extra=tox --resolver=backtracking --strip-extras --unsafe-package=cffi --unsafe-package=pycparser --unsafe-package=setuptools pyproject.toml
55# and then manually massaged to add version specifiers to packages whose
66# versions vary by Python version
77
@@ -14,7 +14,7 @@ attrs==22.2.0
1414babel==2.11.0
1515 # via sphinx
1616black==22.12.0
17- # via cryptography (setup.cfg )
17+ # via cryptography (pyproject.toml )
1818bleach==5.0.1
1919 # via readme-renderer
2020build==0.10.0
@@ -28,7 +28,7 @@ chardet==5.1.0
2828charset-normalizer==3.0.1; python_version >= "3.7"
2929 # via requests
3030check-manifest==0.49
31- # via cryptography (setup.cfg )
31+ # via cryptography (pyproject.toml )
3232click==8.1.3
3333 # via black
3434colorama==0.4.6; python_version >= "3.7"
@@ -53,7 +53,7 @@ filelock==3.9.0; python_version >= "3.7"
5353 # tox
5454 # virtualenv
5555hypothesis==6.63.0; python_version >= "3.7"
56- # via cryptography (setup.cfg )
56+ # via cryptography (pyproject.toml )
5757idna==3.4
5858 # via requests
5959imagesize==1.4.1
@@ -65,7 +65,7 @@ importlib-metadata==6.0.0; python_version >= "3.7"
6565iniconfig==2.0.0; python_version >= "3.7"
6666 # via pytest
6767iso8601==1.1.0
68- # via cryptography (setup.cfg )
68+ # via cryptography (pyproject.toml )
6969jaraco-classes==3.2.3
7070 # via keyring
7171jinja2==3.1.2
@@ -81,7 +81,7 @@ mdurl==0.1.2
8181more-itertools==9.0.0
8282 # via jaraco-classes
8383mypy==0.991
84- # via cryptography (setup.cfg )
84+ # via cryptography (pyproject.toml )
8585mypy-extensions==0.4.3
8686 # via
8787 # black
@@ -107,12 +107,12 @@ pluggy==1.0.0; python_version >= "3.7"
107107 # pytest
108108 # tox
109109pretend==1.0.9
110- # via cryptography (setup.cfg )
110+ # via cryptography (pyproject.toml )
111111py-cpuinfo==9.0.0
112112 # via pytest-benchmark
113113pyenchant==3.2.2
114114 # via
115- # cryptography (setup.cfg )
115+ # cryptography (pyproject.toml )
116116 # sphinxcontrib-spelling
117117pygments==2.14.0
118118 # via
@@ -125,29 +125,29 @@ pyproject-hooks==1.0.0
125125 # via build
126126pytest==7.2.1; python_version >= "3.7"
127127 # via
128- # cryptography (setup.cfg )
128+ # cryptography (pyproject.toml )
129129 # pytest-benchmark
130130 # pytest-cov
131131 # pytest-randomly
132132 # pytest-shard
133133 # pytest-subtests
134134 # pytest-xdist
135135pytest-benchmark==4.0.0; python_version >= "3.7"
136- # via cryptography (setup.cfg )
136+ # via cryptography (pyproject.toml )
137137pytest-cov==4.0.0
138- # via cryptography (setup.cfg )
138+ # via cryptography (pyproject.toml )
139139pytest-randomly==3.12.0
140- # via cryptography (setup.cfg )
140+ # via cryptography (pyproject.toml )
141141pytest-shard==0.1.2
142- # via cryptography (setup.cfg )
142+ # via cryptography (pyproject.toml )
143143pytest-subtests==0.9.0; python_version >= "3.7"
144- # via cryptography (setup.cfg )
144+ # via cryptography (pyproject.toml )
145145pytest-xdist==3.1.0; python_version >= "3.7"
146- # via cryptography (setup.cfg )
146+ # via cryptography (pyproject.toml )
147147pytz==2022.7.1
148148 # via
149149 # babel
150- # cryptography (setup.cfg )
150+ # cryptography (pyproject.toml )
151151readme-renderer==37.3
152152 # via twine
153153requests==2.28.2; python_version >= "3.7"
@@ -162,7 +162,7 @@ rfc3986==2.0.0
162162rich==13.2.0
163163 # via twine
164164ruff==0.0.230
165- # via cryptography (setup.cfg )
165+ # via cryptography (pyproject.toml )
166166six==1.16.0
167167 # via bleach
168168snowballstemmer==2.2.0
@@ -171,11 +171,11 @@ sortedcontainers==2.4.0
171171 # via hypothesis
172172sphinx==5.3.0
173173 # via
174- # cryptography (setup.cfg )
174+ # cryptography (pyproject.toml )
175175 # sphinx-rtd-theme
176176 # sphinxcontrib-spelling
177177sphinx-rtd-theme==1.1.1
178- # via cryptography (setup.cfg )
178+ # via cryptography (pyproject.toml )
179179sphinxcontrib-applehelp==1.0.3
180180 # via sphinx
181181sphinxcontrib-devhelp==1.0.2
@@ -189,7 +189,7 @@ sphinxcontrib-qthelp==1.0.3
189189sphinxcontrib-serializinghtml==1.1.5
190190 # via sphinx
191191sphinxcontrib-spelling==7.7.0
192- # via cryptography (setup.cfg )
192+ # via cryptography (pyproject.toml )
193193tomli==2.0.1; python_version >= "3.7"
194194 # via
195195 # black
@@ -202,13 +202,13 @@ tomli==2.0.1; python_version >= "3.7"
202202 # pytest
203203 # tox
204204tox==4.3.5; python_version >= "3.7"
205- # via cryptography (setup.cfg )
205+ # via cryptography (pyproject.toml )
206206twine==4.0.2
207- # via cryptography (setup.cfg )
207+ # via cryptography (pyproject.toml )
208208types-pytz==2022.7.1.0
209- # via cryptography (setup.cfg )
209+ # via cryptography (pyproject.toml )
210210types-requests==2.28.11.8
211- # via cryptography (setup.cfg )
211+ # via cryptography (pyproject.toml )
212212types-urllib3==1.26.25.4
213213 # via types-requests
214214typing-extensions==4.4.0; python_version >= "3.7"
0 commit comments