File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed
Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -64,13 +64,13 @@ python_requires = >=3.7
6464
6565install_requires =
6666 attrs >= 18.1,!=20.1.0; python_version<'3.11'
67- attrs >= 22.1; python_version>='3.11'
67+ attrs >= 22.1.0 ; python_version>='3.11'
6868 Beautifulsoup4 >= 4.0.0
6969 boolean.py >= 4.0
7070 chardet >= 3.0.0
7171 click >= 6.7, !=7.0
7272 colorama >= 0.3.9
73- commoncode >= 31.0.0
73+ commoncode >= 31.0.2
7474 container-inspector >= 31.0.0
7575 debian-inspector >= 31.0.0
7676 dparse2 >= 0.7.0
@@ -97,7 +97,7 @@ install_requires =
9797 pkginfo2 >= 30.0.0
9898 pip-requirements-parser >= 32.0.1
9999 pluggy >= 1.0.0
100- plugincode >= 31 .0.0
100+ plugincode >= 32 .0.0
101101 publicsuffix2
102102 pyahocorasick >= 2.0.0
103103 pygmars >= 0.7.0
@@ -129,15 +129,17 @@ testing =
129129 pytest >= 6, != 7.0.0
130130 pytest-xdist >= 2
131131 aboutcode-toolkit >= 7.0.2
132+ pycodestyle >= 2.8.0
132133 twine
133134 black
134135 isort
135136 vendorize >= 0.3.0
136137 pytest-rerunfailures
137138
138139docs =
139- Sphinx >= 3.3.1
140- sphinx-rtd-theme >= 0.5.0
140+ Sphinx == 6.2.1
141+ sphinx_rtd_theme >= 0.5.1
142+ sphinx-reredirects >= 0.1.2
141143 doc8 >= 0.8.1
142144
143145# linux-only package handling
You can’t perform that action at this time.
0 commit comments